New version 0.3.2

This commit is contained in:
Moritz Bunkus 2003-05-11 15:52:54 +00:00
parent acc28d1720
commit 707160a1f0
7 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2003-05-11 Moritz Bunkus <moritz@bunkus.org>
* Released v0.3.2.
* Fixed the huge memory need if reading from AVI files (introduced
on 2003-05-06 with the internal changes).

2
README
View File

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

View File

@ -13,7 +13,7 @@
/*!
\file
\version \$Id: common.h,v 1.20 2003/05/11 09:04:43 mosu Exp $
\version \$Id: common.h,v 1.21 2003/05/11 15:52:54 mosu Exp $
\brief definitions used in all programs, helper functions
\author Moritz Bunkus <moritz @ bunkus.org>
*/
@ -26,7 +26,7 @@
#elif defined WIN32
#include <stdint.h>
#define PACKAGE "mkvtoolnix"
#define VERSION 0.3.1
#define VERSION 0.3.2
#endif
#include <sys/types.h>

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.3.2-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sun, 11 May 2003 17:50:39 +0200
mkvtoolnix (0.3.1-2) unstable; urgency=low
* Linked against libvorbis0a.

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "April 2003" "mkvmerge v0.3.1" "User Commands"
.TH MKVMERGE "1" "April 2003" "mkvmerge v0.3.2" "User Commands"
.SH NAME
mkvmerge \- Merge multimedia streams into a Matroska file
.SH SYNOPSIS