aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 22:56:13 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 22:56:13 +0800
commit26bcf722b57527c68dfec64afbe0671b2f8dda7e (patch)
tree357f25d5a8088099a7d91f7193da16dcbd5f4767
parent48289f99b2d22956f87157250d4f40c719412a27 (diff)
downloadgsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar.gz
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar.bz2
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar.lz
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar.xz
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.tar.zst
gsoc2013-empathy-26bcf722b57527c68dfec64afbe0671b2f8dda7e.zip
prepare 2.32.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 624b471b6..636fe023f 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 1b76c0f7d..c5d8db79f 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'