gl: version 0.5 mit-scheme-pucked-gl-0.5
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 23:34:11 +0000 (16:34 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 23:34:11 +0000 (16:34 -0700)
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/make.scm

index b090ae2c9988c7880fe9c0d7fe7a02d91fad53bc..dbc9ed5e7009153146262dd5b60f840dedd1932c 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.5 - Matt Birkholz, 2018-06-07
+====================================================
+
+Scale viewports for HiDPI displays, for real.
+
 mit-scheme-pucked-gl 0.4 - Matt Birkholz, 2018-06-07
 ====================================================
 
index 8c83808a0ed25a15314dadc5d581df67195f15f8..c2a51b2e6fc47a7ada816c8a73f32592ac135a15 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.4],
+        [0.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index 294ae8dd7c42a6b91a62b6185e192b6cc325da23..ad3c7fd91bc91aebfcbc86cf83b0e9e70f9ba522 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.5) birchwood; urgency=low
+
+  * Scale viewports for HiDPI displays, for real.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 7 Jun 2018 10:00:00 -0000
+
 mit-scheme-pucked-gl (0.4) birchwood; urgency=low
 
   * Scale viewports for HiDPI displays.
index b4930e00dbe0cbd4d42337f6eeb8bd5dbc725d4e..4c432ac18b58db094c3b1326e2c69bbfe9e75048 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 4))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 5))
\ No newline at end of file