Commit Graph

26 Commits

Author SHA1 Message Date
Moritz Bunkus
72320f6142 Preparations for release 2.9.7.
Bumped the version number. Set the release code name. Added the
release message.
2009-07-01 18:40:03 +02:00
Moritz Bunkus
a61237f991 Bumped the version number, added the release message, set the release code name. 2009-06-07 11:04:28 +02:00
Moritz Bunkus
29ce2003d3 Bumped the version number; set the release code name; added the release message. 2009-05-22 13:34:12 +02:00
Moritz Bunkus
93b06f3a0e Added a translation to Chinese Traditional by Dean Lee (see AUTHORS). 2009-05-17 14:20:42 +02:00
Moritz Bunkus
68968fd997 More of 'renaming po/zh.po to po/zh_CN.po'. 2009-05-17 13:41:56 +02:00
Moritz Bunkus
b41a22867b Added the Chinese translation to the installer. 2009-05-09 17:54:21 +02:00
Moritz Bunkus
ed5e761cfb Bumped the version number. Added the release message. Set the release codename. 2009-05-09 11:08:44 +02:00
Moritz Bunkus
c573ecea0e Set the version number, added the release message, set the release codename. 2009-04-14 19:51:32 +02:00
Moritz Bunkus
88e6a549c8 The EBML and Matroska libraries will be linked statically from now on. 2009-04-10 22:05:16 +02:00
Moritz Bunkus
1320636f91 Bumped the version number to 2.6.0, set the release code name, added the release message to the ChangeLog. 2009-03-24 11:51:37 +01:00
Moritz Bunkus
ee75273cbd Remove locale directories during upgrade and uninstallation.
The old "german" locale directory should be removed during upgrades.
The "de" and "ja" locale directories should be removed during uninstallation.
Fixes for bug 361.
2009-03-23 14:57:58 +01:00
Moritz Bunkus
ac2db254ab Added a Japanese translation by Hiroki Taniura. 2009-03-18 20:20:55 +01:00
Moritz Bunkus
c48917c747 Released v2.5.3. 2009-03-07 11:31:57 +01:00
Moritz Bunkus
5523f59962 Release 2.5.2.
Added the release message to the ChangeLog; set the version number;
set the release code name.
2009-02-28 15:11:55 +01:00
Moritz Bunkus
36892b6364 Do not ask the user during silent installs
Do not pop up windows asking the user stuff if the installer
is run in silent mode (with the "/S" switch). Fix for bug 345.
2009-02-28 15:07:52 +01:00
Moritz Bunkus
57d853188e Release v2.5.1
Added the release message, set the release code name and the version number.
2009-02-22 14:59:55 +01:00
Moritz Bunkus
8f907a2d54 Fixes for using translations on Windows
1. Setting the LANG environment variable is not enough because
the user might have set LC_MESSAGES himself. While this does
not affect Windows itself it does affect apps ported from Linux,
e.g. GTK. So the LC_MESSAGES variable has to be set, too.
2. Use two-letter language codes for setting LC_MESSAGES and
LANG on Windows, too, because other apps like GTK want it that
way.
2009-02-22 14:56:39 +01:00
Moritz Bunkus
681fc96e94 Released v2.5.0.
Bumped the version number, added the release message, set the
release codename.
2009-02-21 19:06:46 +01:00
Moritz Bunkus
c473941531 Remove all installed files and directories during uninstallation
Always try to remove the "jobs" subdirectory so that no empty
directory remains. Fix for bug 334. Remove the new DLLs libiconv-2.dll
and libintl-8.dll during uninstallation as well.
2009-02-13 18:41:04 +01:00
Moritz Bunkus
5468872d6c Added gettext libs and German translation to installer
Added the new and changed libraries needed for gettext. Removed old
copies of the libraries that are no longer needed or provided by
the new ones. Added the German translation file to the installer.
2009-02-08 23:27:25 +01:00
Moritz Bunkus
da2e52e9af Unset uninstaller icon
Setting the uninstaller icon to the same icon as the mmg icon
is confusing in the start menu. Fix for bug 330.
2009-01-28 22:27:02 +01:00
Moritz Bunkus
fe9ca8a91f Set version number to 2.4.2 for the installer
Due to moving the NSIS script into a subdirectory my automated
script did not update the version number in it for the last
release.
2009-01-18 17:28:32 +01:00
Moritz Bunkus
cfe99ac068 Various cosmetics and improvements to the NSIS installer script
1. Switched to Modern UI 2.
2. The Matroska logo is used during uninstallation as well.
3. Cleanup; moved code blocks around.
4. Changed the branding from the standard "NSIS installation system..."
string to something with "mkvtoolnix...".
5. Prepared the code to contain a build number in the product name;
the build number is empty for releases and will be set for pre-builds
by my automated build script.

Fixes for bug 327.
2009-01-17 14:47:06 +01:00
Moritz Bunkus
0e6f533725 Removed a couple of comments 2009-01-17 13:11:30 +01:00
Moritz Bunkus
b06dd974ba Cleanups in NSIS installer script
Removed old functions and replaced them with calls
to builtin/provided newer functions. Requires NSIS 2.42
or at least a System.dll plugin with the "Call" function
compiled in.

Part of a fix for bug 327.
2009-01-17 01:06:28 +01:00
Moritz Bunkus
f096026db8 Moved the NSIS installer script to its own subdirectory. 2009-01-16 21:57:32 +01:00