summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-11-18 09:41:00 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-11-18 09:41:00 +0100
commit52cb7b84a067cafe6d08b2f5c938f8b670664eb2 (patch)
treea534a230571701160e725961b6d7bdcef6e7ccc8
parent3611c97651e645d87d6bf06e1d0c66f0c6fdce10 (diff)
downloadglibmm-52cb7b84a067cafe6d08b2f5c938f8b670664eb2.tar.gz
2.38.12.38.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2006d403..a5d07199 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.36.1 (stable):
+
+Build:
+* Gio::ActionGroup: Remove a nonsensical check that
+ clang complains about, correctly.
+ (Murray Cumming) Bug #709963 (Johannes Meng, David Evans)
+
+Documentation:
+* Gio::content_type_*(): Add a link from Gtk::AppChooser.
+ (Kjell Ahlstedt)
+* giomm_tls_client test: Add some comments
+ (Kjell Ahlstedt)
+
+
Changes in 2.38 compared to 2.36:
Glib:
diff --git a/configure.ac b/configure.ac
index 0d0702ec..cfe992cf 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.38.0],
+AC_INIT([glibmm], [2.38.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])