1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
2004-10-22 Wesley J. Landaker <wjl@icecavern.net>
* Fixed weird unicode apostrophe in the man page.
* Added a note about where to get MMS documentation.
* Applied a patch from Jebus Disciple <bnr2lll@yahoo.com>
to handle some different packet headers.
* Applied a patch from Daniel Llano <danielllano@terra.es>
to make get_data() function work better.
2004-09-12 Wesley J. Landaker <wjl@icecavern.net>
* Fixed --time option defaulting to exit immediately.
* Fixed segfault on short mms:// path.
2004-09-11 Wesley J. Landaker <wjl@icecavern.net>
* Converted command-line parsing to popt
* Added -o, --output option for specifying output file
* Added -t, --time option for limiting record time
* Got rid of silly redundant bswap.h header
* Now use txt2man to generate man page
2004-04-13 Wesley J. Landaker <wjl@icecavern.net>
* Applied a patch from Joris van Rantwijk <joris@eljakim.nl> to
change the NSPlayer version number and class id.
* Applied a patch from Vincent Penne <ziggy@sashipa.com> that ports
some bugfixes from the mplayer MMS code to mimms.
* Several other minor bugfixes.
* Made output much less verbose unless compiled with DEBUG.
* Stripped out unused, broken autoconf madness.
* Temporarily disabled gettext -- will be back in shortly.
2004-03-27 Wesley J. Landaker <wjl@icecavern.net>
* Several changes suggested by
Joe Wreschnig <piman@debian.org>:
* Added & verified missing copyright statements.
* Fixed segfault on 'mimms --help'
or other bad args
* Removed compatibility symlink to mmsclient.
* Made output less verbose unless compiled
for debug.
* Updated man page to reflect removed
mmsclient symlink.
2004-03-22 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): New variable.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.in (AC_OUTPUT): Add po/Makefile.in,
As of Sun, 07 Mar 2004 16:42:24 -0700,
mimms from <http://www.geocities.com/majormms/>
has been forked as MiMMS by
Wesley J. Landaker <wjl@icecavern.net> for continued
maintenance.
|