[pan] release 0.150



commit 4c6043e9c6ec04fe136b1058bb835aa65704da8c
Author: Dominique Dumont <dod debian org>
Date:   Sun Feb 6 17:44:56 2022 +0100

    release 0.150

 NEWS         | 25 +++++++++++++++++++++++++
 configure.ac |  6 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 61c6340..84cb1e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.150 "Moucherotte"
+
+The main points of this release are:
+- Dropped support for GMime2. Only Gmime3 is supported
+- Gtk3 is now default build, Gtk2 is deprecated
+
+  15fcc65 set maximum number of serveur connections to 20 (Dominique Dumont)
+  62e3c58 remove support for GMime2 (Dominique Dumont)
+  ba7a42b Enable make distcheck for both GTK builds (Petr Kovar)
+  db473c4 run distcheck with gtk3 (Dominique Dumont)
+  1b96a80 fix YAML syntax in .gitlab-ci.yml (Dominique Dumont)
+  9bb4d18 fix make distcheck for gtk2 (Dominique Dumont)
+  0ff10e7 Gtk3 is now default build, Gtk2 is deprecated (Dominique Dumont)
+  431f56f Nuke $GIT_REMOTE if not obtained by git config (Petr Kovar)
+  7847651 Fix pkg check msgs in configure.ac and print more library versions (Petr Kovar)
+  ccd1197 fix (string-view): compilation with clang on Mac (Dominique Dumont)
+  2478eb6 fix missing articles with dangling reference (Dominique Dumont)
+  ce3600c fix typo in README.org (Dominique Dumont)
+* Contributors to this release:
+  Dominique Dumont, Petr Kovar
+* Updated translations:
+  cs        (Petr Kovar)
+  es        (Miguel Ángel Nieto)
+  sv        (Luna Jernberg)
+
 0.149 "Bellevue"
 
 The main points of this release are:
diff --git a/configure.ac b/configure.ac
index 645dc3b..7550a41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
-AC_INIT([Pan],[0.149],[https://gitlab.gnome.org/GNOME/pan/issues],[pan],[http://pan.rebelbase.com/])
+AC_INIT([Pan],[0.150],[https://gitlab.gnome.org/GNOME/pan/issues],[pan],[http://pan.rebelbase.com/])
 AC_DEFINE(VERSION_MAJOR,0,[Major part of version number])
-AC_DEFINE(VERSION_MINOR,149,[Minor part of version number])
+AC_DEFINE(VERSION_MINOR,150,[Minor part of version number])
 AC_DEFINE(VERSION_REVISION,0,[Revision part of version number])
-AC_DEFINE(VERSION_TITLE,["Bellevue"],[Release Name])
+AC_DEFINE(VERSION_TITLE,["Moucherotte"],[Release Name])
 AC_PREREQ([2.64])
 
 dnl Get git info for pan-git.version


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