diff options
author | Hubert Figuiere <hub@quagmire.(none)> | 2007-11-08 00:50:46 -0500 |
---|---|---|
committer | Hubert Figuiere <hub@quagmire.(none)> | 2007-11-08 00:50:46 -0500 |
commit | ee7e86937a05f5fcf26442c6dc8b51a9b8200715 (patch) | |
tree | ec9253d549141d387bfe99c083abb563f934674d | |
parent | 3d48d9de01d8fe7e522ccac383bcdf673a5958b9 (diff) |
start 1.99.6
-rw-r--r-- | ChangeLog | 37 | ||||
-rw-r--r-- | ChangeLog-pre.1.99.6 | 37 | ||||
-rw-r--r-- | configure.ac | 5 |
3 files changed, 40 insertions, 39 deletions
@@ -1,37 +0,0 @@ -2007-11-06 Hubert Figuiere <hub@figuiere.net> - - * configure.ac: Lower requirement for libboost. - -2007-11-01 Hubert Figuiere <hub@figuiere.net> - - * exempi/doc/*, exempi/Makefile.am, configure.ac: Documentation - generation with Doxygen (manual). - -2007-10-31 Hubert Figuiere <hub@figuiere.net> - - * 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 <hub@figuiere.net> - - * 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 <hub@figuiere.net> - - * exempi/exempi.cpp (xmp_files_new): Catch - exceptions. - -2007-08-17 Hubert Figuiere <hub@figuiere.net> - - * 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 <hub@figuiere.net> + + * configure.ac: Lower requirement for libboost. + +2007-11-01 Hubert Figuiere <hub@figuiere.net> + + * exempi/doc/*, exempi/Makefile.am, configure.ac: Documentation + generation with Doxygen (manual). + +2007-10-31 Hubert Figuiere <hub@figuiere.net> + + * 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 <hub@figuiere.net> + + * 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 <hub@figuiere.net> + + * exempi/exempi.cpp (xmp_files_new): Catch + exceptions. + +2007-08-17 Hubert Figuiere <hub@figuiere.net> + + * 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], |