summaryrefslogtreecommitdiff
path: root/src/mmsrip/NEWS
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
commit3b40219431d3442123e04f9eded596be44ada830 (patch)
tree9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/mmsrip/NEWS
parent9f0340968f1c48895048ab3da72e0c74acc55f3c (diff)
Removed MMS (Microsoft Media Server) ripping code (mmsrip)
* protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha)
Diffstat (limited to 'src/mmsrip/NEWS')
-rw-r--r--src/mmsrip/NEWS68
1 files changed, 0 insertions, 68 deletions
diff --git a/src/mmsrip/NEWS b/src/mmsrip/NEWS
deleted file mode 100644
index 43b54aa..0000000
--- a/src/mmsrip/NEWS
+++ /dev/null
@@ -1,68 +0,0 @@
- MMS Ripper v0.7.0:
-====================
-
- - Added '-k' and '--trick' switches that activate a trick for some recalcitrant servers.
- - Added the display of the ripping speed.
- - Added '-gFILE' and '--debug=FILE' switches which activate debug output to specified file.
- - Fixed parsing of urls that include options after file name (stream.asf?dig=7QXo&pr=lala).
- - Fixed protocol checking in URL parsing.
- - Fixed expected file size calculation.
- - Fixed compilation on Solaris, Cygwin and Win32 (check AUTHORS file for greetings).
- - Improved debug output.
- - Improved ASF header interpretation.
- - Improved presentation in manpage.
- - Minor code cleanups.
- - A spec file is now distributed.
-
-
- MMS Ripper v0.6.5:
-====================
-
- - Added the handling of the no auth error during streaming.
- (this should fix mmsrip behavior on some servers such as canalplus.fr)
- - Improved the diagnostic value returned by mmsrip in case of error (please read the manpage).
-
-
- MMS Ripper v0.6.4:
-====================
-
- - Added a man page.
- - Fixed a compilation warning.
- - Fixed a potential security issue.
- - Fixed the ripping of some ASF files (bug reported by Jozef RIHA).
-
-
- MMS Ripper v0.6.2:
-====================
-
- - Added '-d' switch which makes mmsrip exit after DELAY seconds.
- - Added support for long options.
- - Fixed bug that made mmsrip attempt to use invalid URLs.
-
-
- MMS Ripper v0.6.0:
-====================
-
- - Added '-q' switch which enables quiet mode.
- - Added '-t' switch which makes mmsrip check stream availability only.
- - Added '-o' switch so the user can choose the output file for every stream.
- - Fixed a bug in arguments handling.
-
-
- MMS Ripper v0.4.2:
-====================
-
- - Fixed a serious bug in packet reception (mmsrip went crazy).
-
-
- MMS Ripper v0.4.1:
-====================
-
- - Fixed a bug that made mmsrip download the same stream every time.
- - Compilation fixes.
-
-
- MMS Ripper v0.4.0:
-====================
-
- - First Release of mmsrip.