comparison NEWS @ 3931:be6742a04c71

update NEWS for current progress on 1.4.1
author William Pitcock <nenolod@atheme.org>
date Mon, 12 Nov 2007 22:06:26 -0600
parents 56135d75753e
children 77fc6e6d3ca7
comparison
equal deleted inserted replaced
3930:7e126e402b1c 3931:be6742a04c71
1 Audacious 1.4.1 (2007-11-??)
2
3 Enhancements:
4 * The skin code has been tweaked a little to fix loading of
5 more substandard winamp skins.
6 (http://boards.nenolod.net/viewtopic.php?f=5&t=859)
7 * Playlists now carry an atomic serial number in order to avoid
8 unnecessary reloading of metadata.
9 * The command names used by audtool have been sanitized in order
10 to make some leve of sense.
11 * Add many new calls to libaudclient which were unimplemented after
12 DBus transition.
13
14 Bugfixes:
15 * [Bugzilla #53]: UTF-8 validation gives false positives
16 (Reported by Kosma Moczek; Fixed by Yoshiki Yazawa)
17 * [Bugzilla #20]: status icon plugin breaks the 'always on top' feature
18 (Reported by Dorian Scholz; Fixed by Tomasz Mon)
19 * playback_get_length() was returning the typecode of FIELD_LENGTH, not
20 it's value (Fixed by Yoshiki Yazawa)
21 * audctrl.h was dependent on #ifdef __cplusplus being a valid macro,
22 now we use G_BEGIN_DECLS/G_END_DECLS to handle that.
23
24 Audacious 1.4.0 (2007-11-01)
25
26 * Everything ;)
27
1 Audacious 1.3.0 (2007-03-02) 28 Audacious 1.3.0 (2007-03-02)
2 29
3 Enhancements 30 Enhancements
4 * The playlist code has been rewritten using conditional variables, 31 * The playlist code has been rewritten using conditional variables,
5 which has resulted in speed improvements for the playlist code overall. 32 which has resulted in speed improvements for the playlist code overall.