summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2006-12-28 18:13:56 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-12-28 18:13:56 +0000
commitb247f8e2d18a924efabaa0d24a123d992b84b17d (patch)
tree469aa17d7fe9072a798e94593d75d0d2b7462250
parent47cfebdb8efd54e6064eda7bcf94738e544662f0 (diff)
downloadglibmm-b247f8e2d18a924efabaa0d24a123d992b84b17d.tar.gz
Increase version
-rw-r--r--ChangeLog4
-rw-r--r--NEWS15
-rw-r--r--configure.in2
-rw-r--r--docs/reference/Doxyfile.in2
4 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cdadb9d4..f73055be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.12.4:
+
2006-11-28 Daniel Elstner <danielk@openismus.com>
* tools/pm/GtkDefs.pm (read_defs): Allow an empty pair of
@@ -36,7 +38,7 @@
* glib/src/value_basictypes.cc.m4: When registering float parameters,
use -G_MAXFLOAT instead of G_MINFLOAT. Since we first implemented this,
- the glib documentation has been updated to make it cleare that this is
+ the glib documentation has been updated to make it clearer that this is
the real minimum and G_MINFLOAT is the minimum positive value.
Do the same for doubles too.
diff --git a/NEWS b/NEWS
index 886cca30..2cd18ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.12.4:
+
+* gmmproc improvements:
+ - gmmproc: Allow () in property and signal docuemntation.
+ - gmmproc: Do not try to remove a common prefix from the
+ C enam values, if there is no common prefix.
+ - enum.pl: Allow whitespace in front of an enum typedef.
+ (Daniel Elstner)
+ - enum.pl: Fix an infinite loop.
+
+* Glib::Value: When registering float parameters, use
+ G_MAXFLOAT as the minimum, instead of G_MINFLOAT.
+ Likewise for doubles.
+ (Oliver Nittka)
+
2.12.3:
* ObjectBase: Added connect_property_changed(),
diff --git a/configure.in b/configure.in
index 69c7337f..2929a52a 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=12
-GLIBMM_MICRO_VERSION=3
+GLIBMM_MICRO_VERSION=4
GLIBMM_VERSION=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION.$GLIBMM_MICRO_VERSION
GLIBMM_RELEASE=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION
AC_DEFINE_UNQUOTED([GLIBMM_MAJOR_VERSION], $GLIBMM_MAJOR_VERSION, [Major Version])
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index a153812b..7d4b4922 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -923,7 +923,7 @@ SKIP_FUNCTION_MACROS = YES
# If a tag file is not located in the directory in which doxygen
# is run, you must also specify the path to the tagfile here.
-TAGFILES = "libstdc++.tag.xml = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen"
+TAGFILES = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen"
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.