[mm-common] 0.9.6



commit ec940f0ae574b0aa7e3b530ba71e786df17ee202
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 7 14:02:51 2012 +0200

    0.9.6

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c08fcd..8c78b08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+mm-common 0.9.6 (2012-10-07)
+
+  * Dist .js files that doxygen now generates
+    (Murray Cumming)
+  * Use $(MMDOCTOOLDIR) instead of @MMDOCTOOLDIR@ in Doxyfile.in.
+    (Kjell Ahlstedt) Bug #673984.
+  * Make downloading tags optional.
+    (Krzesimir Nowak)
+  * Don't try to run tar by shell.
+  * Don't use missing for making skeleton tarball.
+    (Krzesimir Nowak)
+  * Fix running doxygen when it is located at a path containing spaces
+    (Armin Burgmeier) Bug #630051
+
 mm-common 0.9.5 (2010-03-30)
 
   * Distribute doctools if non-empty parameter is passed to
diff --git a/configure.ac b/configure.ac
index d437cc2..c885248 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.9.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.6], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
         [mm-common], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 AC_CONFIG_SRCDIR([util/mm-common-prepare.in])



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