[pangomm/pangomm-2-42] 2.42.2



commit e2cea71532691d6bfa6c2916f8ea777efb99d073
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Dec 13 15:07:36 2020 +0100

    2.42.2

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3351ef2..55e6962 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.42.2 (stable):
+
+The tarball for 2.42.2 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+Build:
+* Use __declspec(dllexport) when building with Visual Studio
+  (Chun-wei Fan) Merge request !14, !17
+* Meson build: Avoid some recompilations
+  (Kjell Ahlstedt)
+* Meson build: Better error message if trying to build with
+  maintainer-mode=false when true is necessary
+  (Kjell Ahlstedt) Issue #6 (Rasmus Thomsen)
+* Meson build: Set default value of the 'warnings' option to 'min'
+  (Kjell Ahlstedt)
+* Improve NMake support
+  (Chun-wei Fan)
+* Improve Visual Studio support
+  (Chun-wei Fan) Merge request !14, !18
+* docs/reference/: Update for Doxygen >= 1.8.16
+  (Kjell Ahlstedt)
+* Meson build: Fix versioning on macOS
+  (Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans)
+
+
 2.42.1 (stable):
 
 * Coverage: Ignore deprecations of pango functions
diff --git a/configure.ac b/configure.ac
index fa0e84e..9126ec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([pangomm], [2.42.1],
+AC_INIT([pangomm], [2.42.2],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index efd0a35..ae01eb7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.42.1',
+  version: '2.42.2',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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