Skip to content

Commit

Permalink
Updated for 3.7.16 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Nov 8, 2024
1 parent a130baa commit 09008fa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 55 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ JDKDIR:=$(DISTDIR)/jdks
JDOCDIR:=jdoc

# numeric part of the version only
VNUM:=3.7.15
VNUM:=3.7.16
# major-minor part of the version
V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.')

#MAVEN_VERSION:=$(VNUM)-SNAPSHOT
MAVEN_VERSION:=$(VNUM)-SNAPSHOT
#MAVEN_VERSION:=$(VNUM)-beta5
MAVEN_VERSION:=$(VNUM)
#MAVEN_VERSION:=$(VNUM)

JARNAME:=vassal-app-$(MAVEN_VERSION)

Expand Down
47 changes: 0 additions & 47 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,53 +59,6 @@
{ "num": 13542, "desc": "Upgraded maven-install-plugin to 3.1.3" },
{ "num": 13540, "desc": "Upgraded maven-artifact to 3.9.9" }
]
},
{
"in": "3.7.14",
"since": "3.7.13",
"new_features": [
],
"bug_fixes": [
{ "num": 13530, "desc": "Add saved games to Open Recent list on save" },
{ "num": 13509, "desc": "Prevent NoSuchMethod exception when opening Scenario Options in Editor" }
],
"other_improvements": [
{ "num": 13497, "desc": "Report HTML load errors as Bad Module Data, not Vassal bugs" }
]
},
{
"in": "3.7.13",
"since": "3.7.12",
"new_features": [
],
"bug_fixes": [
{ "num": 13447, "desc": "Maintain all attachments when refreshing Pre-defined scenarios" },
{ "num": 13429, "desc": "Prevent crash when editing module with name shorter than 3 characters" },
{ "num": 13408, "desc": "Ensure pieces are indexed after Layer Change" },
{ "num": 13405, "desc": "At-Start Stack positioning tool now expands prototypes before displaying piece" },
{ "num": 13400, "desc": "Prevent crashes when refreshing counters with fewer Can Rotate facing" },
{ "num": 13398, "desc": "Ensure a GKC is never applied to same piece twice if it moves" },
{ "num": 13395, "desc": "Fix Invisibility documentation" },
{ "num": 13384, "desc": "Prevent crash in Does Not Stack during Edit Contained Pieces" },
{ "num": 13365, "desc": "Fix NPE When editing Game Piece Images" },
{ "num": 13360, "desc": "Coerce Regular Expression operator arguments to be strings to prevent Bad Data errors" },
{ "num": 13339, "desc": "Prevent NPE during game load" },
{ "num": 13336, "desc": "Auto-attach does not attach to self when piece is added to a stack" },
{ "num": 13324, "desc": "Fixed bad link to GamePiece page in Reference Manual" },
{ "num": 13315, "desc": "Preserve all attachments across save/load" },
{ "num": 11884, "desc": "Ensure OldMat is set when a piece leaves a Mat" }
],
"other_improvements": [
{ "num": 13496, "desc": "Remove workaround for Windows file dialog bug (12152)" },
{ "num": 13495, "desc": "Upgrade bundled Java to 22.0.2, 21.0.4 (32-bit Windows)" },
{ "num": 13490, "desc": "Suppress error messages from expressions in text Labels during module load, or in Game Piece Palettes" },
{ "num": 13452, "desc": "Scenario option improvements" },
{ "num": 13450, "desc": "Make Locked Scenario Options more legible" },
{ "num": 13440, "desc": "Improve Save and Load times by ignoring empty Stacks" },
{ "num": 13402, "desc": "Add a visual validator for Prototype name in Prototype trait" },
{ "num": 13393, "desc": "Prevent slowdown when editing multiple Prototypes in sequence" },
{ "num": 13359, "desc": "Report I/O Errors during Predefined Setup refresh in Refresher log, not as a Vassal bug" }
]
}
]
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.15</version>
<version>3.7.16-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vassal Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion release-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.15</version>
<version>3.7.16-SNAPSHOT</version>
</parent>

<artifactId>release-prepare</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.15</version>
<version>3.7.16-SNAPSHOT</version>
</parent>

<artifactId>vassal-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-deprecation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.15</version>
<version>3.7.16-SNAPSHOT</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.15</version>
<version>3.7.16-SNAPSHOT</version>
</parent>

<artifactId>vassal-doc</artifactId>
Expand Down

0 comments on commit 09008fa

Please sign in to comment.