summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS19
2 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ce84f8d..8dc6368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-01-02 Christophe Fergeau <teuf@gnome.org>
+ * NEWS: more news, hope the packagers will notice the new
+ libxml2-devel dependency...
+
+2009-01-02 Christophe Fergeau <teuf@gnome.org>
+
* src/Makefile.am: we need to link with -lm since ithumb-writer.c
uses round and ceil
diff --git a/NEWS b/NEWS
index b4b3baf..4c90b1d 100644
--- a/NEWS
+++ b/NEWS
@@ -26,12 +26,6 @@ timestamps are in UTC.
Thanks to all of our translators :)
-* add mapping from iPod serial numbers to iPod models
-
-The iPod serial number can be obtained programmatically, and its last 3 digits
-are characteristic of an iPod (type, generation, color, capacity). libgpod
-can now find out an iPod model using this serial number.
-
* much more complete API doc
Most (all ?) of the public API of libgpod is now documented with gtkdoc. Thanks
@@ -43,6 +37,19 @@ The API for artwork for developers using libgpod should be more
straightforward, if things are missing, don't hesitate to get in touch
with us ;)
+* extensive plist parser
+
+In libgpod 0.6.0, libgpod got a very basic parser for the SysInfoExtended file
+(which is a XML plist description). This parser was rewritten for this release
+to parse the whole file. This parser depends on libxml2 but its compilation
+will be disabled if libxml2 and its development headers can't be found.
+
+* add mapping from iPod serial numbers to iPod models
+
+The iPod serial number can be obtained programmatically, and its last 3 digits
+are characteristic of an iPod (type, generation, color, capacity). libgpod
+can now find out an iPod model using this serial number.
+
* portability improvements to windows and macosx
This is probably not perfect yet, but the goal is to improve it as much as