Discussion:
[libdvdcss-devel] Update some comments now that Windows 95 is no longer supported
Diego Biurrun
2013-02-14 21:58:07 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Thu Feb 14 21:04:41 2013 +0100| [08198b1215e511c67d27e29594cb0ae1e282ceec] | committer: Diego Biurrun

Update some comments now that Windows 95 is no longer supported
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=08198b1215e511c67d27e29594cb0ae1e282ceec
---

NEWS | 2 +-
libdvdcss.spec | 4 ++--
src/libdvdcss.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index a1cdf01..1db2b76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Changes between 1.2.12 and 1.2.13:
----------------------------------

- * Drop BSD/OS support.
+ * Drop BSD/OS and Windows 95 support.

Changes between 1.2.11 and 1.2.12:
----------------------------------
diff --git a/libdvdcss.spec b/libdvdcss.spec
index 54a5c06..0567388 100644
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -32,7 +32,7 @@ Conflicts: libdvdcss0.0.1, libdvdcss0.0.2
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
* Portability: currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
- OpenBSD, BeOS, Windows 95/98/ME, Windows NT/2000/XP, Mac OS X, Solaris,
+ OpenBSD, BeOS, Windows 98/ME, Windows NT/2000/XP, Mac OS X, Solaris,
HP-UX and OS/2.
* Adaptability: unlike most similar projects, libdvdcss doesn't require the
region of your drive to be set and will try its best to read from the disc
@@ -49,7 +49,7 @@ Provides: %name = %version-%release
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
* Portability: currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
- OpenBSD, BeOS, Windows 95/98/ME, Windows NT/2000/XP, Mac OS X, Solaris,
+ OpenBSD, BeOS, Windows 98/ME, Windows NT/2000/XP, Mac OS X, Solaris,
HP-UX and OS/2.
* Adaptability: unlike most similar projects, libdvdcss doesn't require the
region of your drive to be set and will try its best to read from the disc
diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index 961f072..dcb99c1 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -30,7 +30,7 @@
* device without having to bother about the decryption. The important features
* are:
* \li portability: currently supported platforms are GNU/Linux, FreeBSD,
- * NetBSD, OpenBSD, BeOS, Windows 95/98, Windows NT/2000, Mac OS X,
+ * NetBSD, OpenBSD, BeOS, Windows 98/ME, Windows NT/2000/XP, Mac OS X,
* Solaris, HP-UX and OS/2.
* \li adaptability: unlike most similar projects, libdvdcss doesn't require
* the region of your drive to be set and will try its best to read from
Loading...