summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-10-21 14:24:58 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-10-21 14:24:58 +0200
commit3ddfbb43c23a4b3e5f94c3e65346234c822c86c3 (patch)
treec51da00b8b5788d05e8222781559a27ea822d6cc
parent6b944f4fcaad845efa6e212eae22fee4a2927693 (diff)
downloadglibmm-3ddfbb43c23a4b3e5f94c3e65346234c822c86c3.tar.gz
2.34.02.34.0
-rw-r--r--ChangeLog2
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 13dacb11..d69c6711 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 26d070cf..afa33c5a 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 38c88b16..1e3545bf 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])