cairo 0.11 mit-scheme-pucked-cairo-0.11
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:17:13 +0000 (16:17 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:17:13 +0000 (16:17 -0700)
src/cairo/NEWS
src/cairo/cairo.texi
src/cairo/configure.ac
src/cairo/debian/changelog
src/cairo/make.scm

index 7d5915913e88bd275c82df6ba2ca6683be08dd43..390bc95168b9351845f484f138fe6128f2449b0e 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-cairo 0.11 - Matt Birkholz, 2019-07-03
+========================================================
+
+New release upstream.  Downcased many symbols.
+
 mit-scheme-pucked-cairo 0.10 - Matt Birkholz, 2018-11-27
 ========================================================
 
index c9fb1d4ffe552942427eb8f9792d80274ebfcf6c..63710c86f93b1e28d702bf6a758002652886ad07 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename cairo.info
 @include version.texi
-@set SCMVERS 9.2.15
+@set SCMVERS 10.1.11
 @settitle Cairo Plugin Manual
 @comment %**end of header
 
index 188a2222ecbce2f2824940417d51be5f9ecd4824..585c30f6b2e50ff1d3b0789dbb6da56959fe4c62 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked cairo plugin],
-        [0.10],
+        [0.11],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-cairo])
 AC_CONFIG_SRCDIR([cairo.pkg])
index 7fcb6139332d071be5390eb9fc503c05d444f343..d02423bc925934f05a0caa3ea46f955294b1867f 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-cairo (0.11) birchwood; urgency=low
+
+  * New release upstream.  Downcased many symbols.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-cairo (0.10) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index a14f18a010df39685c34266bfaa49e8ef6a3a524..8fd3e90e0014895d06606b1a8bb125b2ae29b64b 100644 (file)
@@ -6,4 +6,4 @@ Load the Cairo option. |#
 (with-loader-base-uri (system-library-uri "cairo/")
   (lambda ()
     (load-package-set "cairo")))
-(add-subsystem-identification! "Cairo" '(0 10))
\ No newline at end of file
+(add-subsystem-identification! "Cairo" '(0 11))
\ No newline at end of file