diff options
author | deva <deva> | 2005-05-22 21:13:03 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-22 21:13:03 +0000 |
commit | a9b9e720d52e167c6aa8a2741ec2dd380f2e48c0 (patch) | |
tree | 6b1a611628baefeb689b021bd0ba00ce861bed88 | |
parent | 72a9a97564165e09ece706de579e8cfd558ba10a (diff) |
*** empty log message ***
-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 |