From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.gtk,gmane.lisp.guile.user Subject: [ann] guile-gnome-platform 2.15.98 released Date: Fri, 25 Apr 2008 15:35:31 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209130813 16689 80.91.229.12 (25 Apr 2008 13:40:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 13:40:13 +0000 (UTC) To: guile-gtk-general , guile-user Original-X-From: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Fri Apr 25 15:40:48 2008 connect(): Connection refused Return-path: Envelope-to: glgg-guile-gtk-general@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JpOAC-0006FT-KR for glgg-guile-gtk-general@m.gmane.org; Fri, 25 Apr 2008 15:40:32 +0200 Original-Received: from localhost ([127.0.0.1]:48870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpO9W-0006Dk-El for glgg-guile-gtk-general@m.gmane.org; Fri, 25 Apr 2008 09:39:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpO9U-0006D9-CW for guile-gtk-general@gnu.org; Fri, 25 Apr 2008 09:39:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpO9T-0006Cv-9r for guile-gtk-general@gnu.org; Fri, 25 Apr 2008 09:39:48 -0400 Original-Received: from [199.232.76.173] (port=58528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpO9T-0006Cs-5C; Fri, 25 Apr 2008 09:39:47 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19] helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpO9S-0006aP-E1; Fri, 25 Apr 2008 09:39:46 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id D9BCB45A9; Fri, 25 Apr 2008 09:39:45 -0400 (EDT) Original-Received: from unquote (74.Red-80-24-4.staticIP.rima-tde.net [80.24.4.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 3628945A7; Fri, 25 Apr 2008 09:39:43 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-gtk-general@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussions about guile-gtk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Errors-To: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.gtk:780 gmane.lisp.guile.user:6546 Archived-At: Greetings, disciples of Lambda: The Ultimate Cult, I am pleased to announce the release of guile-gnome-platform version 2.15.98. guile-gnome-platform 2.15.98 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.98.tar.gz About guile-gnome-platform ========================== guile-gnome-platform is a binding between Guile Scheme and the Gnome stack of libraries. This release is a part of the unstable 2.15 series, which aims to wrap the libraries in the Gnome Developer Platform at version 2.16. It is unstable, but 2.16.0 will be stable. guile-gnome-platform 2.15.98 is a preview for 2.16.0. If everything goes right, something very close to this release will be pushed as 2.16.0 within a couple weeks. For that reason, it's *very important* to test this one as widely as possible, because hopefully we can get some nice buzz about the upcoming stable release, and it would be good if we caught and fixed any problems before they turn into someone's first impression. The so-called API_VERSION of guile-gnome has been bumped to 2 (from 0), so your code will need to "link" to it that way. See the glib notes for more details. Changes ======= packaging changes ----------------- * Formally require Guile 1.8, as has been the case for a while now. * Bump the API_VERSION to 2, as a test before going stable. This will change all library names, pkg-config names, installed header names, etc. (use-modules (gnome-0)) in user code should be changed to (use-modules (gnome-2)). guile-gnome-0 is now guile-gnome-2. The purpose of this change is to shake out any bugs in the API_VERSION mechanism. The intention is for the next release to be 2.16.0, with API_VERSION=2. atk --- * Documentation updated. cairo ----- * New platform release, no change. corba ----- * New platform release, no change. defs ---- * New platform release, no change. docs ---- * New platform release, no change. gconf ----- * Documentation updated. * Don't use API deprecated in Guile 1.8. glib ---- * API changes: Made gtype-interface-destroy! public. Removed the terrible %especify-metaclass! as it is not used. * Documentation updated. * Don't use API deprecated in Guile 1.8. * A few bugfixes after the large changes in 2.15.97. gnome-vfs --------- * Documentation updated. * Don't use API deprecated in Guile 1.8. gtk --- * Documentation updated. * Don't use API deprecated in Guile 1.8. * Remove special wrapper for , as GTK+ 2.10 has enough of a gobject property interface. libglade -------- * Documentation updated. libgnome -------- * Documentation updated. * Don't use API deprecated in Guile 1.8. libgnomecanvas -------------- * Documentation updated. * Don't use API deprecated in Guile 1.8. libgnomeui ---------- * Documentation updated. pango ----- * Documentation updated. * Don't use API deprecated in Guile 1.8. Peace, Andy -- http://wingolog.org/