[glibmm] 2.34.0



commit 3ddfbb43c23a4b3e5f94c3e65346234c822c86c3
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 21 14:24:58 2012 +0200

    2.34.0

 ChangeLog    |    2 ++
 NEWS         |   23 ++++-------------------
 configure.ac |    2 +-
 3 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 13dacb1..d69c671 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.34.0:
+
 2012-10-21  Murray Cumming  <murrayc murrayc com>
 
         Add some documentation.
diff --git a/NEWS b/NEWS
index 26d070c..afa33c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,8 @@
-2.33.14 (unstable):
-
-
-2012-10-12  Kjell Ahlstedt  <kjell ahlstedt bredband net>
-
-	gmmproc: Add 3-argument @newin.
-
-	* tools/pm/DocsParser.pm: Convert "Since: 1.2.3" to "@newin{1,2,3}".
-	Some C projects (goocanvas, grilo, gstreamer) use "Since: 1.2.3", instead of
-	"Since: 1.2". The corresponding C++ projects need an ALIAS for this @newin
-	in Doxyfile.in, like in mm-common/skeletonmm/doc/reference/Doxyfile.in.
-
-2012-10-08  Josà Alburquerque  <jaalburquerque gmail com>
-
-	FileInfo: set_attribute_strings(): Const correction.
-
-	* gio/src/fileinfo.hg: Pass the attr_value vector as a const
-	std::vector<>& and not just a std::vecto<>&.  I must not have been
-	paying attention to what I was doing when wrapping this.
+2.34.0 (stable):
 
+* Some minor documentation improvements.
+  (Murray Cumming)
+ 
 2.33.14:
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 38c88b1..1e3545b 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([glibmm], [2.33.14],
+AC_INIT([glibmm], [2.34.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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