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

index 5aff7a9a3f9200084db3712407cbf4f688614366..6ba4ea5ac449ce22637d11e4430c5b6bca34c686 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-gl 0.9 - Matt Birkholz, 2019-07-03
+====================================================
+
+New release upstream.  Downcased many symbols.
+
 mit-scheme-pucked-gl 0.8 - Matt Birkholz, 2018-11-27
 ====================================================
 
index 950b7c7801f7730c70520d1b46ae9e606cc91803..e25d3bdea19eadc92a499a25e09ec8f5826fa21d 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 gl plugin],
-        [0.8],
+        [0.9],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index 0074f6dd6a8844f7d0e3530bad93de6ab0e570e8..0edea90569c11ef832145f53b71a4b8c6a75600b 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.9) 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-gl (0.8) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index 9873a7ec26d1212e69890d1a8217461d277fac01..509fd477fb5929e1882e358e8c55eecc3d119798 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 9))
\ No newline at end of file