- Added converter for cedserver configs from version 2 to 3

- Updated changelog
- Updated installer
- Updated version to 0.4.0 and revision to 64
- Fixed about dialog
- Added some more exclusions to .hgignore
This commit is contained in:
2008-08-27 13:18:09 +02:00
parent 1c3d624949
commit de21e6efde
8 changed files with 180 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
[Setup]
AppName=CentrED
AppVerName=CentrED 0.3.6
AppVerName=CentrED 0.4.0
AppPublisher=AKS DataBasis
AppPublisherURL=http://www.aksdb.de/CentrED
AppSupportURL=http://www.aksdb.de/CentrED
@@ -13,10 +13,10 @@ DefaultGroupName=AKS DataBasis\CentrED
OutputBaseFilename=CentrED_win32
Compression=lzma
SolidCompression=true
VersionInfoVersion=0.3.6
VersionInfoVersion=0.4.0
VersionInfoCompany=AKS DataBasis
VersionInfoDescription=Client/Server based multiuser map editor
VersionInfoTextVersion=0.3.6
VersionInfoTextVersion=0.4.0
VersionInfoCopyright=Andreas Schneider
AppCopyright=Andreas Schneider
InfoBeforeFile=Changelog.txt
@@ -40,4 +40,4 @@ Name: {commondesktop}\CentrED; Filename: {app}\CentrED.exe; Tasks: desktopicon
[Run]
Filename: {app}\CentrED.exe; Description: {cm:LaunchProgram,CentrED}; Flags: nowait postinstall skipifsilent
[Messages]
BeveledLabel=Copyright 2007 Andreas Schneider
BeveledLabel=Copyright 2008 Andreas Schneider

View File

@@ -1,5 +1,14 @@
Changelog:
[C] = Client, [S] = Server
[C] = Client, [S] = Server, [-] = Both/Unrelated
Version 0.4.0
=============
[C] Added regional restrictions to accounts
[C] Visualize these restrictions for users
[C] Added better GTK2 compatibility to the Linux version
[S] Changed config file to use XML
[S] Bumped config file version to 3
[-] Removed some memory leaks
Version 0.3.6
=============