Update NEWS and README.
This commit is contained in:
parent
d8ebf3090b
commit
c7441b44cd
2 changed files with 15 additions and 11 deletions
24
NEWS
24
NEWS
|
|
@ -1,15 +1,17 @@
|
|||
4.4.2 (2013-02-28):
|
||||
4.4.2 (2013-03-04):
|
||||
-------------------
|
||||
* Support for deskbar mode and panel multi-row config (>=xfce4-panel-4.9.0).
|
||||
* Make eye movement independent, like in xeyes (bug #9036).
|
||||
* Build the plugin as a module.
|
||||
* Autotools update (automake-1.13 compatibility and other issues).
|
||||
* Fix remembering theme (bug #9035).
|
||||
* Update size after panel orientation change (bug #8404).
|
||||
* More translation updates.
|
||||
* Port to libxfce4ui (bug #8074).
|
||||
- Small optimizations to update function, making animation more smooth.
|
||||
- Support for deskbar mode and panel multi-row config (>=xfce4-panel-4.9.0).
|
||||
- Make eye movement independent, like in xeyes (bug #9036).
|
||||
- Implement eye position calculations in 3D coordinatines (bug #9036).
|
||||
- Build the plugin as a module.
|
||||
- Autotools update (automake-1.13 compatibility and other issues).
|
||||
- Fix remembering theme (bug #9035).
|
||||
- Update size after panel orientation change (bug #8404).
|
||||
- More translation updates.
|
||||
- Port to libxfce4ui (bug #8074).
|
||||
|
||||
4.4.1 (2010-12-18):
|
||||
-------------------
|
||||
* Translated into 11 more languages, for a total of 54, 36 of which are fully translated.
|
||||
* Fix compile issues, resolving bugs #5740 and #6024
|
||||
- Translated into 11 more languages, for a total of 54, 36 of which are fully translated.
|
||||
- Fix compile issues, resolving bugs #5740 and #6024.
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -68,6 +68,8 @@ GNU automake installed!):
|
|||
|
||||
1a) ./autogen.sh --prefix=/usr
|
||||
|
||||
If an error about a missing ltmain.sh occurs, try "autoreconf -i".
|
||||
|
||||
Otherwise, if you've downloaded the tarball from e.g.
|
||||
http://archive.xfce.org/, issue the following command:
|
||||
|
||||
|
|
|
|||
Reference in a new issue