From ee7e86937a05f5fcf26442c6dc8b51a9b8200715 Mon Sep 17 00:00:00 2001 From: Hubert Figuiere Date: Thu, 8 Nov 2007 00:50:46 -0500 Subject: start 1.99.6 --- ChangeLog | 37 ------------------------------------- ChangeLog-pre.1.99.6 | 37 +++++++++++++++++++++++++++++++++++++ configure.ac | 5 +++-- 3 files changed, 40 insertions(+), 39 deletions(-) create mode 100644 ChangeLog-pre.1.99.6 diff --git a/ChangeLog b/ChangeLog index 8cd8d93..e69de29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,37 +0,0 @@ -2007-11-06 Hubert Figuiere - - * configure.ac: Lower requirement for libboost. - -2007-11-01 Hubert Figuiere - - * exempi/doc/*, exempi/Makefile.am, configure.ac: Documentation - generation with Doxygen (manual). - -2007-10-31 Hubert Figuiere - - * exempi/exempi.cpp: CHECK_PTR macro to check the input pointers - in all the API functions. - More functions return true or false (instead of void). - - * exempi/tests/*: update for new API. - -2007-10-30 Hubert Figuiere - - * ABI breakage: soversion is now 3 - - * exempi/{exempi.cpp,xmp.h}: xmp_get_property_and_bits() renamed - xmp_get_property(). xmp_set_property2() renamed - xmp_set_property(). More exception handling and refactor - set_error() use. - - * exempi/tests/*: update for new API. - -2007-10-02 Hubert Figuiere - - * exempi/exempi.cpp (xmp_files_new): Catch - exceptions. - -2007-08-17 Hubert Figuiere - - * configure.ac: add AC_CONFIG_MACRO_DIR to configure. - diff --git a/ChangeLog-pre.1.99.6 b/ChangeLog-pre.1.99.6 new file mode 100644 index 0000000..8cd8d93 --- /dev/null +++ b/ChangeLog-pre.1.99.6 @@ -0,0 +1,37 @@ +2007-11-06 Hubert Figuiere + + * configure.ac: Lower requirement for libboost. + +2007-11-01 Hubert Figuiere + + * exempi/doc/*, exempi/Makefile.am, configure.ac: Documentation + generation with Doxygen (manual). + +2007-10-31 Hubert Figuiere + + * exempi/exempi.cpp: CHECK_PTR macro to check the input pointers + in all the API functions. + More functions return true or false (instead of void). + + * exempi/tests/*: update for new API. + +2007-10-30 Hubert Figuiere + + * ABI breakage: soversion is now 3 + + * exempi/{exempi.cpp,xmp.h}: xmp_get_property_and_bits() renamed + xmp_get_property(). xmp_set_property2() renamed + xmp_set_property(). More exception handling and refactor + set_error() use. + + * exempi/tests/*: update for new API. + +2007-10-02 Hubert Figuiere + + * exempi/exempi.cpp (xmp_files_new): Catch + exceptions. + +2007-08-17 Hubert Figuiere + + * configure.ac: add AC_CONFIG_MACRO_DIR to configure. + diff --git a/configure.ac b/configure.ac index 92372f6..c17d708 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.50) AC_INIT(exempi/xmp.h) -AM_INIT_AUTOMAKE(exempi, 1.99.5) +AM_INIT_AUTOMAKE(exempi, 1.99.6) AM_MAINTAINER_MODE @@ -33,7 +33,8 @@ dnl 1.99.3 is the revision 5 3 0 dnl 1.99.4 is the revision 6 4 0 dnl ABI breakage reset major to 3 dnl 1.99.5 is the revision 3.0.0 -AC_SUBST([EXEMPI_REVISION], [0]) +dnl 1.99.6 is the revision 3.0.1 +AC_SUBST([EXEMPI_REVISION], [1]) AC_SUBST([EXEMPI_AGE], [0]) AC_SUBST([EXEMPI_CURRENT], [3]) AC_SUBST([EXEMPI_CURRENT_MIN], -- cgit v1.2.3