[glibmm/glibmm-2-38] 2.38.2



commit e35755e0c68f60e3e7bcd772fce2fc436ee58b3f
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 14 10:27:07 2014 +0200

    2.38.2

 NEWS         |   25 ++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a5d0719..7f0026e 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 cfe992c..e8327ff 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])


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