[glibmm/glibmm-2-22] 2.22.1



commit 1c6d59536d9965a7db0ed779b6b7d7a39df657a4
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 26 12:24:52 2010 +0100

    2.22.1

 ChangeLog    |    4 ++++
 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 82ac666..7a41102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.22.2:
+
 2010-03-23  Alexey Kosilin  <kosilin gmail com>
 
     MemoryInputStream: Correct data loss/corruption with binary data.
@@ -43,6 +45,8 @@
 	* MSVC_Net2005/filelist.am:
 	* MSVC_Net2008/filelist.am: Added the new projects.
 
+2.22.1:
+
 2009-09-21  Jonathon Jongsma  <jonathon jongsma collabora co uk>
 
 	* NEWS:
diff --git a/NEWS b/NEWS
index f92527b..5957f22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.22.2 (stable):
+
+Gio:
+* MemoryInputStream: Correct data loss/corruption with binary data.
+  (Alexey Kosilin) Bug #609552 (Holger Seelig)
+
+Glib:
+* tests: Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am 
+  to always use the built library, not the installed one.
+  (David King) Bug #610854 (Pacho Ramos)
+
+Build:
+* MSVC++ project fixes. (Armin Burgmeier)
+
 2.22.1 (stable):
 
     This is a quick follow-on release to fix a couple minor issues discovered in
diff --git a/configure.ac b/configure.ac
index 1d6d77e..e687803 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.22.1],
+AC_INIT([glibmm], [2.22.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -112,7 +112,7 @@ GLIBMM_ARG_ENABLE_DEBUG_REFCOUNTING
 # Evaluate the --enable-warnings=level option.
 MM_ARG_ENABLE_WARNINGS([GLIBMM_WXXFLAGS],
                        [-Wall],
-                       [-pedantic -Wall -Wextra],
+                       [-pedantic -Wall -Wextra -Wno-long-long],
                        [G])
 
 # Offer the ability to omit some API from the library,



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