From 57215d2205eedde02136a053c496cfd23c323b7c Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Fri, 24 Dec 2021 21:37:35 +0100 Subject: [PATCH] Release 3.2.0 --- debian/changelog | 24 +++++++++++++++++++++--- mac/Info.plist | 2 +- release.rb | 2 +- scripts/stratagus.lua | 2 +- wargus.nsi | 2 +- wargus.rc | 4 ++-- wartool.h | 2 +- 7 files changed, 28 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a29172c..c77617ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,26 @@ -wargus (3.1.3-1) UNRELEASED; urgency=medium +wargus (3.2.0) focal; urgency=medium - * + [ psa-jforestier ] + * 1st version of French translation. + * Add fr translation available in menu - -- Tim Felgentreff Sat, 17 Jul 2021 07:31:29 +0200 + [ alyokhin ] + * Adaptation of wargus scripts to new map reveal types + + [ Alex Benedict ] + * Check for argument to main to avoid segfault since ArchiveDir is set to argv[1]. + + [ Alex Grant Benedict ] + * Updated StormLib to commit 5ab093b7a57b8779dff06a08fac19d46c40b3329 and modified CMakeLists.txt to build StormLib as an external project + + [ alyokhin ] + * added "fast" fog of war type + + [ Tim Felgentreff ] + * refactor editor main menu to use layout + * add a simple text editor for preamble and postamble scripts + + -- Tim Felgentreff Fri, 24 Dec 2021 21:37:16 +0100 wargus (3.1.2-1) focal; urgency=medium diff --git a/mac/Info.plist b/mac/Info.plist index 51f0f413..6ac61520 100644 --- a/mac/Info.plist +++ b/mac/Info.plist @@ -13,7 +13,7 @@ CFBundleIconFile wargus CFBundleShortVersionString - 3.1.3 + 3.2.0 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/release.rb b/release.rb index 31516bd8..df1e2210 100644 --- a/release.rb +++ b/release.rb @@ -3,7 +3,7 @@ require "pp" STRINGS = { - version: "3.1.3", + version: "3.2.0", homepage: "https://wargus.github.io", license: "GPL v2+", copyright: "(c) 1998-2021 by The Stratagus Project" diff --git a/scripts/stratagus.lua b/scripts/stratagus.lua index 733e12dd..5374a012 100644 --- a/scripts/stratagus.lua +++ b/scripts/stratagus.lua @@ -62,7 +62,7 @@ wargus.Name = _("Wargus") wargus.Homepage = "https://wargus.github.io" wargus.Copyright = _("(c) 1998-2021 by The Stratagus Project.") -wargus.Version = "3.1.3" +wargus.Version = "3.2.0" wargus.Licence = "GPL v2+" diff --git a/wargus.nsi b/wargus.nsi index bf4089aa..3f5e0491 100644 --- a/wargus.nsi +++ b/wargus.nsi @@ -45,7 +45,7 @@ ; General variables !define NAME "Wargus" -!define VERSION "3.1.3" +!define VERSION "3.2.0" !define VIVERSION "${VERSION}.0" !define HOMEPAGE "https://wargus.github.io" !define LICENSE "GPL v2+" diff --git a/wargus.rc b/wargus.rc index 0f93e488..bacd3f99 100644 --- a/wargus.rc +++ b/wargus.rc @@ -5,8 +5,8 @@ #endif #define DESCRIPTION NAME -#define VERSION "3.1.3" -#define VIVERSION 3,1,3 +#define VERSION "3.2.0" +#define VIVERSION 3,2,0 #define HOMEPAGE "https://wargus.github.io" #define LICENSE "GPL v2+" #define COPYRIGHT "(c) 1998-2021 by The Stratagus Project" diff --git a/wartool.h b/wartool.h index b0971533..385c6e52 100644 --- a/wartool.h +++ b/wartool.h @@ -35,7 +35,7 @@ -- General ----------------------------------------------------------------------------*/ -#define VERSION "3.1.3" // Version of extractor wartool +#define VERSION "3.2.0" // Version of extractor wartool const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2021 by The Stratagus Project.\n"\ " Written by Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar and cybermind.\n"\