summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-03-26 12:24:52 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-03-26 12:24:52 +0100
commit1c6d59536d9965a7db0ed779b6b7d7a39df657a4 (patch)
tree48c24fbfd2589d5786459c34293d581359dd1b54
parente7b46055472bee12d8199a89de53a5b005abef26 (diff)
downloadglibmm-2-22.tar.gz
-rw-r--r--ChangeLog4
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82ac6669..7a41102a 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 f92527b0..5957f227 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 1d6d77e6..e687803a 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,