[balsa] Release balsa-2.4.10
- From: Pawel Salek <pawels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Release balsa-2.4.10
- Date: Mon, 13 Jun 2011 19:31:32 +0000 (UTC)
commit b553f73ecd991411bdc667203ccbfb82c876347b
Author: Pawel Salek <pawsa0 gmail com>
Date: Mon Jun 13 21:30:58 2011 +0200
Release balsa-2.4.10
ChangeLog | 5 +++++
NEWS | 7 +++++++
configure.in | 3 +--
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e6751c9..cea8111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-13 Pawel Salek
+
+ * configure.in: gtkhtml-4.0 does not work with gtk-2.0
+ * NEWS: release balsa-2.4.10
+
2011-06-05 Peter Bloomfield
* src/save-restore.c (config_identities_load): load identities
diff --git a/NEWS b/NEWS
index ca492a1..4bf67e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+* Balsa-2.4.10 release. Release date 2011-06-13
+
+- preserve identity order.
+- trivial gtkhtml-3.15 support.
+- improve interaction with unique.
+- bugs fixed #636801, #636805, #647695.
+
* Balsa-2.4.9 release. Release date 2010-11-19
- compile against new GTK, libnotify libs.
diff --git a/configure.in b/configure.in
index 195c3bb..7505365 100644
--- a/configure.in
+++ b/configure.in
@@ -389,10 +389,9 @@ case "$use_html_widget" in
;;
gtkhtml3)
AC_MSG_RESULT([$use_html_widget])
- PKG_CHECK_MODULES(HTML, [ libgtkhtml-4.0 ], [],
PKG_CHECK_MODULES(HTML, [ libgtkhtml-3.14 ], [],
[PKG_CHECK_MODULES(HTML, [ libgtkhtml-3.15 ],[],
- [AC_MSG_ERROR([*** You enabled gtkhtml3 but none of 3.14 or 3.15 or or 4.0 libversions were found.])])]))
+ [AC_MSG_ERROR([*** You enabled gtkhtml3 but none of 3.14 or 3.15 libversions were found.])])])
AC_DEFINE(HAVE_GTKHTML3,1,[Defined when GtkHtml-3 can be used.])
;;
webkit)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]