[extremetuxracer] 01/04: New upstream version 0.7.4

Markus Koschany apo at moszumanska.debian.org
Wed Nov 2 19:21:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository extremetuxracer.

commit db8893194ebdb8608bcdef0a43f7f657e0f35384
Author: Markus Koschany <apo at debian.org>
Date:   Wed Nov 2 20:02:26 2016 +0100

    New upstream version 0.7.4
---
 NEWS                            |  8 ++++++++
 build/Installer/productInfo.wxi |  4 ++--
 configure                       | 20 ++++++++++----------
 configure.ac                    |  2 +-
 data/credits.lst                |  2 +-
 src/states.cpp                  |  2 +-
 src/version.h                   |  4 ++--
 7 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/NEWS b/NEWS
index c46ec01..f137742 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
                            NEWS for Extreme Tux Racer
 ===============================================================================
 
+Version 0.7.4                                             27th of October, 2016
+-------------------------------------------------------------------------------
+Bugfix release
+
+- Fixed infinite loop when window resize event has been received to size
+  different from what's in settings
+
+
 Version 0.7.3                                                22th of July, 2016
 -------------------------------------------------------------------------------
 Bugfix release
diff --git a/build/Installer/productInfo.wxi b/build/Installer/productInfo.wxi
index fb49c4b..9d6354f 100644
--- a/build/Installer/productInfo.wxi
+++ b/build/Installer/productInfo.wxi
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Include>
-  <?define ProductName = "Extreme TuxRacer 0.7.3 ($(var.Platform))" ?>
+  <?define ProductName = "Extreme TuxRacer 0.7.4 ($(var.Platform))" ?>
   <?define ProductNameShort = "Extreme TuxRacer" ?>
-  <?define ProductVersion = "0.7.3.0" ?>
+  <?define ProductVersion = "0.7.4.0" ?>
 
   <?define ProductManufacturer = "The ExtremeTuxRacer team" ?>
   <?define ProductDescription = "High speed arctic racing game" ?>
diff --git a/configure b/configure
index a449900..e02f020 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for etr 0.7.3.
+# Generated by GNU Autoconf 2.69 for etr 0.7.4.
 #
 # Report bugs to <https://sourceforge.net/projects/extremetuxracer>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='etr'
 PACKAGE_TARNAME='etr'
-PACKAGE_VERSION='0.7.3'
-PACKAGE_STRING='etr 0.7.3'
+PACKAGE_VERSION='0.7.4'
+PACKAGE_STRING='etr 0.7.4'
 PACKAGE_BUGREPORT='https://sourceforge.net/projects/extremetuxracer'
 PACKAGE_URL=''
 
@@ -1317,7 +1317,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures etr 0.7.3 to adapt to many kinds of systems.
+\`configure' configures etr 0.7.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1388,7 +1388,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of etr 0.7.3:";;
+     short | recursive ) echo "Configuration of etr 0.7.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1503,7 +1503,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-etr configure 0.7.3
+etr configure 0.7.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1964,7 +1964,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by etr $as_me 0.7.3, which was
+It was created by etr $as_me 0.7.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2832,7 +2832,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='etr'
- VERSION='0.7.3'
+ VERSION='0.7.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6340,7 +6340,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by etr $as_me 0.7.3, which was
+This file was extended by etr $as_me 0.7.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6406,7 +6406,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-etr config.status 0.7.3
+etr config.status 0.7.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 203ede3..785c782 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT([etr], [0.7.3], [https://sourceforge.net/projects/extremetuxracer])
+AC_INIT([etr], [0.7.4], [https://sourceforge.net/projects/extremetuxracer])
 AC_CONFIG_SRCDIR([src/gui.cpp])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([etr_config.h])
diff --git a/data/credits.lst b/data/credits.lst
index 6ae8f32..defa51d 100644
--- a/data/credits.lst
+++ b/data/credits.lst
@@ -1,5 +1,5 @@
 *[offs] 0 [text] Extreme Tux Racer [font] 0 [size] 7 [col] 1
-*[offs] 50 [text] Version 0.7.3 [font] 0 [size] 3 [col] 0
+*[offs] 50 [text] Version 0.7.4 [font] 0 [size] 3 [col] 0
 *[offs] 40 [text] Some courses may have been modified from their [font] 0 [size] 2 [col] 0
 *[offs] 20 [text] original versions to fit the requirements of the game. [font] 0 [size] 2 [col] 0
 
diff --git a/src/states.cpp b/src/states.cpp
index 7e91372..b2534df 100644
--- a/src/states.cpp
+++ b/src/states.cpp
@@ -100,7 +100,7 @@ void State::Manager::PollEvent() {
 					if (Winsys.resolution.width != event.size.width || Winsys.resolution.height != event.size.height) {
 						Winsys.resolution.width = event.size.width;
 						Winsys.resolution.height = event.size.height;
-						Winsys.SetupVideoMode(param.res_type);
+						Winsys.SetupVideoMode(event.size.width, event.size.height);
 					}
 					break;
 
diff --git a/src/version.h b/src/version.h
index 1636114..53aea4b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define ETR_VERSION_STRING "0.7.3"
-#define ETR_VERSION 0,7,3,0
+#define ETR_VERSION_STRING "0.7.4"
+#define ETR_VERSION 0,7,4,0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/extremetuxracer.git



More information about the Pkg-games-commits mailing list