Hello, guile-gnome devel: 2.16.3 Update NEWS
Attached: NEWS added text review welcome. I believe we're ready for a release. [too bad for the corba guile-2 related deprecated warning messages, but I tried 2 solutions [see Neil's msg which inspired my 2d attempt] and both compiles but break make check, so decided to leave the corresponding code as it was for now. Happy hacking, David
>From 4c931693c8594b68242ea1c39d2cd4df0a55e6c4 Mon Sep 17 00:00:00 2001 From: David PIROTTE <da...@altosw.be> Date: Wed, 8 Oct 2014 18:24:19 -0300 Subject: [PATCH 2/3] 2.16.3 * configure.ac: Bump version --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0fa5e2c..e94ea15 100644 --- a/configure.ac +++ b/configure.ac @@ -19,14 +19,14 @@ License along with this program. If not, see ]]) AC_PREREQ(2.52) -AC_INIT(guile-gnome-platform, 2.16.2) +AC_INIT(guile-gnome-platform, 2.16.3) AC_CONFIG_SRCDIR(ChangeLog.pre-2.16) AC_CONFIG_AUX_DIR([build-aux]) AC_COPYRIGHT(GUILE_GNOME_PLATFORM_CONFIGURE_COPYRIGHT) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(-Wno-portability -Wno-syntax) -AC_SUBST(VERSION,2.16.2) +AC_SUBST(VERSION,2.16.3) # Meaning of the API version # -------------------------- -- 2.1.1
From b22c3febd4c54f2085d9c65834ec5157589e9b2e Mon Sep 17 00:00:00 2001 From: David PIROTTE <da...@altosw.be> Date: Wed, 8 Oct 2014 19:46:50 -0300 Subject: [PATCH 3/3] Update NEWS * NEWS: Update. --- NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/NEWS b/NEWS index 742fcbc..ce9aa75 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,58 @@ guile-gnome-platform is a binding between Guile Scheme and the Gnome stack of libraries. See the README, for more information. +guile-gnome-platform 2.16.3 - David Pirotte, 2014-10-08 +======================================================= + +The primary objectives, working towards this release, were (1) to +remove all code specific to the support of guile versions prior to +guile 2, (2) getting rid of all guile related deprecated messages +[that second part of the mission almost completed, there is still one +corba related deprecated warning message, help to resolve that last +one is welcome!], and (3) wrap gdk_pixbuf_get_pixels requested by +guile-clutter 1.12. + +None 'specific' changes +----------------------- + +* scm-error incorrect arg list, various calls, all fixed. + +* Toplevel calls moved into an eval-when conditions exp... + +* make check has been fixed to work with recent automake versions + [thanks to Ludovic Courtés] + +corba +----- + +* fixing allocate-instance for <CORBA:Object> + +glib +---- + +* g_get_current_time now [temporarily] ignored, it was not properly + wrapped anyway. + +* <glib-wrapset> missing some basic pointer types: guint8*, guchar*, + gunichar*, gunichar2* added and wrapped as opaque pointers. + +* scm_c_gparam_construct 4th argument type definition fixed + +* use &gw-bad-typespec, not &gw:bad-typespec, fixed. + +gdk-pixbuf +---------- + +* gdk_pixbuf_get_pixels removed from the ignore list, it returns a + guchar*, just added, no specific wrapper needed. + +gtk +--- + +* gtk_recent_info_get_application_info should [temporarily] be + ignored, it needs a special wrapper, to be done still. + + guile-gnome-platform 2.16.2 -- 2012-09-05 ========================================= -- 2.1.1