Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(132) |
Dec
(135) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(87) |
Feb
(82) |
Mar
(117) |
Apr
(108) |
May
(231) |
Jun
(265) |
Jul
(31) |
Aug
(32) |
Sep
(89) |
Oct
(50) |
Nov
(112) |
Dec
(92) |
2007 |
Jan
(136) |
Feb
(82) |
Mar
(66) |
Apr
(104) |
May
(74) |
Jun
(103) |
Jul
(50) |
Aug
(23) |
Sep
(22) |
Oct
(39) |
Nov
(56) |
Dec
(88) |
2008 |
Jan
(51) |
Feb
(6) |
Mar
(6) |
Apr
(9) |
May
(39) |
Jun
(24) |
Jul
(48) |
Aug
(40) |
Sep
(9) |
Oct
(21) |
Nov
(12) |
Dec
(31) |
2009 |
Jan
(68) |
Feb
(14) |
Mar
(29) |
Apr
(40) |
May
(27) |
Jun
(9) |
Jul
(1) |
Aug
(10) |
Sep
(3) |
Oct
(7) |
Nov
(11) |
Dec
(165) |
2010 |
Jan
(72) |
Feb
(49) |
Mar
(30) |
Apr
(41) |
May
(17) |
Jun
(13) |
Jul
(99) |
Aug
(88) |
Sep
(59) |
Oct
(23) |
Nov
(11) |
Dec
(44) |
2011 |
Jan
(50) |
Feb
(28) |
Mar
(27) |
Apr
(18) |
May
(38) |
Jun
(5) |
Jul
(59) |
Aug
(7) |
Sep
(44) |
Oct
(12) |
Nov
(7) |
Dec
(10) |
2012 |
Jan
(8) |
Feb
(11) |
Mar
(17) |
Apr
(11) |
May
(3) |
Jun
(11) |
Jul
(26) |
Aug
(3) |
Sep
|
Oct
(17) |
Nov
(9) |
Dec
(1) |
2013 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(1) |
2
(4) |
3
(2) |
4
(2) |
5
|
6
|
7
|
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
(3) |
16
|
17
|
18
(8) |
19
(7) |
20
(2) |
21
(7) |
22
|
23
(1) |
24
(7) |
25
|
26
(1) |
27
|
28
|
29
(6) |
30
(7) |
|
|
From: Christophe Fergeau <teuf@us...> - 2010-09-29 17:16:32
|
The signed tag '0.7.95' was created. Tagger: Christophe Fergeau <teuf@...> Date: Wed Sep 29 19:15:06 2010 +0200 libgpod 0.7.95 Changes since the last tag '0.7.94': Alan McGovern (2): Prevent an overflow when marshalling datetimes. fix a pretty bad bug accessing the g_lists from managed code Chow Loong Jin (1): [mono] fix dll name in dllmap Christophe Fergeau (21): Revert "Fix for creation of blank playlist on 80GB ipod video" add 4th gen iPod Touch to known models Remove unused variable in itdb_init_ipod Improve directory creation in itdb_init_ipod Add ITDB_ERROR as a domain for GErrors Fill GError when HashInfo file is missing [sqlite] Add error handling through GError Add comment about mac epoch Don't try to destroy NULL GHashTable don't attempt to dereference NULL GError MediaType is a bitfield Add serial number for 8GB iPod Touch 4G [sqlite] don't forget to copy Locations.itdb.cbk [sqlite] Don't abort after the first copying error Add Nano 6th gen to the various enums Add model numbers for nano 6g Add serial number for 8GB Silver Nano 6g Add serial number for 2GB Silver Shuffle 2nd Gen fix typo in 0.7.94 NEWS entry update NEWS for 0.7.95 get ready for 0.7.95 Gabriel Burt (5): Add video podcast and music tv show mimetypes Add more MimeTypes (bgo#630215) [mono] Return null if Podcasts playlist is null [mono] Return null if Master playlist is null [mono] Add Playlist ctor for making new playlists Hector Martin (1): Handle nested itdb_start/stop_sync calls Joel Smith (7): handle child atoms other than name in chapter parsing move chapter data writing to a helper function add itdb_chapterdata_build_chapter_blob add chapter support for sqlite tables Get gint64 value instead of gint as returned from plist Support for reading PlayCounts.plist for play counts, stats and bookmarks. iPhone/iPod Touch 3.x use this file, so without this support, bookmarks are lost during sync. Fix for video_info table to sort by TV Show title Nathaniel McCallum (1): style/whitespace fixes in the mono bindings Whitney Young (1): Locate the proper control directory when both iPod_Control and iTunes_Control directories exist on a device |
From: Christophe Fergeau <teuf@us...> - 2010-09-29 17:16:18
|
commit 7f66a769d75ceeaab98b5638086a166a71f88f53 Author: Christophe Fergeau <teuf@...> Date: Wed Sep 29 19:10:22 2010 +0200 get ready for 0.7.95 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/configure.ac b/configure.ac index 4a92a84..bd08be6 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=7 -LIBGPOD_MICRO_VERSION=94 +LIBGPOD_MICRO_VERSION=95 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. LIBGPOD_EXTRAVERSION= @@ -25,7 +25,7 @@ dnl libtool versioning # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBGPOD_SO_VERSION=6:1:2 +LIBGPOD_SO_VERSION=7:0:3 AC_SUBST(LIBGPOD_SO_VERSION) AC_SUBST(LIBGPOD_MAJOR_VERSION) |
From: Christophe Fergeau <teuf@us...> - 2010-09-29 17:16:12
|
commit b9d465352a157e0e1f5a5089f716150dee532c83 Author: Christophe Fergeau <teuf@...> Date: Wed Sep 29 19:10:01 2010 +0200 update NEWS for 0.7.95 NEWS | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) --- diff --git a/NEWS b/NEWS index d253b41..9b932c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Overview of changes in libgpod 0.7.95 +===================================== + +For information about iPhone/iPod Touch/iPod Nano 5g support, please read +carefully the overview of libgpod 0.7.90 below. The iPhone 4, iPod Touch 4 +and the iPad aren't supported, other iOS4 devices might work. The Nano 6g +(Touch Nano) isn't supported either. + +This release brings some improvements to the generation of the sqlite +databases (used by iOS devices), in particular improved playcounts handling. +It also adds some bug fixes to the mono bindings. + +* improved support for sqlite databases (Joel Smith) +* bug fixes and playlist support for mono bindings (Alan McGovern, Gabriel + Burt, Nathaniel McCallum) +* small itdb_start_sync/itdb_stop_sync behaviour change, now the calls need + to be paired, but itdb_start_sync can be called N times, and the "Sync in + Progress" screen will only go away after the Nth call to itdb_stop_sync + (Hector Martin) +* be more smart when auto-guessing whether to use iPod_Control or + iTunes_Control (Whitney Young) +* improve error handling in itdb_init and itdb_write, before that there + were error cases that were not properly reported to the caller (Christophe + Fergeau) + + Overview of changes in libgpod 0.7.94 ===================================== |
From: Christophe Fergeau <teuf@us...> - 2010-09-29 17:16:05
|
commit 30824ce72d89317a322cf93327a066c3db0197a2 Author: Christophe Fergeau <teuf@...> Date: Wed Sep 29 18:53:12 2010 +0200 fix typo in 0.7.94 NEWS entry NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/NEWS b/NEWS index 245f6a0..d253b41 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Overview of changes in libgpod 0.7.93 +Overview of changes in libgpod 0.7.94 ===================================== For information about iPhone/iPod Touch/iPod Nano 5g support, please read |
From: Christophe Fergeau <teuf@us...> - 2010-09-29 16:48:04
|
commit d1ab840c8d44ca5f0faa8c93854f48c027a86c05 Author: Joel Smith <jsf-lists.gtkpod@...> Date: Wed Apr 14 21:36:42 2010 -0600 Fix for video_info table to sort by TV Show title Fixes for 959928ee72bb1073982f72574e8bbe2fd3f1389f. If sort_tvshow isn't present, use the TV Show Title for sorting instead. Additionally, create an episode sort value by combining the season number and the episode number. src/itdb_sqlite.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/src/itdb_sqlite.c b/src/itdb_sqlite.c index 69d8550..5ca4858 100644 --- a/src/itdb_sqlite.c +++ b/src/itdb_sqlite.c @@ -1296,11 +1296,11 @@ static int mk_Library(Itdb_iTunesDB *itdb, /* series_name TEXT */ sqlite3_bind_text(stmt_video_info, ++idx, track->tvshow, -1, SQLITE_STATIC); /* sort_series_name TEXT */ - sqlite3_bind_text(stmt_video_info, ++idx, track->sort_tvshow, -1, SQLITE_STATIC); + bind_first_text(stmt_item, ++idx, 2, track->sort_tvshow, track->tvshow); /* episode_id TEXT */ sqlite3_bind_text(stmt_video_info, ++idx, track->tvepisode, -1, SQLITE_STATIC); /* episode_sort_id INTEGER */ - sqlite3_bind_int(stmt_video_info, ++idx, track->episode_nr); + sqlite3_bind_int(stmt_video_info, ++idx, track->season_nr << 16 | track->episode_nr); /* network_name TEXT */ sqlite3_bind_text(stmt_video_info, ++idx, track->tvnetwork, -1, SQLITE_STATIC); /* extended_content_rating TEXT */ |
From: Christophe Fergeau <teuf@us...> - 2010-09-29 16:47:56
|
commit c9e3f3b247362d45e6d91650f74f3172fbe0846a Author: Christophe Fergeau <teuf@...> Date: Wed Sep 29 18:25:42 2010 +0200 Add serial number for 2GB Silver Shuffle 2nd Gen src/itdb_device.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- diff --git a/src/itdb_device.c b/src/itdb_device.c index 2cc5047..a4dc76c 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -694,6 +694,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = { { "YX7", "B228" }, /* 1GB Blue Shuffle 2g */ { "YX9", "B225" }, /* 1GB Silver Shuffle 2g */ { "8CQ", "C167" }, /* 1GB Gold Shuffle 2g */ + { "1ZH", "B518" }, /* 2GB Silver Shuffle 2g */ { "UNA", "A350" }, { "UNB", "A350" }, { "UPR", "A352" }, |