diff NEWS @ 4029:76da6fe8cb39

- Branch merge
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 28 Nov 2007 16:55:02 +0100
parents 70fe9fa8b916
children c142cc85d21a
line wrap: on
line diff
--- a/NEWS	Wed Nov 28 16:49:24 2007 +0100
+++ b/NEWS	Wed Nov 28 16:55:02 2007 +0100
@@ -1,3 +1,47 @@
+Audacious 1.4.1 (2007-11-17)
+
+Enhancements:
+* The skin code has been tweaked a little to fix loading of
+  more substandard winamp skins.
+  (http://boards.nenolod.net/viewtopic.php?f=5&t=859)
+* Playlists now carry an atomic serial number in order to avoid
+  unnecessary reloading of metadata.
+* The command names used by audtool have been sanitized in order
+  to make some level of sense.
+* Add many new calls to libaudclient which were unimplemented after
+  DBus transition.
+* Add error reporting when Tuplez scripts fail to compile.
+* Use a hashtable of extension to codec candidate lists to speed up 
+  codec detection.
+* Make on demand codec detection use the hashtable to filter out unplayable 
+  files.
+* Codec detection is now done on demand by default. Due to the recent 
+  rework of the codec detection system, this is the recommended setting.
+  (Audacious can process a large directory in only a few seconds of blocking 
+   this way, and streams are entirely processed in background this way.)
+* Add codec and quality fields to MPRIS TrackInfo tuples sent over DBus.
+
+Bugfixes:
+* [Bugzilla #53]: UTF-8 validation gives false positives
+  (Reported by Kosma Moczek; Fixed by Yoshiki Yazawa)
+* [Bugzilla #20]: status icon plugin breaks the 'always on top' feature
+  (Reported by Dorian Scholz; Fixed by Tomasz Moń)
+* playback_get_length() was returning the typecode of FIELD_LENGTH, not
+  it's value
+* audctrl.h was dependent on #ifdef __cplusplus being a valid macro,
+  now we use G_BEGIN_DECLS/G_END_DECLS to handle that.
+* Fix doublesize issues on startup. (Gentoo #199071)
+* Fix possible glitches that could be triggered by a scrolling textbox,
+  when the skin is switched.
+* Fix improper handling of integer constants in the Tuplez 
+  compiler/evaluation engine.
+* Fix misleading assertion notice triggers when a URI fails to load.
+* Cope with Winamp2 skins which do not have dashes in numbers.bmp.
+
+Audacious 1.4.0 (2007-11-01)
+
+* Everything ;)
+
 Audacious 1.3.0 (2007-03-02)
 
 Enhancements