gl: version 0.4 mit-scheme-pucked-gl-0.4 mit-scheme-pucked-planetarium-0.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 21:54:25 +0000 (14:54 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 21:54:25 +0000 (14:54 -0700)
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/make.scm

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