[jhbuild] release



commit 5d2fc219b57eeb9b81a46cb6066cbdc586136732
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Oct 2 21:43:49 2019 +0200

    release

 NEWS         | 14 ++++++++++++++
 configure.ac |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 84edd128..77d2ecd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+==============
+Version 3.35.1
+==============
+
+- JHBuild now works with Python 2.7+ and Python 3.5+.
+  Use './autogen.sh --with-python=python3' to force an interpreter at
+  configure time. If nothing is specified Python 3 will be used.
+  Python 2 support will likely be dropped in the near future.
+- 'jhbuild gui' ported from pygtk to PyGObject
+- Improvements/Fixes for the apt based sysdeps install
+- Removed (long broken) buildbot support
+- Moduleset updates
+- Translation updates
+
 ==============
 Version 3.34.0
 ==============
diff --git a/configure.ac b/configure.ac
index 77fc9cd7..e7ff8aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([jhbuild],
-        [3.34.0],
+        [3.35.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=jhbuild],
         [jhbuild])
 


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