unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-gnome, devel: bumping version, NEWS updated
Date: Wed, 8 Oct 2014 19:58:27 -0300	[thread overview]
Message-ID: <20141008195827.261e8f28@capac> (raw)

[-- 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


                 reply	other threads:[~2014-10-08 22:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141008195827.261e8f28@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).