[pybliographer] Release 1.2.15
- From: Zoltan Kota <zkota src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer] Release 1.2.15
- Date: Thu, 6 Oct 2011 08:20:29 +0000 (UTC)
commit a1637401852ff6d76fbf556901d4673fbfe4b2df
Author: Zoltan Kota <zoltank gmail com>
Date: Thu Oct 6 10:18:56 2011 +0200
Release 1.2.15
NEWS | 12 ++++++++++++
configure.ac | 2 +-
setup-check.py | 4 ++--
3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2c90699..659b21a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
-*- text -*-
+New in 1.2.15 - 2011-10-06
+
+ * The documentation is now in Mallard format
+ * Updated Medline query
+ * Some Gnome cosmetics
+ * Fixed DateError bug
+ * New method to open documentation. Pybliographer
+ now requires pygtk 2.14.0 or newer
+ * Added new translations of the
+ documentation (Gnome I18n team)
+ * Updated translations (Gnome I18n team)
+
New in 1.2.14 - 2010-10-12
* Added German translation of the
diff --git a/configure.ac b/configure.ac
index 3fe2182..7ef4e3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT
-AM_INIT_AUTOMAKE(pybliographer, 1.2.14)
+AM_INIT_AUTOMAKE(pybliographer, 1.2.15)
AC_CONFIG_SRCDIR(pybliographer.py)
diff --git a/setup-check.py b/setup-check.py
index 995193b..e71156c 100644
--- a/setup-check.py
+++ b/setup-check.py
@@ -87,8 +87,8 @@ except:
error ('unexpected error')
else:
- if gtk.pygtk_version < (2,12,0):
- error ('requested version for PyGtk is %s, but I detected %s' % ('2.12.0', v))
+ if gtk.pygtk_version < (2,14,0):
+ error ('requested version for PyGtk is %s, but I detected %s' % ('2.14.0', v))
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]