diff options
| -rw-r--r-- | ChangeLog | 24 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 25 insertions, 1 deletions
| @@ -0,0 +1,24 @@ +Changelog for MIaV +======================================= + +May 22 2005 - MIaV version 0.2.2 +New Features: + - Added multithread encoding to the server. +Bug Fixes: + - None + +May 17 2005 - MIaV version 0.2.1 +Fixed some bugs and added some time code to the gui.. 	 +		 +May 9 2005 - MIaV version 0.2.0 +Wiped all the ffmpeg code out of there. 	 +		 +May 3 2005 - MIaV version 0.1.3 +First really functional release (hence the version jump). 	 +		 +Oct 31 2004 - MIaV version 0.0.2 +Second release, still very beta. 	 +		 +Aug 23 2004 - MIaV version 0.0.1 +The very first (very beta) release of MIaV. 	 +		 diff --git a/configure.in b/configure.in index e6ff7ac..3557800 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@  # Filename: configure.in  AC_INIT(src/miav.cc) -AM_INIT_AUTOMAKE( miav, 0.2.1 ) +AM_INIT_AUTOMAKE( miav, 0.2.2 )  AC_PROG_CXX | 
