summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2007-11-28 09:38:40 +0000
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-11-28 09:38:40 +0000
commitfda58d31e2252fa8a7c2866849b4b6a627f49ff9 (patch)
tree5672726d299b4008ad6d0aba7083b4be395ebfd3
parent9e55917f90a63099e41c42279cd3f94d2e46b8ad (diff)
downloadevolution-data-server-fda58d31e2252fa8a7c2866849b4b6a627f49ff9.tar.gz
Evolution Data Server 1.12.2 releaseEVOLUTION_DATA_SERVER_1_12_2
2007-11-26 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution Data Server 1.12.2 release svn path=/branches/gnome-2-20/; revision=8252
-rw-r--r--ChangeLog4
-rw-r--r--NEWS21
-rw-r--r--configure.in2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 267444b57..4e007a230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-26 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution Data Server 1.12.2 release
+
2007-10-15 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution Data Server 1.12.1 release
diff --git a/NEWS b/NEWS
index 1f5ca644e..3066086d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Evolution-Data-Server 1.12.2 2007-11-26
+---------------------------------------
+
+Bug Fixes:
+ #271777: Keep character's case as user types. (Milan Crha)
+ #300584: Use correct year when filling structure, not only years 1970+ (Peter Lord)
+ #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
+ #376425: Use proxy if user uses it and do not crash if have proxy without name and password (Milan Crha)
+ #430420: Fix a crash when IMAP server sent response to FETCH BODY containing size=0 (Milan Crha)
+ #461979: The base URL can be without a path, so do not crash, if that happen (Milan Crha)
+ #481093: Move mail to/from sent-items (Sankar P)
+ #486873: Avoid a double free and make sure that the view_ functions free at all cases (Akhil Laddha)
+ #488351: Don't reopen a database using the same DB handle (Matthew Barnes)
+ #494303: Return NULL pointer after freeing timezone structure (Ondrej Jirman)
+ #495086: Check for NULL too, so do not crash when something goes wrong (Milan Crha)
+
+Updated Translations:
+ Ivar Smolin (et)
+ Changwoo Ryu (ko)
+ Anas Husseini (ar)
+
Evolution-Data-Server 1.12.1 2007-10-15
---------------------------------------
diff --git a/configure.in b/configure.in
index ef99676d2..69d6b5153 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution-data-server, 1.12.1)
+AC_INIT(evolution-data-server, 1.12.2)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.