Preparations for version 0.6.3.

This commit is contained in:
Moritz Bunkus 2003-08-20 21:10:00 +00:00
parent 3678ea7951
commit a72e4aab5f
7 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2003-08-20 Moritz Bunkus <moritz@bunkus.org>
* Released v0.6.3.
* mkvmerge: The Real reader accepts incomplete video packets and
tries to re-assemble them instead of aborting with 'die: len !=
total'.
2003-08-18 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Implemented a switch that has to be used for SBR AAC /

View File

@ -1,7 +1,7 @@
dnl process this file with autoconf to generate the configure script
AC_INIT(src/mkvmerge.cpp)
AM_INIT_AUTOMAKE(mkvtoolnix,0.6.2)
AM_INIT_AUTOMAKE(mkvtoolnix,0.6.3)
AC_PROG_CC
AC_PROG_CXX

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.6.3-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Wed, 20 Aug 2003 23:06:20 +0200
mkvtoolnix (0.6.2-1) unstable; urgency=low
* New version.

1
debian/control vendored
View File

@ -17,3 +17,4 @@ Description: create and work with Matroska media files
file.
* mkvextract extracts tracks from a Matroska file into other suitable
file formats.
* base64tool can encode to and decode from base64.

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.2" "User Commands"
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.3" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.2" "User Commands"
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.3" "User Commands"
.SH NAME
mkvinfo \- Print information about tracks in Matroska files
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.2" "User Commands"
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.3" "User Commands"
.SH NAME