[pangomm] 2.40.1



commit 19b91c7b62286e9fc4c03063f61aa67e77342c97
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Aug 19 16:15:31 2016 +0200

    2.40.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b1a247..4728507 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.40.1 (stable):
+
+
+* C++11: Make all operator bool()s explicit.
+  (Murray Cumming)
+* Build: Fix silent builds.
+  (Kjell Ahlstedt) Bug #768797
+
 2.40.0 (stable):
 
 * No major changes compared to 2.39.1.
diff --git a/configure.ac b/configure.ac
index 88a7a0c..e39b443 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.40.0],
+AC_INIT([pangomm], [2.40.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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