summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-04-14 10:27:07 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-04-14 10:27:07 +0200
commite35755e0c68f60e3e7bcd772fce2fc436ee58b3f (patch)
tree599aa6c344a3e67959267e13ade069515bc33eb6
parentc43003668d64c1459f626c061bad3e86295477dd (diff)
downloadglibmm-2-38.tar.gz
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a5d07199..7f0026ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
-2.36.1 (stable):
+2.38.2 (stable):
+
+Glib:
+* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.
+ (Murray Cumming)
+
+Gio:
+* Action: Fix activate(const Glib::Variant<T_Value>& value).
+ (Kjell Ahlstedt)
+
+Build:
+* win32 build: Surround content_type_get_symbolic_icon() with ifdefs.
+ (Giuseppe Penone)
+* Fix an IPv6 problem in the tests.
+ (Adam Sampson)
+
+Documentation:
+* Gio::Mount::guess_content_type_finish(): Correct the documentation.
+ (Kjell Ahlstedt)
+* Gio::DBus::AuthObserver: Add example from the C API docs in class docs
+ (Kjell Ahlstedt)
+
+
+2.38.1 (stable):
Build:
* Gio::ActionGroup: Remove a nonsensical check that
diff --git a/configure.ac b/configure.ac
index cfe992cf..e8327ff0 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.1],
+AC_INIT([glibmm], [2.38.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])