summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2009-01-02 13:47:26 +0000
committerChristophe Fergeau <teuf@gnome.org>2009-01-02 13:47:26 +0000
commit1256a3ef56985c22b4a1439018f2760fd0697011 (patch)
treec13ce1e184d485580da00f2f15014d57be0950c1
parentc6e1ca9685e845bf99c4912d247e88c758c6dd72 (diff)
downloadlibgpod-1256a3ef56985c22b4a1439018f2760fd0697011.tar.gz
libgpod-1256a3ef56985c22b4a1439018f2760fd0697011.tar.xz
libgpod-1256a3ef56985c22b4a1439018f2760fd0697011.zip
More NEWS (mention the new libxml2 dep)
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2191 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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