Updated the version number, set the new release nick name and included the release message in ChangeLog.

This commit is contained in:
Moritz Bunkus 2008-03-04 07:35:53 +00:00
parent 7161cb1862
commit b88b0ebf8a
15 changed files with 24 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2008-03-04 Moritz Bunkus <moritz@bunkus.org>
* Released v2.2.0.
2008-02-29 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added support for handling AC3 in WAV in

2
README
View File

@ -1,4 +1,4 @@
MKVToolNix 2.1.0
MKVToolNix 2.2.0
================
With these tools one can get information about (mkvinfo) Matroska

View File

@ -1,4 +1,4 @@
mkvtoolnix 2.1.0 and Windows
mkvtoolnix 2.2.0 and Windows
----------------------------
---[ NOTE 1 ]---------------------------------------------------------

View File

@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_HEADERS(config.h:config.h.in)
PACKAGE="mkvtoolnix"
VERSION="2.1.0"
VERSION="2.2.0"
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)

View File

@ -2,7 +2,7 @@
Summary: mkvtoolnix
Name: mkvtoolnix
Version: 2.1.0
Version: 2.2.0
Release: 1
License: GPL
Group: Multimedia

View File

@ -8,7 +8,7 @@ BuildRequires: expat flac flac-devel gcc-c++ gtk2 gtk2-devel libogg libogg-devel
Name: mkvtoolnix
URL: http://www.bunkus.org/videotools/mkvtoolnix/
Version: 2.1.0
Version: 2.2.0
Release: 1
Summary: tools to create, alter and inspect Matroska files
License: GPL

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
mkvtoolnix (2.2.0) unstable; urgency=low
* New version. The package was renamed to mkvtoolnix and
mkvtoolnix-gui keeping in line with the official Debian packages.
-- Moritz Bunkus <moritz@bunkus.org> Mon, 3 Mar 2008 17:59:26 +0100
mkvtoolnix (2.1.0-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH BASE64TOOL "1" "August 2007" "base64tool v2.1.0" "User Commands"
.TH BASE64TOOL "1" "March 2008" "base64tool v2.2.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "August 2007" "mkvextract v2.1.0" "User Commands"
.TH MKVEXTRACT "1" "March 2008" "mkvextract v2.2.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "August 2007" "mkvinfo v2.1.0" "User Commands"
.TH MKVINFO "1" "March 2008" "mkvinfo v2.2.0" "User Commands"
.SH NAME
mkvinfo \- Print information about tracks in Matroska files
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "August 2007" "mkvmerge v2.1.0" "User Commands"
.TH MKVMERGE "1" "March 2008" "mkvmerge v2.2.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MMG "1" "August 2007" "mmg v2.1.0" "User Commands"
.TH MMG "1" "March 2008" "mmg v2.2.0" "User Commands"
.SH NAME

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MKVtoolnix"
!define PRODUCT_VERSION "2.1.0"
!define PRODUCT_VERSION "2.2.0"
!define PRODUCT_PUBLISHER "Moritz Bunkus"
!define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\AppMainExe.exe"

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MKVtoolnix"
!define PRODUCT_VERSION "2.1.0"
!define PRODUCT_VERSION "2.2.0"
!define PRODUCT_PUBLISHER "Moritz Bunkus"
!define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\AppMainExe.exe"

View File

@ -56,7 +56,7 @@ namespace libebml {
using namespace libebml;
#define VERSIONNAME "Another Place To Fall"
#define VERSIONNAME "Turn It On Again"
#define VERSIONINFO "mkvmerge v" VERSION " ('" VERSIONNAME "')"
#define BUGMSG _("This should not have happened. Please contact the author " \
"Moritz Bunkus <moritz@bunkus.org> with this error/warning " \