summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-06-24 18:39:38 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-06-24 18:39:38 +0000
commit58d08a77ea60ac3d98d9217061cc8123c71842bb (patch)
treea3c640b7f50204369d242df4c13b354e4688df74 /ChangeLog
parent1b04395686fa620779e5eb1bc6f46abaa42e17dc (diff)
downloadlibgpod-tmz-58d08a77ea60ac3d98d9217061cc8123c71842bb.tar.gz
libgpod-tmz-58d08a77ea60ac3d98d9217061cc8123c71842bb.tar.xz
libgpod-tmz-58d08a77ea60ac3d98d9217061cc8123c71842bb.zip
* src/itdb_device.c: rework timezone handling: handle timezones as
stored on 5g ipods (hopefully) and fallback to using the computer timezone if we can't figure out the ipod timezone * tests/get-timezone.c: use functions from libgpod to get the timezone instead of duplicating some itdb_device code git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2018 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4a071b..30eb43e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-24 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: rework timezone handling: handle timezones as
+ stored on 5g ipods (hopefully) and fallback to using the computer
+ timezone if we can't figure out the ipod timezone
+ * tests/get-timezone.c: use functions from libgpod to get the
+ timezone instead of duplicating some itdb_device code
+
2008-06-15 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: oops, forgot a ','