From e4004f47bf2e64664fd5d85b4ec5b0be8504994f Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 12 Oct 2020 19:57:11 +0100 Subject: [PATCH] Updated for 3.4.6 release. --- CHANGES | 2 +- Makefile | 4 ++-- dist/notes/NOTES-bgg | 24 +++++++++++++++++------- dist/notes/NOTES-csw | 23 ++++++++++++++++------- dist/notes/NOTES-news | 22 ++++++++++++++++------ dist/notes/NOTES-vassalforum | 26 ++++++++++++++++++-------- pom.xml | 2 +- release-prepare/pom.xml | 4 ++-- vassal-app/pom.xml | 4 ++-- vassal-deprecation/pom.xml | 4 ++-- vassal-doc/pom.xml | 4 ++-- 11 files changed, 79 insertions(+), 40 deletions(-) diff --git a/CHANGES b/CHANGES index 9e14c3ab77..aaa96a2af4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.4.6 - ??? +3.4.6 - 12 October 2020 * 13508: NPE in GamePieceOpImpl.getTileIndices() * 13505: Dragging a card/piece off the top of a deck should not also band-select diff --git a/Makefile b/Makefile index 12a06a99d2..99f537120e 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,9 @@ JDOCDIR:=jdoc # numeric part of the version only VNUM:=3.4.6 -MAVEN_VERSION:=$(VNUM)-SNAPSHOT +#MAVEN_VERSION:=$(VNUM)-SNAPSHOT #MAVEN_VERSION:=$(VNUM)-beta1 -#MAVEN_VERSION:=$(VNUM) +MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/dist/notes/NOTES-bgg b/dist/notes/NOTES-bgg index e45f87202c..c629ec4952 100644 --- a/dist/notes/NOTES-bgg +++ b/dist/notes/NOTES-bgg @@ -1,5 +1,5 @@ -[size=18][b]VASSAL 3.4.5 Released[/b][/size] -The VASSAL Team is happy to announce the release of VASSAL 3.4.5. +[size=18][b]VASSAL 3.4.6 Released[/b][/size] +The VASSAL Team is happy to announce the release of VASSAL 3.4.6. [size=16][b]IMPORTANT[/b][/size] * Things may be broken which worked previously. If you find a new bug, please report it. @@ -9,11 +9,21 @@ The VASSAL Team is happy to announce the release of VASSAL 3.4.5. * Some modules containing custom drawing code may render incorrectly on HiDPI displays, starting with 3.3. If you are the maintainer of such a module, let us know and we can advise you about what needs updating for 3.4 in your code. [size=16][b]Download[/b][/size] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-linux.tar.bz2]Linux[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-macosx.dmg]Mac OS X[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-windows-64.exe]Windows (64-bit)[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-windows-32.exe]Windows (32-bit)[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-other.zip]Other[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-linux.tar.bz2]Linux[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-macosx.dmg]Mac OS X[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-windows-64.exe]Windows (64-bit)[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-windows-32.exe]Windows (32-bit)[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-other.zip]Other[/url] + +[size=16][b]Changes since 3.4.5[/b][/size] + +Bug fixes + +* 13508: NPE in GamePieceOpImpl.getTileIndices() +* 13505: Dragging a card/piece off the top of a deck should not also band-select +* 13503: At-Start Stacks and Decks in board appear in wrong place if map padding specified +* 13467: Edited modules containing HTML img elements can't be saved on Windows +* 13456: At-Start Stack using Grid Location uses Location on first board, not chosen board (additional fix for 12576) [size=16][b]Changes since 3.4.4[/b][/size] diff --git a/dist/notes/NOTES-csw b/dist/notes/NOTES-csw index 9a656508dc..20e1218aa5 100644 --- a/dist/notes/NOTES-csw +++ b/dist/notes/NOTES-csw @@ -1,4 +1,4 @@ -The VASSAL Team is happy to announce the release of VASSAL 3.4.5. +The VASSAL Team is happy to announce the release of VASSAL 3.4.6.

IMPORTANT

* Things may be broken which worked previously. If you find a new bug, please report it. @@ -7,13 +7,22 @@ The VASSAL Team is happy to announce the release of VASSAL 3.4.5. * Some modules containing custom drawing code may render incorrectly on HiDPI displays, starting with 3.3. If you are the maintainer of such a module, let us know and we can advise you about what needs updating for 3.4 in your code.

Download

-* Linux -* Mac OS X -* Windows (64-bit) -* Windows (32-bit) -* Other +* Linux +* Mac OS X +* Windows (64-bit) +* Windows (32-bit) +* Other -

Changes since 3.4.3

+

