Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23671

Modified Files:
        ChangeLog 
Log Message:
        * src/db-artwork-parser.c
          src/db-artwork-writer.c
          src/itdb_device.c
          src/itdb_itunesdb.c
          src/itdb_private.h:
          Fixed segfault when parsing photo databases introduced by the
          new handling of timestamps (all timestamps exported are
          host-local time_t).
          itdb_time_time_t_to_mac() and itdb_time_mac_to_time_t() were
          renamed to device_*() and take a pointer to an Itdb_Device
          instead of a pointer to an Itdb_iTunesDB structure as the latter
          does not exist in case of photo databases. All references to
          those two functions were changed accordingly and the functions
          themselves were moved from itdb_itunesdb.c to itdb_device.c.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- ChangeLog   23 May 2007 15:30:36 -0000      1.229
+++ ChangeLog   27 May 2007 14:58:40 -0000      1.230
@@ -1,3 +1,20 @@
+2007-05-27  Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+       * src/db-artwork-parser.c
+         src/db-artwork-writer.c
+         src/itdb_device.c
+         src/itdb_itunesdb.c
+         src/itdb_private.h:
+         Fixed segfault when parsing photo databases introduced by the
+         new handling of timestamps (all timestamps exported are
+         host-local time_t).
+         itdb_time_time_t_to_mac() and itdb_time_mac_to_time_t() were
+         renamed to device_*() and take a pointer to an Itdb_Device
+         instead of a pointer to an Itdb_iTunesDB structure as the latter
+         does not exist in case of photo databases. The functions are
+         moved from itdb_itunesdb.c to itdb_device.c and all references
+         to these two functions were changed accordingly.
+
 2007-05-23  Todd Zullinger <tmzullinger at users.sourceforge.net>
 
        * src/itdb_itunesdb.c (get_playlist): fix a potential crasher


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to