Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8939
Modified Files:
ChangeLog ChangeLog_detailed configure.in
Log Message:
* configure.in: bumped to V0.99.8 for release
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- ChangeLog 24 Sep 2006 12:16:24 -0000 1.188
+++ ChangeLog 24 Sep 2006 14:07:20 -0000 1.189
@@ -1,4 +1,4 @@
-gtkpod V0.99.6CVS
+gtkpod V0.99.9
NEW FEATURE: Support of several iPods (currently you need to
edit the itdb_* entries in ~/.gtkpod/prefs to add
@@ -8,6 +8,27 @@
first argument. If you need to mount the iPod manually, put the
mount command in gtkpod.load.
+ NEW FEATURE: Support for mobile phones supporting iTunes (see
+ Changelog_detailed for details)
+
+ NEW FEATURE: Lyrics are displayed on the iPod when available.
+
+ NEW FEATURE: Preliminary (no meta data) support of h.264 video
+ format via the libmp4v2 interface. Thanks to Peter Lieverdink.
+
+ NEW FEATURE: Script to sync notes from Tomboy to the
+ iPod. Thanks to Tejas Dinkar.
+
+ NEW FEATURE: Support of iTunes iTunNORM tag for volume
+ normalisation of mp4 tracks.
+
+ NEW FEATURE: Support of aacgain's replay gain tag for volume
+ normalisation of mp4 tracks (takes precedence over the iTunNORM
+ tag, see http://altosdesign.com/aacgain/)
+
+ NEW FEATURE: Support for start time, stop time, skip when
+ shuffling and remember playback position.
+
IMPROVEMENT: Support for coverart has been improved. You may
have to select your iPod model from a list of available models
if your iPod cannot be identified automatically, as is the case
@@ -29,21 +50,10 @@
well as it writes out one vcf file per contact instead of just
one big file containing all contacts. Thanks to Paul Oremland.
- NEW: Preliminary (no meta data) support of h.264 video format
- via the libmp4v2 interface. Thanks to Peter Lieverdink.
-
- NEW: Script to sync notes from Tomboy to the iPod. Thanks to
- Tejas Dinkar.
-
- NEW: Support of iTunes iTunNORM tag for volume normalisation of
- mp4 tracks.
-
- NEW: Support of aacgain's replay gain tag for volume
- normalisation of mp4 tracks (takes precedence over the iTunNORM
- tag, see http://altosdesign.com/aacgain/)
+ IMPROVEMENT: Handle multiple calendar and task files in
+ sync-evocalendar script. Thanks to Michele C. Soccio
- NEW: Support for start time, stop time, skip when shuffling and
- remember playback position.
+ NEW: Spanish translation. Thanks to Alejandro Lamas.
BUGFIX: Pressing 'OK' when syncing directories several times
could crash gtkpod. Thanks to dforsi.
@@ -58,18 +68,6 @@
BUGFIX: The Edit Detail dialog did not handle the 'Year' field
correctly.
- NEW: Spanish translation. Thanks to Alejandro Lamas.
-
-gtkpod V0.99.5CVS
-
- NEW FEATURE: Preliminary support for mobile phones supporting
- iTunes (see Changelog_detailed for details)
-
- IMPROVEMENT: Handle multiple calendar and task files in
- sync-evocalendar script. Thanks to Michele C. Soccio
-
- IMPROVEMENT: Lyrics are displayed on the iPod when available.
-
BUGFIX: When updating tracks, files were not copied to the iPod
even if the file was changed.
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- ChangeLog_detailed 24 Sep 2006 12:16:24 -0000 1.328
+++ ChangeLog_detailed 24 Sep 2006 14:07:20 -0000 1.329
@@ -15,6 +15,7 @@
src/prefs.c
src/prefs_window.c: removed references to "automount".
+ * configure.in: bumped to V0.99.8 for release
2006-09-21 Jorg Schuler <jcsjcs at users.sourceforge.net>
Index: configure.in
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/configure.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- configure.in 24 Sep 2006 03:57:08 -0000 1.91
+++ configure.in 24 Sep 2006 14:07:21 -0000 1.92
@@ -4,7 +4,7 @@
AC_PREREQ(2.55)
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gtkpod, 0.99.8RC1)
+AM_INIT_AUTOMAKE(gtkpod, 0.99.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
@@ -37,7 +37,7 @@
fi
dnl check for libs that are managed with pkg-config
-PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 >= 2.4.0 gthread-2.0 >= 0.14.0 glib-2.0 >
2.4.0 libglade-2.0 >= 2.4.0 gmodule-2.0 libgpod-1.0 >=
0.3.3],,[AC_MSG_FAILURE([*** $PACKAGE_PKG_ERRORS])])
+PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 >= 2.4.0 gthread-2.0 >= 0.14.0 glib-2.0 >
2.4.0 libglade-2.0 >= 2.4.0 gmodule-2.0 libgpod-1.0 >=
0.4.0],,[AC_MSG_FAILURE([*** $PACKAGE_PKG_ERRORS])])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2