[libgdamm] Bump version to 3.99.17.1 and update news



commit 76a57887c67357b4a9011b04dcb532e17c98fa8e
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 19:35:14 2009 +0200

    Bump version to 3.99.17.1 and update news
    
    * configure.ac (AC_INIT): Increment version to libgdamm 3.99.17.1.
    (MM_PREREQ): Require mm-common 0.7.1.
    (AM_INIT_AUTOMAKE): Use check-news option.
    * NEWS: Write news entry for the libgdamm 3.99.17.1 release.

 ChangeLog    |    9 +++++++++
 NEWS         |    7 +++++++
 configure.ac |    6 +++---
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 830d1a1..e4a2a07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
+	Bump version to 3.99.17.1 and update news
+
+	* configure.ac (AC_INIT): Increment version to libgdamm 3.99.17.1.
+	(MM_PREREQ): Require mm-common 0.7.1.
+	(AM_INIT_AUTOMAKE): Use check-news option.
+	* NEWS: Write news entry for the libgdamm 3.99.17.1 release.
+
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
 	Use mm-common CSS and drop HTML header/footer
 
 	* docs/reference/Doxyfile.in (HTML_HEADER), (HTML_HEADER): Assign
diff --git a/NEWS b/NEWS
index 4a5a53d..378e23b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.99.17.1: (unstable)
+
+* Reenable the per-class hierarchy graphs in the reference documentation.
+  (Murray Cumming)
+* Drop the custom HTML header and footer, and use the shared doxygen.css
+  file from mm-common. (Daniel Elstner)
+
 3.99.17: (unstable)
 
 * Connection:
diff --git a/configure.ac b/configure.ac
index 187a787..4083cd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libgdamm], [3.99.17], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [3.99.17.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
         [libgdamm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -24,13 +24,13 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([build/config.h libgda/libgdammconfig.h])
 
-MM_PREREQ([0.6])
+MM_PREREQ([0.7.1])
 MM_INIT_MODULE([libgdamm-4.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([LIBGDAMM_SO_VERSION], [12:0:0])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]