[gtkmm/gtkmm-3-4] 3.4.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-4] 3.4.1
- Date: Sat, 1 Sep 2012 01:28:10 +0000 (UTC)
commit 0e882fd57eb03e0777d6f33ffef438d6e4a5b607
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Sep 1 03:28:05 2012 +0200
3.4.1
ChangeLog | 2 ++
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
3 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0b08fca..a10f42e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.4.1:
+
2012-08-29 Kjell Ahlstedt <kjell ahlstedt bredband net>
Application: Don't call add_window() before the application is registered.
diff --git a/NEWS b/NEWS
index f1e33d7..ad60673 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.4.1 (stable):
+
+Gtk:
+* AppChooserDialog: Fix property name in constructors.
+ (Kjell Ahlstedt)
+* Application:
+ - run(): Do not show the window until activation, fix a crash
+ (Murray Cumming)
+ - Don't call add_window() before the application is registered.
+ (Kjell Ahlstedt) Bug #681323 (Gregory Martin)
+
+Documentation:
+* Show the get_type() methods in the API documentation.
+ (Murray Cumming) Bug #670212 (Mark Vender).
+
3.4.0 (stable):
Gtk:
diff --git a/configure.ac b/configure.ac
index d67bce8..a61c74c 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.4.0],
+AC_INIT([gtkmm], [3.4.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]