Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4413
Modified Files:
ChangeLog configure.ac
Log Message:
* configure.ac: bumped version to 0.4.2 for release
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- ChangeLog 15 Jan 2007 15:14:03 -0000 1.185
+++ ChangeLog 15 Jan 2007 15:44:34 -0000 1.186
@@ -1,26 +1,7 @@
-2007-01-15 Todd Zullinger <tmzullinger at users.sourceforge.net>
-
- * Makefile.am
- bindings/python/Makefile.am
- bindings/python/__init__.py
- bindings/python/gpod.i.in
- bindings/python/gpod_doc.i.in
- bindings/python/gtkdoc-to-swig.xsl
- bindings/python/gtkpod.py
- bindings/python/ipod.py: add builtin documentation to the python
- bindings using the gtk-docs for all of the wrapped libgpod
- functions (with much help from Nicolas Piper)
-
- * bindings/python/gtkpod.py: fix encoding issue in
- write_pair() (Nicolas Piper)
- handle gtkpod extended info files with either md5_hash or
- sha1_hash fields (Nicolas Piper)
-
- * bindings/python/ipod.py: ensure the db object doesn't get
- garbage collected at the wrong time (Nicolas Piper)
-
2007-01-15 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * configure.ac: bumped version to 0.4.2 for release
+
* po/sv.po: updated Swedish catalog -- thanks to Stefan Asserhall
* po/ja.po: updated Japanese catalog -- thanks to Kentaro Fukuchi
@@ -48,6 +29,27 @@
* Makefile.am: added TROUBLESHOOTING to EXTRA_DIST
+2007-01-15 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * Makefile.am
+ bindings/python/Makefile.am
+ bindings/python/__init__.py
+ bindings/python/gpod.i.in
+ bindings/python/gpod_doc.i.in
+ bindings/python/gtkdoc-to-swig.xsl
+ bindings/python/gtkpod.py
+ bindings/python/ipod.py: add builtin documentation to the python
+ bindings using the gtk-docs for all of the wrapped libgpod
+ functions (with much help from Nicolas Piper)
+
+ * bindings/python/gtkpod.py: fix encoding issue in
+ write_pair() (Nicolas Piper)
+ handle gtkpod extended info files with either md5_hash or
+ sha1_hash fields (Nicolas Piper)
+
+ * bindings/python/ipod.py: ensure the db object doesn't get
+ garbage collected at the wrong time (Nicolas Piper)
+
2007-01-14 Jorg Schuler <jcsjcs at users.sourceforge.net>
* tests/test-photos.c:
Index: configure.ac
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/configure.ac,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- configure.ac 4 Jan 2007 18:55:37 -0000 1.42
+++ configure.ac 15 Jan 2007 15:44:34 -0000 1.43
@@ -11,7 +11,7 @@
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=4
-LIBGPOD_MICRO_VERSION=1
+LIBGPOD_MICRO_VERSION=2
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
LIBGPOD_EXTRAVERSION=
@@ -38,6 +38,12 @@
AC_GNU_SOURCE
AC_PROG_CC
+
+# AC_PROG_CXX is only needed for the test program tests/test-rebuild-db.cc.
+# You can safely remove AC_PROG_CXX and the test program (edit
tests/Makefile.am)
+# if you should run into problems.
+AC_PROG_CXX
+
AC_PROG_LD
AC_STDC_HEADERS
AC_PROG_INSTALL
-------------------------------------------------------------------------
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