Released v0.6.4

This commit is contained in:
Moritz Bunkus 2003-08-27 18:21:21 +00:00
parent c8ceb5dd87
commit f0e2866239
8 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2003-08-27 Moritz Bunkus <moritz@bunkus.org>
* Released v0.6.4.
* mkvextract: Support for re-creating dropped frames when
extracting video to an AVI. Works only well if the frame durations
in the source file are multiples of the frame rate, of course.

2
README
View File

@ -1,4 +1,4 @@
MKVToolNix 0.6.3
MKVToolNix 0.6.4
================
These tools allow information about (mkvinfo) or extraction

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.6.3 and Windows
mkvtoolnix 0.6.4 and Windows
----------------------------
---[ NOTE ]-----------------------------------------------------------

6
debian/changelog vendored
View File

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

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.3" "User Commands"
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.4" "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.3" "User Commands"
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.4" "User Commands"
.SH NAME

View File

@ -22,7 +22,7 @@
#if defined(COMP_MSC)
# define PACKAGE "mkvtoolnix"
# define VERSION "0.6.3"
# define VERSION "0.6.4"
# define strncasecmp _strnicmp
# define strcasecmp _stricmp