[cluttermm] 1.17.3



commit 0a3f52c1b406caa368f4552cdf63293f94029d0e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 12 09:06:26 2014 +0200

    1.17.3

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 029f207..fbeaf8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.17.3: (unstable)
+
+* Add an init() overload that takes an OptionContext and use it
+  in the actors example.
+  (Murray Cumming)
+* Actor: Remove the (deprecated) paint signal to avoid clashing with the
+  paint vfunc.
+* BoxLayout: Deprecates the pack(). Use Actor methods instead.
+  (Ian Martin)
+
+
 1.17.2: (unstable)
 
 * Actor:
diff --git a/configure.ac b/configure.ac
index 81981e3..1afab38 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 program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([cluttermm], [1.17.2],
+AC_INIT([cluttermm], [1.17.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=cluttermm],
         [cluttermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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