From 0ce9dedf67ac58fba1dc5e4e94458307dacc4e84 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 15 Jan 2007 15:44:34 +0000 Subject: * configure.ac: bumped version to 0.4.2 for release git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1384 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 44 +++++++++++++++++++++++--------------------- configure.ac | 8 +++++++- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb19fcf..fc03bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,26 +1,7 @@ -2007-01-15 Todd Zullinger - - * 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 + * 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 + + * 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 * tests/test-photos.c: diff --git a/configure.ac b/configure.ac index 6f91045..5b10ccb 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h) # 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 @@ AM_MAINTAINER_MODE 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 -- cgit