[empathy/gnome-2-32] prepare 2.32.2



commit 26bcf722b57527c68dfec64afbe0671b2f8dda7e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Nov 18 15:56:13 2010 +0100

    prepare 2.32.2

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 624b471..636fe02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+NEW in 2.32.2 (18/11/2010)
+=============
+
+This release adds a '--with-ca-file' option to configure.
+The default is to use the normal location for either Red Hat
+or Debian, or fail if neither exists. Use --with-ca-file to force a
+particular location (e.g. if your build system doesn't guarantee to have
+the CA certificate bundle installed), or use --without-ca-file if your system
+doesn't have a standard CA certificate store.
+
+Two memory leaks have also been fixed which should drastically reduce empathy's
+memory consumption on longer runs.
+
+Bugs fixed:
+ - Fixed #634197, [Patch] Make CA cert paths configurable (Brian Pepple)
+
 NEW in 2.32.1 (15/11/2010)
 =============
 
diff --git a/configure.ac b/configure.ac
index 1b76c0f..c5d8db7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl If not 1, append datestamp to the version number
-m4_define(empathy_released, 0)
+m4_define(empathy_released, 1)
 
 m4_define([empathy_major_version], [2])
 m4_define([empathy_minor_version], [32])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_micro_version], [2])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'



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