[gtkmm/gtkmm-3-18] 3.18.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-18] 3.18.1
- Date: Thu, 14 Apr 2016 16:07:42 +0000 (UTC)
commit 04e6e41a959729e8de2496eff830f784d9b06106
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Apr 14 18:03:49 2016 +0200
3.18.1
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 789c1f2..2552b3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.18.1 (stable):
+
+Gtk:
+* CellRendererProgress:_property_renderable(): Avoid infinite loop.
+ (Murray Cumming)
+* TreeView: Fix a crash in get_tooltip_context_path()
+ (Philipp Lenk) Bug #760030.
+* TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch exception.
+ (Murray Cumming) Bug #765044 (Justinas)
+
+Gdk:
+* Screen::get_font_options(): Really take a copy.
+ (Kjell Ahlstedt)
+
+Documentation:
+* treeview_editable_cells demo: Catch exception from std::stoi.
+ (Kjell Ahlstedt)
+
+Build:
+* Fix "make check" after sigc::mem_fun(pointer, func) was deprecated.
+ (Kjell Ahlstedt)
+* MSVC builds: Look for headers in include/gio-win32-2.0 as well
+ (Chun-wei Fan)
+* Demos, tests: Use nullptr instead of 0.
+ (Kjell Ahlstedt)
+* Gtk: Use nullptr instead of 0
+ (Kjell Ahlstedt)
+* Gdk: Use nullptr instead of 0
+ (Kjell Ahlstedt)
+* Menushell, Widget: Use noexcept on the destructor implementation.
+ To match the generated declaration.
+ (Emeric Maschino) Bug #759263, Bug #759262
+
+
Changes in 3.18 compared to 3.16:
General:
diff --git a/configure.ac b/configure.ac
index 7e16f46..f27a197 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([gtkmm], [3.18.0],
+AC_INIT([gtkmm], [3.18.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]