[pangomm] Increment version to 2.25.1.1 and update news



commit bad38194cb15f4a2f13619820ee6564d805532b1
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 16:55:02 2009 +0200

    Increment version to 2.25.1.1 and update news
    
    * configure.ac (AC_INIT): Bump version to pangomm 2.25.1.1.
    (MM_PREREQ): Require mm-common 0.7.1.
    * NEWS: Write news entry for pangomm 2.25.1.1.

 ChangeLog    |    8 ++++++++
 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 04f6a90..c232010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
+	Increment version to 2.25.1.1 and update news
+
+	* configure.ac (AC_INIT): Bump version to pangomm 2.25.1.1.
+	(MM_PREREQ): Require mm-common 0.7.1.
+	* NEWS: Write news entry for pangomm 2.25.1.1.
+
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
 	Use shared mm-common Doxygen style sheet
 
 	* configure.ac (MM_PREREQ): Require mm-common 0.7.
diff --git a/NEWS b/NEWS
index 892c618..e70eac1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.25.1.1:
+
+* Reenable the per-class hierarchy graphs in the reference documentation.
+  (Daniel Elstner)
+* Drop the custom HTML header and footer, and use the shared doxygen.css
+  file from mm-common. (Daniel Elstner)
+
 2.25.1:
 
 * Reworked the build system, using mm-common.
diff --git a/configure.ac b/configure.ac
index 9cfcc89..25b5f00 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([pangomm], [2.25.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
+AC_INIT([pangomm], [2.25.1.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -24,7 +24,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h pango/pangommconfig.h])
 
-MM_PREREQ([0.7])
+MM_PREREQ([0.7.1])
 MM_INIT_MODULE([pangomm-1.4])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html



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