unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-gnome, devel: bumping version, NEWS updated
@ 2014-10-08 22:58 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-10-08 22:58 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

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

[-- Attachment #2: 0016-2.16.3.patch --]
[-- Type: text/x-patch, Size: 887 bytes --]

From 4c931693c8594b68242ea1c39d2cd4df0a55e6c4 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0017-Update-NEWS.patch --]
[-- Type: text/x-patch, Size: 2234 bytes --]

From b22c3febd4c54f2085d9c65834ec5157589e9b2e Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-08 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-08 22:58 guile-gnome, devel: bumping version, NEWS updated David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).