[gtkmm] 3.0.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.0.0
- Date: Wed, 6 Apr 2011 11:09:07 +0000 (UTC)
commit 0437c694eb4ab6114f69968d3e6b52b145f4e4e8
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 6 13:01:46 2011 +0200
3.0.0
ChangeLog | 2 ++
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
3 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f3d5535..59ba446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.0.0:
+
2011-04-05 Murray Cumming <murrayc murrayc com>
operator const void*(): Use GINT_TO_POINTER().
diff --git a/NEWS b/NEWS
index 26cac5b..9ad5533 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.0.0 (unstable):
+
+Gtk:
+* Change all operator void* to operator const void*, with a BoolExpr typedef
+ and extra documentation.
+ This avoids an unintentional implicit cast to int, and is generally
+ considered good practice in C++. The new C++ standard allows the use of
+ the explicit keyword here instead, but that is not yet widespread.
+ (Murray Cumming, Daniel Elstner)
+* NumerableIcon: Really add get_background_gicon() const.
+ (Murray Cumming, Kjell Ahlstedt)
+* StateFlags: Added missing STATE_FLAG_NORMAL enum value.
+ (Kalev Lember)
+
2.99.9 (unstable):
* Avoid a tarball dependency on mm-common.
diff --git a/configure.ac b/configure.ac
index 9600817..afef979 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], [2.99.8],
+AC_INIT([gtkmm], [3.0.0],
[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]