summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-02 17:24:58 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-02 17:24:58 +0200
commitc172e72d79b1fa65ef4c22c48a93cda9c107ae63 (patch)
tree1175baadd05c48ad11cd353f4352a6d8e3246b14
parent464da81c8dcd403cb0855e647efd956ae2d47e2e (diff)
downloadmm-common-c172e72d79b1fa65ef4c22c48a93cda9c107ae63.tar.gz
Bump version to mm-common 0.7.2 and update newsmm-common-0.7.2
* configure.ac (AC_INIT): Increment version to mm-common 0.7.2. Specify the optional PACKAGE_URL argument used by recent versions of Autoconf. * NEWS: Write news entry for the mm-common 0.7.2 release.
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91eb814..0658aaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+mm-common 0.7.2 "Help" (2009-09-02)
+
+ Get better help from Devhelp with an improved transformation.
+
+ * The transformation from Doxygen to Devhelp no longer treats
+ documentation groups as C++ namespaces. Also, documentation
+ modules are now listed as book chapters.
+ * The shared Doxygen style sheet has been adjusted to work
+ properly with the new XHTML output of Doxygen.
+
mm-common 0.7.1 "Lenience" (2009-08-28)
Be a bit less unfashionably draconian.
diff --git a/configure.ac b/configure.ac
index f504c02..7872c5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [0.7.1], [gtkmm-list@gnome.org], [mm-common])
+AC_INIT([mm-common], [0.7.2], [gtkmm-list@gnome.org], [mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])