Revision: 2186
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2186&view=rev
Author: teuf
Date: 2009-01-01 18:50:20 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
Add Itdb_Track::album_id to prevent future ABI breakage
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/itdb.h
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2008-12-31 22:30:36 UTC (rev 2185)
+++ libgpod/trunk/ChangeLog 2009-01-01 18:50:20 UTC (rev 2186)
@@ -1,3 +1,9 @@
+2009-01-01 Christophe Fergeau <[email protected]>
+
+ * src/itdb.h: add album_id field to Itdb_Track. It's unused yet but
+ will be used later and adding it now will avoid ABI breakage later
+ ;)
+
2008-12-29 Christophe Fergeau <[email protected]>
* src/itdb_device.c: add serial number for silver and pink
Modified: libgpod/trunk/src/itdb.h
===================================================================
--- libgpod/trunk/src/itdb.h 2008-12-31 22:30:36 UTC (rev 2185)
+++ libgpod/trunk/src/itdb.h 2009-01-01 18:50:20 UTC (rev 2186)
@@ -1608,6 +1608,7 @@
guint32 unk252;
guint16 gapless_track_flag;
guint16 gapless_album_flag;
+ guint16 album_id;
/* This is for Cover Art support */
struct _Itdb_Artwork *artwork;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2