Changes since 3.4.5

+Bug fixes + +* 13508: NPE in GamePieceOpImpl.getTileIndices() +* 13505: Dragging a card/piece off the top of a deck should not also band-select +* 13503: At-Start Stacks and Decks in board appear in wrong place if map padding specified +* 13467: Edited modules containing HTML img elements can't be saved on Windows +* 13456: At-Start Stack using Grid Location uses Location on first board, not chosen board (additional fix for 12576) + +

Changes since 3.4.4

Bug fixes * 13490: Module Manager "Show Error Log" doesn't diff --git a/dist/notes/NOTES-news b/dist/notes/NOTES-news index 1c08a61e9a..1d8cc8fe24 100644 --- a/dist/notes/NOTES-news +++ b/dist/notes/NOTES-news @@ -1,5 +1,5 @@

-The VASSAL Team is happy to announce the release of VASSAL 3.4.5. +The VASSAL Team is happy to announce the release of VASSAL 3.4.6.

IMPORTANT

@@ -11,11 +11,21 @@ The VASSAL Team is happy to announce the release of VASSAL 3.4.5.

Download

+ +

Changes since 3.4.5

+

Bug fixes

+
    +
  • 13508: NPE in GamePieceOpImpl.getTileIndices()
  • +
  • 13505: Dragging a card/piece off the top of a deck should not also band-select
  • +
  • 13503: At-Start Stacks and Decks in board appear in wrong place if map padding specified
  • +
  • 13467: Edited modules containing HTML img elements can't be saved on Windows
  • +
  • 13456: At-Start Stack using Grid Location uses Location on first board, not chosen board (additional fix for 12576)

Changes since 3.4.4

diff --git a/dist/notes/NOTES-vassalforum b/dist/notes/NOTES-vassalforum index 8d2380522c..0913677ace 100644 --- a/dist/notes/NOTES-vassalforum +++ b/dist/notes/NOTES-vassalforum @@ -1,6 +1,6 @@ -[size=200][b]VASSAL 3.4.5 Released[/b][/size] +[size=200][b]VASSAL 3.4.6 Released[/b][/size] -The VASSAL Team is happy to announce the release of VASSAL 3.4.5. +The VASSAL Team is happy to announce the release of VASSAL 3.4.6. [size=150][b]IMPORTANT[/b][/size] @@ -12,13 +12,23 @@ The VASSAL Team is happy to announce the release of VASSAL 3.4.5. [size=150][b]Download[/b][/size] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-linux.tar.bz2]Linux[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-macosx.dmg]Mac OS X[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-windows-64.exe]Windows (64-bit)[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-windows-32.exe]Windows (32-bit)[/url] -[url=https://github.com/vassalengine/vassal/releases/download/3.4.5/VASSAL-3.4.5-other.zip]Other[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-linux.tar.bz2]Linux[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-macosx.dmg]Mac OS X[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-windows-64.exe]Windows (64-bit)[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-windows-32.exe]Windows (32-bit)[/url] +[url=https://github.com/vassalengine/vassal/releases/download/3.4.6/VASSAL-3.4.6-other.zip]Other[/url] -[size=150][b]Changes since 3.4.3[/b][/size] +[size=150][b]Changes since 3.4.5[/b][/size] + +Bug fixes + +* 13508: NPE in GamePieceOpImpl.getTileIndices() +* 13505: Dragging a card/piece off the top of a deck should not also band-select +* 13503: At-Start Stacks and Decks in board appear in wrong place if map padding specified +* 13467: Edited modules containing HTML img elements can't be saved on Windows +* 13456: At-Start Stack using Grid Location uses Location on first board, not chosen board (additional fix for 12576) + +[size=150][b]Changes since 3.4.4[/b][/size] Bug fixes diff --git a/pom.xml b/pom.xml index e6b9a156c9..f405a220eb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.4.6-SNAPSHOT + 3.4.6 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 58da9ac18a..2a122d31e7 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.4.6-SNAPSHOT + 3.4.6 release-prepare - 3.4.6-SNAPSHOT + 3.4.6 pom diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 487101cbf4..2e735301bc 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.4.6-SNAPSHOT + 3.4.6 vassal-app - 3.4.6-SNAPSHOT + 3.4.6 jar ${project.artifactId} diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 3b9698af7f..0a14e4b19d 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.4.6-SNAPSHOT + 3.4.6 vassal-deprecation - 3.4.6-SNAPSHOT + 3.4.6 jar diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 29645a1b4a..7aa44e355b 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.4.6-SNAPSHOT + 3.4.6 vassal-doc - 3.4.6-SNAPSHOT + 3.4.6