[Lunar-commits] r25330 - moonbase/trunk/devel/sip

Florin Braescu florin at lunar-linux.org
Tue Jul 31 06:21:00 CEST 2007


Author: florin
Date: 2007-07-31 06:21:00 +0200 (Tue, 31 Jul 2007)
New Revision: 25330

Modified:
   moonbase/trunk/devel/sip/DETAILS
Log:
bump the version from 4.6 to 4.7. Changes:
 - Added %PickleCode to allow handwritten code to pickle a wrapped C++
    instance or C structure.
  - Added %CompositeModule to create modules that are composites of ordinary
    modules.
  - Added %ConsolidatedModule (and the -p command line option) to create
    modules that contain all the wrapper code on behalf of ordinary modules.
  - Added the dump() function to the sip module.
  - Added sipTransferBreak() to the SIP API.
  - Added support for /Transfer/ as a function annotation.

Modified: moonbase/trunk/devel/sip/DETAILS
===================================================================
--- moonbase/trunk/devel/sip/DETAILS	2007-07-30 15:59:22 UTC (rev 25329)
+++ moonbase/trunk/devel/sip/DETAILS	2007-07-31 04:21:00 UTC (rev 25330)
@@ -1,11 +1,11 @@
           MODULE=sip
-         VERSION=4.6
+         VERSION=4.7
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.riverbankcomputing.com/Downloads/sip4/
-      SOURCE_VFY=sha1:604fef1204942146091df32f0e2276c5ab77a71c
+      SOURCE_VFY=sha1:e1f70a613ab64c1c2227ef2e49a64265a30dc65a
         WEB_SITE=http://www.riverbankcomputing.co.uk/sip/index.php
          ENTERED=20020520
-         UPDATED=20070412
+         UPDATED=20070731
            SHORT="SIP is a tool to create Python bindings for C++ libraries"
 
 cat << EOF



More information about the Lunar-commits mailing list