summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])