shithub: libdvdcss

Download patch

ref: bd002e7573d719a9aa4f0aa1df0bcac2a89eb9f7
parent: 096408a09e1ab227b4af5e09dc4b40c0e61845fe
author: Sam Hocevar <sam@videolan.org>
date: Fri Aug 29 15:00:14 EDT 2008

* Bump version number to 1.2.10.
  * Update NEWS and ChangeLog.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,402 @@
 ------------------------------------------------------------------------
-r172 | sam | 2005-07-11 15:31:58 +0300 (Mon, 11 Jul 2005) | 2 lines
+r217 | sam | 2008-08-29 18:57:52 +0000 (Fri, 29 Aug 2008) | 2 lines
 Changed paths:
    M /trunk/src/Makefile.am
 
+  * src/Makefile.am: bump the library minor version since we ship an extra
+    symbole (dvdcss_is_scrambled).
+------------------------------------------------------------------------
+r216 | sam | 2008-08-29 18:57:51 +0000 (Fri, 29 Aug 2008) | 1 line
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
+   A /trunk/src/libdvdcss.pc.in
+
+  * Ship a .pc file with the library.
+------------------------------------------------------------------------
+r215 | sam | 2008-08-29 18:57:48 +0000 (Fri, 29 Aug 2008) | 1 line
+Changed paths:
+   M /trunk/libdvdcss.spec
+   M /trunk/src/common.h
+   M /trunk/src/css.c
+   M /trunk/src/device.h
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/error.c
+   M /trunk/src/ioctl.c
+   M /trunk/src/ioctl.h
+   M /trunk/src/libdvdcss.c
+   M /trunk/src/libdvdcss.h
+   M /trunk/test/csstest.c
+
+  * Update copyeight information here and there.
+------------------------------------------------------------------------
+r214 | sam | 2008-08-29 18:57:45 +0000 (Fri, 29 Aug 2008) | 3 lines
+Changed paths:
+   A /trunk/.gitignore
+   M /trunk/bootstrap
+   M /trunk/configure.ac
+
+  * bootstrap: update bootstrapping script.
+  * configure.ac: hide autotools files in .auto/.
+  * .gitignore: add an ignore file for git-svn users.
+------------------------------------------------------------------------
+r213 | sam | 2008-08-29 18:57:42 +0000 (Fri, 29 Aug 2008) | 2 lines
+Changed paths:
+   M /trunk/src/libdvdcss.c
+
+  * libdvdcss.c: ignore failure to get the disc key in case we have a
+    chance to decrypt anyway afterwards. Patch courtesy of Diego Biurrun.
+------------------------------------------------------------------------
+r212 | sam | 2008-07-13 12:52:22 +0000 (Sun, 13 Jul 2008) | 2 lines
+Changed paths:
+   M /trunk/src/css.c
+   M /trunk/src/css.h
+   M /trunk/src/csstables.h
+   M /trunk/src/device.c
+   M /trunk/src/device.h
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/ioctl.c
+   M /trunk/src/libdvdcss.c
+   M /trunk/src/libdvdcss.h
+
+  * Convert all source code to UTF-8, or Doxygen will fail to generate proper
+    LaTeX documents.
+------------------------------------------------------------------------
+r211 | sam | 2008-07-13 12:52:19 +0000 (Sun, 13 Jul 2008) | 1 line
+Changed paths:
+   M /trunk/doc/doxygen.cfg.in
+
+  * Update outdated Doxygen configuration file using doxygen -u.
+------------------------------------------------------------------------
+r210 | massiot | 2008-07-12 12:19:57 +0000 (Sat, 12 Jul 2008) | 5 lines
+Changed paths:
+   M /trunk/src/css.c
+   M /trunk/src/libdvdcss.c
+
+ * src/libdvdcss.c: initialize p_disc_key in the case when DVD is encrypted
+   but no ioctl is available ;
+ * src/css.c: initialize p_disc_key in the case when key decryption fails.
+Patch by Kirill Belokurov.
+
+------------------------------------------------------------------------
+r209 | massiot | 2008-07-11 17:23:25 +0000 (Fri, 11 Jul 2008) | 3 lines
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/libdvdcss.c
+
+ * src/libdvdcss.c: add dvdcss_is_scrambled() function, patch courtesy of
+   Olivier Rolland.
+
+------------------------------------------------------------------------
+r208 | robux4 | 2008-01-07 16:48:35 +0000 (Mon, 07 Jan 2008) | 1 line
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+
+nicer comment, patch by Diego Biurrun
+------------------------------------------------------------------------
+r207 | robux4 | 2007-09-17 12:10:20 +0000 (Mon, 17 Sep 2007) | 1 line
+Changed paths:
+   M /trunk/src/bsdi_dvd.h
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/ioctl.h
+
+(from Diego Biurrun) Identifiers starting with two underscores or an underscore and capital letters are reserved for the system in C.
+------------------------------------------------------------------------
+r206 | robux4 | 2007-09-17 12:07:41 +0000 (Mon, 17 Sep 2007) | 4 lines
+Changed paths:
+   M /trunk/src/libdvdcss.c
+
+(from Diego Biurrun) This patch removes the following warning when compiling MPlayer:
+
+libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2'
+dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here
+------------------------------------------------------------------------
+r205 | robux4 | 2007-07-29 10:14:53 +0000 (Sun, 29 Jul 2007) | 7 lines
+Changed paths:
+   M /trunk/src/libdvdcss.c
+
+Pathc from iive (via Diego Biurrun)
+Date: Sat Jul  7 01:22:51 2007
+
+Fix crash on some DVDs
+sprintf(tmp,"%.02x",(char)0xef); would print "ffffffef" instead of "ef",
+in this case this leads to local array buffer overflow and hard to trace stack corruption.
+The quick, easy & dirty solution is to use (unsigned char) or (uint8_t)
+------------------------------------------------------------------------
+r204 | xtophe | 2007-07-15 22:23:39 +0000 (Sun, 15 Jul 2007) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+support automake 1.10
+
+------------------------------------------------------------------------
+r203 | robux4 | 2006-11-07 16:27:40 +0000 (Tue, 07 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/common.h
+   M /trunk/src/device.c
+
+fix cygwin compilation regarding the lseek change
+(patch by Diego Biurrun)
+------------------------------------------------------------------------
+r202 | robux4 | 2006-11-01 14:31:51 +0000 (Wed, 01 Nov 2006) | 2 lines
+Changed paths:
+   M /trunk/src/common.h
+
+fix compilation on MINGW (patch by Diego Biurrun)
+(lseek vs lseek64 typo)
+------------------------------------------------------------------------
+r201 | sam | 2006-09-19 23:03:53 +0000 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/libdvdcss.c
+
+  * Fixed spelling in documentation. Also testing buildbot.
+
+------------------------------------------------------------------------
+r200 | sam | 2006-09-19 22:28:06 +0000 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/css.c
+   M /trunk/src/libdvdcss.c
+
+  * Fix warnings due to signed / unsigned pointer targets.
+
+------------------------------------------------------------------------
+r199 | sam | 2006-09-19 22:27:46 +0000 (Tue, 19 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+  * Update bootstrap script.
+
+------------------------------------------------------------------------
+r198 | robux4 | 2006-09-13 13:12:23 +0000 (Wed, 13 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/src/libdvdcss.c
+
+fallback to USERPROFILE environment variable for caching CSS keys when
+HOME is not set (for MinGW builds running outside of MinGW).
+patch from MPlayer via Diego Biurrun (diego at biurrun dot de)
+
+------------------------------------------------------------------------
+r197 | robux4 | 2006-09-13 13:11:25 +0000 (Wed, 13 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/src/device.c
+
+now accepts X:\ as a device name, as well as X:
+patch from MPlayer via Diego Biurrun (diego at biurrun dot de)
+------------------------------------------------------------------------
+r196 | sam | 2006-03-30 14:31:12 +0000 (Thu, 30 Mar 2006) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+
+  * Oops, forgot to commit configure.ac when removing the debian/ directory.
+
+------------------------------------------------------------------------
+r195 | sam | 2006-03-30 14:30:43 +0000 (Thu, 30 Mar 2006) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   D /trunk/debian
+
+  * Removed the debian/ directory. Debian packaging is now handled
+    separately, in the pkg-multimedia repository.
+
+------------------------------------------------------------------------
+r194 | sam | 2006-01-26 20:48:06 +0000 (Thu, 26 Jan 2006) | 3 lines
+Changed paths:
+   M /trunk/src/device.c
+
+  * src/device.c: reduced code duplication and fixed a pointer/integer
+    confusion in the OS X drive detection.
+
+------------------------------------------------------------------------
+r193 | sam | 2005-11-09 22:12:32 +0000 (Wed, 09 Nov 2005) | 3 lines
+Changed paths:
+   M /trunk/src/common.h
+
+  * src/common.h: do not override lseek on Cygwin, only on mingw32. Cygwin
+    provides its own 64-bit offset lseek. Patch courtesy of the MPlayer team.
+
+------------------------------------------------------------------------
+r192 | sam | 2005-10-26 16:58:08 +0000 (Wed, 26 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/debian/control
+
+  * debian/control: build-depend on tetex-extra (needed by doxygen).
+
+------------------------------------------------------------------------
+r191 | robux4 | 2005-09-04 08:49:23 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+
+* libdvdcss: more fixes for DLL building
+------------------------------------------------------------------------
+r190 | robux4 | 2005-09-04 08:31:58 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/msvc/config.h
+
+* libdvdcss: the current version is 1.2.9
+------------------------------------------------------------------------
+r189 | robux4 | 2005-09-04 08:31:26 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/device.c
+
+* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
+------------------------------------------------------------------------
+r188 | robux4 | 2005-09-04 08:25:26 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/common.h
+   M /trunk/src/ioctl.h
+   M /trunk/src/libdvdcss.h
+
+* libdvdcss: MSVC7 compilation fixes (shouldn't break mingw32)
+------------------------------------------------------------------------
+r187 | robux4 | 2005-09-04 07:54:41 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/libdvdcss.c
+
+* libdvdcss: oops mismatch #ifdef
+------------------------------------------------------------------------
+r186 | robux4 | 2005-09-04 07:43:15 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/COPYING
+   M /trunk/ChangeLog
+   M /trunk/INSTALL
+   M /trunk/Makefile.am
+   M /trunk/NEWS
+   M /trunk/README
+   M /trunk/debian/Makefile.am
+   M /trunk/doc/Makefile.am
+   M /trunk/doc/doxygen.cfg.in
+   M /trunk/doc/footer.html
+   M /trunk/doc/header.html
+   M /trunk/msvc/config.h
+   M /trunk/msvc/csstest.dsp
+   M /trunk/msvc/libdvdcss.dsp
+   M /trunk/msvc/workspace.dsw
+   M /trunk/src/Makefile.am
+   M /trunk/src/bsdi_dvd.h
+   M /trunk/src/bsdi_ioctl.c
+   M /trunk/src/common.h
+   M /trunk/src/css.c
+   M /trunk/src/css.h
+   M /trunk/src/csstables.h
+   M /trunk/src/device.c
+   M /trunk/src/device.h
+   M /trunk/src/dvdcss/Makefile.am
+   M /trunk/src/dvdcss/dvdcss.h
+   M /trunk/src/error.c
+   M /trunk/src/ioctl.c
+   M /trunk/src/ioctl.h
+   M /trunk/src/libdvdcss.c
+   M /trunk/src/libdvdcss.h
+   M /trunk/test/Makefile.am
+   M /trunk/test/csstest.c
+   M /trunk/test/dvd_region.c
+
+* libdvdcss: set EOL style in SVN
+------------------------------------------------------------------------
+r185 | robux4 | 2005-09-04 07:39:37 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+
+* libdvdcss: better DLL/library difference
+------------------------------------------------------------------------
+r184 | robux4 | 2005-09-04 07:36:01 +0000 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/src/dvdcss/dvdcss.h
+
+* libdvdcss: allow building DLL exports
+------------------------------------------------------------------------
+r183 | sam | 2005-09-03 13:17:55 +0000 (Sat, 03 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/doc
+   M /trunk/test
+
+  * configure.ac: patch from Diego Pettenò to let the user disable the
+    documentation build.
+  * test doc: added missing svn:ignore entries.
+
+------------------------------------------------------------------------
+r182 | massiot | 2005-09-01 17:12:42 +0000 (Thu, 01 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/bootstrap
+
+ * Revert [181] since it breaks on some OS X versions.
+
+------------------------------------------------------------------------
+r181 | massiot | 2005-09-01 12:40:25 +0000 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/bootstrap
+
+ * bootstrap: Use libtoolize instead of glibtoolize when it is available
+   because libtool under OS X sucks.
+
+------------------------------------------------------------------------
+r180 | massiot | 2005-08-31 19:07:00 +0000 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/src/device.c
+
+ * src/device.c: Under Windows remove the trailing backslash.
+
+------------------------------------------------------------------------
+r179 | sam | 2005-08-30 10:20:18 +0000 (Tue, 30 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/configure.ac
+   M /trunk/src/Makefile.am
+
+  * configure.ac: forward -framework options to the linker.
+
+------------------------------------------------------------------------
+r178 | massiot | 2005-08-30 09:48:19 +0000 (Tue, 30 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/src/device.c
+
+ * src/device.c: Fixed compilation under Darwin.
+
+------------------------------------------------------------------------
+r177 | sam | 2005-08-29 22:25:20 +0000 (Mon, 29 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/src/device.c
+
+  * src/device.c: tried to port the device autodetection to OS X.
+
+------------------------------------------------------------------------
+r176 | sam | 2005-08-29 22:02:55 +0000 (Mon, 29 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/src/device.c
+   M /trunk/src/device.h
+   M /trunk/src/libdvdcss.c
+
+  * src/device.c: if the target is the empty string, attempt to autodetect
+    the DVD drive instead of giving up.
+
+------------------------------------------------------------------------
+r175 | sam | 2005-08-23 16:15:38 +0000 (Tue, 23 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/Makefile.am
+   D /trunk/doc/doxygen.cfg
+   A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:174)
+
+  * doc/Makefile.am: fixed build in a separate directory. Patch courtesy
+    of Bernard Leak with a few additions.
+
+------------------------------------------------------------------------
+r173 | sam | 2005-07-11 12:32:57 +0000 (Mon, 11 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+
+  * Updated ChangeLog.
+
+------------------------------------------------------------------------
+r172 | sam | 2005-07-11 12:31:58 +0000 (Mon, 11 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/src/Makefile.am
+
   * src/Makefile.am: bumped libtool version information.
 
 ------------------------------------------------------------------------
-r171 | sam | 2005-07-11 15:25:18 +0300 (Mon, 11 Jul 2005) | 2 lines
+r171 | sam | 2005-07-11 12:25:18 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/debian/changelog
    M /trunk/debian/control
@@ -14,7 +404,7 @@
   * debian/*: updated Debian packaging information.
 
 ------------------------------------------------------------------------
-r170 | sam | 2005-07-11 15:23:07 +0300 (Mon, 11 Jul 2005) | 2 lines
+r170 | sam | 2005-07-11 12:23:07 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -21,7 +411,7 @@
   * src/css.c: grmbl, compile fix.
 
 ------------------------------------------------------------------------
-r169 | massiot | 2005-07-11 15:15:10 +0300 (Mon, 11 Jul 2005) | 2 lines
+r169 | massiot | 2005-07-11 12:15:10 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/NEWS
    M /trunk/configure.ac
@@ -31,7 +421,7 @@
  * Bumped up version number to 1.2.9.
 
 ------------------------------------------------------------------------
-r168 | sam | 2005-07-11 15:10:43 +0300 (Mon, 11 Jul 2005) | 2 lines
+r168 | sam | 2005-07-11 12:10:43 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -38,7 +428,7 @@
   * src/css.c: reworked my verbosity patch to fix a compilation issue.
 
 ------------------------------------------------------------------------
-r167 | sam | 2005-07-11 14:58:58 +0300 (Mon, 11 Jul 2005) | 3 lines
+r167 | sam | 2005-07-11 11:58:58 +0000 (Mon, 11 Jul 2005) | 3 lines
 Changed paths:
    M /trunk/src/ioctl.c
 
@@ -46,7 +436,7 @@
     reworked from a patch courtesy of the MPlayer team.
 
 ------------------------------------------------------------------------
-r166 | sam | 2005-07-11 14:41:15 +0300 (Mon, 11 Jul 2005) | 3 lines
+r166 | sam | 2005-07-11 11:41:15 +0000 (Mon, 11 Jul 2005) | 3 lines
 Changed paths:
    M /trunk/src/bsdi_ioctl.c
 
@@ -54,7 +444,7 @@
     MPlayer team.
 
 ------------------------------------------------------------------------
-r165 | sam | 2005-07-11 14:32:33 +0300 (Mon, 11 Jul 2005) | 3 lines
+r165 | sam | 2005-07-11 11:32:33 +0000 (Mon, 11 Jul 2005) | 3 lines
 Changed paths:
    M /trunk/src/device.c
    M /trunk/src/ioctl.h
@@ -63,7 +453,7 @@
     dynamically loaded functions and gets rid of lvalue casts.
 
 ------------------------------------------------------------------------
-r164 | sam | 2005-07-11 14:25:47 +0300 (Mon, 11 Jul 2005) | 2 lines
+r164 | sam | 2005-07-11 11:25:47 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -70,7 +460,7 @@
   * src/css.c: be slightly more verbose in which keys we manipulate.
 
 ------------------------------------------------------------------------
-r163 | sam | 2005-07-11 14:22:33 +0300 (Mon, 11 Jul 2005) | 2 lines
+r163 | sam | 2005-07-11 11:22:33 +0000 (Mon, 11 Jul 2005) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -77,13 +467,13 @@
   * bootstrap: allow to bootstrap with aclocal/automake version 1.9.
 
 ------------------------------------------------------------------------
-r162 | gbazin | 2004-09-02 15:17:13 +0300 (Thu, 02 Sep 2004) | 1 line
+r162 | gbazin | 2004-09-02 12:17:13 +0000 (Thu, 02 Sep 2004) | 1 line
 Changed paths:
    M /trunk/src/common.h
 
 * src/common.h: use lseeki64 for file seeking on win32 (works above the 2.1G boundary).
 ------------------------------------------------------------------------
-r161 | sam | 2004-08-13 16:53:27 +0300 (Fri, 13 Aug 2004) | 4 lines
+r161 | sam | 2004-08-13 13:53:27 +0000 (Fri, 13 Aug 2004) | 4 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -92,7 +482,7 @@
     + Overwrite cached files if the data was invalid.
 
 ------------------------------------------------------------------------
-r160 | sam | 2004-08-13 16:40:44 +0300 (Fri, 13 Aug 2004) | 4 lines
+r160 | sam | 2004-08-13 13:40:44 +0000 (Fri, 13 Aug 2004) | 4 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -101,7 +491,7 @@
       information it contains ever changes.
 
 ------------------------------------------------------------------------
-r159 | sam | 2004-08-12 02:26:35 +0300 (Thu, 12 Aug 2004) | 2 lines
+r159 | sam | 2004-08-11 23:26:35 +0000 (Wed, 11 Aug 2004) | 2 lines
 Changed paths:
    M /trunk
    M /trunk/Makefile.am
@@ -112,7 +502,7 @@
   * Don't put autotools/ under revision control.
 
 ------------------------------------------------------------------------
-r158 | sam | 2004-08-12 02:24:54 +0300 (Thu, 12 Aug 2004) | 2 lines
+r158 | sam | 2004-08-11 23:24:54 +0000 (Wed, 11 Aug 2004) | 2 lines
 Changed paths:
    D /trunk/autotools/Makefile.am
 
@@ -119,7 +509,7 @@
   * Don't put autotools/ under revision control.
 
 ------------------------------------------------------------------------
-r157 | sam | 2004-08-12 02:04:39 +0300 (Thu, 12 Aug 2004) | 2 lines
+r157 | sam | 2004-08-11 23:04:39 +0000 (Wed, 11 Aug 2004) | 2 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -126,7 +516,7 @@
   * libdvdcss.spec: updated Red Hat rules for RH9.
 
 ------------------------------------------------------------------------
-r156 | sam | 2004-08-12 01:59:42 +0300 (Thu, 12 Aug 2004) | 4 lines
+r156 | sam | 2004-08-11 22:59:42 +0000 (Wed, 11 Aug 2004) | 4 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -135,7 +525,7 @@
       http://www.brynosaurus.com/cachedir/spec.html .
 
 ------------------------------------------------------------------------
-r155 | sam | 2004-08-12 01:15:30 +0300 (Thu, 12 Aug 2004) | 6 lines
+r155 | sam | 2004-08-11 22:15:30 +0000 (Wed, 11 Aug 2004) | 6 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/src/libdvdcss.c
@@ -147,7 +537,7 @@
     + Use - instead of # as a separator in the cache filename.
 
 ------------------------------------------------------------------------
-r154 | sam | 2004-07-05 12:17:20 +0300 (Mon, 05 Jul 2004) | 2 lines
+r154 | sam | 2004-07-05 09:17:20 +0000 (Mon, 05 Jul 2004) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -154,7 +544,7 @@
   * bootstrap: fixed a syntax error.
 
 ------------------------------------------------------------------------
-r153 | sam | 2004-07-05 12:15:35 +0300 (Mon, 05 Jul 2004) | 4 lines
+r153 | sam | 2004-07-05 09:15:35 +0000 (Mon, 05 Jul 2004) | 4 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -163,7 +553,7 @@
     + Support automake 1.8.
 
 ------------------------------------------------------------------------
-r152 | sam | 2004-02-24 17:47:00 +0200 (Tue, 24 Feb 2004) | 2 lines
+r152 | sam | 2004-02-24 15:47:00 +0000 (Tue, 24 Feb 2004) | 2 lines
 Changed paths:
    M /trunk
    D /trunk/.cvsignore
@@ -203,7 +593,7 @@
   * Added proper SVN keywords to files and directories (for $Id and ignores).
 
 ------------------------------------------------------------------------
-r141 | sam | 2003-12-11 17:13:40 +0200 (Thu, 11 Dec 2003) | 3 lines
+r141 | sam | 2003-12-11 15:13:40 +0000 (Thu, 11 Dec 2003) | 3 lines
 Changed paths:
    M /trunk/doc/.cvsignore
    M /trunk/doc/doxygen.cfg
@@ -212,7 +602,7 @@
   * doc/.cvsignore: Ignore stamp files.
 
 ------------------------------------------------------------------------
-r140 | sam | 2003-12-11 17:12:42 +0200 (Thu, 11 Dec 2003) | 5 lines
+r140 | sam | 2003-12-11 15:12:42 +0000 (Thu, 11 Dec 2003) | 5 lines
 Changed paths:
    M /trunk/src/device.c
 
@@ -222,7 +612,7 @@
       http://www.via.ecp.fr/via/ml/libdvdcss-devel/200312/msg00000.html
 
 ------------------------------------------------------------------------
-r139 | sam | 2003-11-26 22:16:38 +0200 (Wed, 26 Nov 2003) | 2 lines
+r139 | sam | 2003-11-26 20:16:38 +0000 (Wed, 26 Nov 2003) | 2 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -229,7 +619,7 @@
   * libdvdcss.spec: Fixed a syntax error (#1488).
 
 ------------------------------------------------------------------------
-r138 | sam | 2003-11-06 12:12:38 +0200 (Thu, 06 Nov 2003) | 2 lines
+r138 | sam | 2003-11-06 10:12:38 +0000 (Thu, 06 Nov 2003) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -236,7 +626,7 @@
   * bootstrap: remove autom4te.cache before running autoconf
 
 ------------------------------------------------------------------------
-r137 | sam | 2003-09-15 20:12:46 +0300 (Mon, 15 Sep 2003) | 2 lines
+r137 | sam | 2003-09-15 17:12:46 +0000 (Mon, 15 Sep 2003) | 2 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/libdvdcss.c
@@ -244,7 +634,7 @@
   * libdvdcss.c: Added more debug messages.
 
 ------------------------------------------------------------------------
-r136 | sam | 2003-09-09 16:17:24 +0300 (Tue, 09 Sep 2003) | 2 lines
+r136 | sam | 2003-09-09 13:17:24 +0000 (Tue, 09 Sep 2003) | 2 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/css.c
@@ -253,7 +643,7 @@
   * src/css.c, src/device.c: more meaningful error messages.
 
 ------------------------------------------------------------------------
-r135 | sam | 2003-09-09 15:32:40 +0300 (Tue, 09 Sep 2003) | 4 lines
+r135 | sam | 2003-09-09 12:32:40 +0000 (Tue, 09 Sep 2003) | 4 lines
 Changed paths:
    M /trunk/.cvsignore
    M /trunk/Makefile.am
@@ -275,7 +665,7 @@
   * debian/*: use debian/compat instead of DH_COMPAT.
 
 ------------------------------------------------------------------------
-r134 | sam | 2003-09-09 15:05:44 +0300 (Tue, 09 Sep 2003) | 2 lines
+r134 | sam | 2003-09-09 12:05:44 +0000 (Tue, 09 Sep 2003) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -282,7 +672,7 @@
   * bootstrap: code clean-up.
 
 ------------------------------------------------------------------------
-r133 | sam | 2003-09-09 13:03:48 +0300 (Tue, 09 Sep 2003) | 3 lines
+r133 | sam | 2003-09-09 10:03:48 +0000 (Tue, 09 Sep 2003) | 3 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/device.c
@@ -294,7 +684,7 @@
     because they aren't libdvdcss functions.
 
 ------------------------------------------------------------------------
-r132 | gbazin | 2003-07-29 22:49:13 +0300 (Tue, 29 Jul 2003) | 3 lines
+r132 | gbazin | 2003-07-29 19:49:13 +0000 (Tue, 29 Jul 2003) | 3 lines
 Changed paths:
    M /trunk/NEWS
 
@@ -302,7 +692,7 @@
 * NEWS: forgot to update this one for the release.
 
 ------------------------------------------------------------------------
-r131 | gbazin | 2003-07-29 22:03:02 +0300 (Tue, 29 Jul 2003) | 3 lines
+r131 | gbazin | 2003-07-29 19:03:02 +0000 (Tue, 29 Jul 2003) | 3 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -310,7 +700,7 @@
 * libdvdcss.spec: fixed typo.
 
 ------------------------------------------------------------------------
-r130 | gbazin | 2003-07-29 02:41:52 +0300 (Tue, 29 Jul 2003) | 3 lines
+r130 | gbazin | 2003-07-28 23:41:52 +0000 (Mon, 28 Jul 2003) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure.ac
@@ -321,7 +711,7 @@
 * ALL: bumped version number to 1.2.8
 
 ------------------------------------------------------------------------
-r129 | sam | 2003-07-17 00:40:01 +0300 (Thu, 17 Jul 2003) | 7 lines
+r129 | sam | 2003-07-16 21:40:01 +0000 (Wed, 16 Jul 2003) | 7 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -333,7 +723,7 @@
     + Fixed spelling here and there.
 
 ------------------------------------------------------------------------
-r128 | gbazin | 2003-07-08 21:00:54 +0300 (Tue, 08 Jul 2003) | 3 lines
+r128 | gbazin | 2003-07-08 18:00:54 +0000 (Tue, 08 Jul 2003) | 3 lines
 Changed paths:
    M /trunk/src/device.c
 
@@ -341,7 +731,7 @@
 * src/device.c: grmblgrmbl!! Fixed a bug that prevented encrypted dvds from working under win32.
 
 ------------------------------------------------------------------------
-r127 | massiot | 2003-06-22 23:59:45 +0300 (Sun, 22 Jun 2003) | 2 lines
+r127 | massiot | 2003-06-22 20:59:45 +0000 (Sun, 22 Jun 2003) | 2 lines
 Changed paths:
    M /trunk/src/Makefile.am
 
@@ -348,7 +738,7 @@
 * Updated library version.
 
 ------------------------------------------------------------------------
-r126 | sam | 2003-06-18 20:23:55 +0300 (Wed, 18 Jun 2003) | 2 lines
+r126 | sam | 2003-06-18 17:23:55 +0000 (Wed, 18 Jun 2003) | 2 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -355,7 +745,7 @@
   * ./src/libdvdcss.c: if DVDCSS_VERBOSE is greater than 2, do as if it was 2.
 
 ------------------------------------------------------------------------
-r125 | sam | 2003-06-13 03:41:35 +0300 (Fri, 13 Jun 2003) | 12 lines
+r125 | sam | 2003-06-13 00:41:35 +0000 (Fri, 13 Jun 2003) | 12 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -378,7 +768,7 @@
       libdvdcss was ever going to hit the Debian autobuilders anyway).
 
 ------------------------------------------------------------------------
-r124 | sam | 2003-06-13 02:22:34 +0300 (Fri, 13 Jun 2003) | 6 lines
+r124 | sam | 2003-06-12 23:22:34 +0000 (Thu, 12 Jun 2003) | 6 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -389,7 +779,7 @@
   * ./src/libdvdcss.c: updated doxygen documentation accordingly.
 
 ------------------------------------------------------------------------
-r123 | sam | 2003-06-13 02:15:18 +0300 (Fri, 13 Jun 2003) | 3 lines
+r123 | sam | 2003-06-12 23:15:18 +0000 (Thu, 12 Jun 2003) | 3 lines
 Changed paths:
    M /trunk/Makefile.am
    M /trunk/configure.ac
@@ -398,7 +788,7 @@
   * ./configure.ac: forgot to generate autotools/Makefile.
 
 ------------------------------------------------------------------------
-r122 | sam | 2003-06-11 01:50:31 +0300 (Wed, 11 Jun 2003) | 4 lines
+r122 | sam | 2003-06-10 22:50:31 +0000 (Tue, 10 Jun 2003) | 4 lines
 Changed paths:
    M /trunk/Makefile.am
    A /trunk/autotools
@@ -412,7 +802,7 @@
     the AC_CONFIG_AUX_DIR directive.
 
 ------------------------------------------------------------------------
-r121 | sam | 2003-05-27 20:12:33 +0300 (Tue, 27 May 2003) | 4 lines
+r121 | sam | 2003-05-27 17:12:33 +0000 (Tue, 27 May 2003) | 4 lines
 Changed paths:
    M /trunk/debian/changelog
    M /trunk/debian/control
@@ -422,7 +812,7 @@
     on all architectures.
 
 ------------------------------------------------------------------------
-r120 | sam | 2003-05-17 01:12:48 +0300 (Sat, 17 May 2003) | 2 lines
+r120 | sam | 2003-05-16 22:12:48 +0000 (Fri, 16 May 2003) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -429,7 +819,7 @@
   * ./src/css.c: typos in comments.
 
 ------------------------------------------------------------------------
-r119 | gbazin | 2003-04-11 13:00:29 +0300 (Fri, 11 Apr 2003) | 3 lines
+r119 | gbazin | 2003-04-11 10:00:29 +0000 (Fri, 11 Apr 2003) | 3 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/common.h
@@ -438,7 +828,7 @@
 * configure.ac, src/common.h: fixes for the cygwin build using the mno-cygwin flag.
 
 ------------------------------------------------------------------------
-r118 | yves | 2003-04-06 23:36:07 +0300 (Sun, 06 Apr 2003) | 2 lines
+r118 | yves | 2003-04-06 20:36:07 +0000 (Sun, 06 Apr 2003) | 2 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -445,7 +835,7 @@
 better RH part thx Kipp Cannon <kipp@sgl.crestech.ca>
 
 ------------------------------------------------------------------------
-r117 | gbazin | 2003-03-27 20:57:12 +0200 (Thu, 27 Mar 2003) | 3 lines
+r117 | gbazin | 2003-03-27 18:57:12 +0000 (Thu, 27 Mar 2003) | 3 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -453,7 +843,7 @@
 * src/libdvdcss.c: CSS key cache collisions patch, courtesy of Michael Roitzsch.
 
 ------------------------------------------------------------------------
-r116 | gbazin | 2003-03-22 18:37:37 +0200 (Sat, 22 Mar 2003) | 3 lines
+r116 | gbazin | 2003-03-22 16:37:37 +0000 (Sat, 22 Mar 2003) | 3 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -461,7 +851,7 @@
 * src/libdvdcss.c: fix for NetBSD's mkdir that doesn't like trailing "/" on its argument. (courtesy of Christopher Richards)
 
 ------------------------------------------------------------------------
-r115 | sam | 2003-03-10 20:01:40 +0200 (Mon, 10 Mar 2003) | 3 lines
+r115 | sam | 2003-03-10 18:01:40 +0000 (Mon, 10 Mar 2003) | 3 lines
 Changed paths:
    M /trunk/debian/changelog
    M /trunk/src/Makefile.am
@@ -470,7 +860,7 @@
   * ./src/Makefile.am: bumped version information.
 
 ------------------------------------------------------------------------
-r114 | alexis | 2003-03-10 19:41:31 +0200 (Mon, 10 Mar 2003) | 2 lines
+r114 | alexis | 2003-03-10 17:41:31 +0000 (Mon, 10 Mar 2003) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/libdvdcss.spec
@@ -478,7 +868,7 @@
 - preparing the 1.2.6 release...
 
 ------------------------------------------------------------------------
-r113 | massiot | 2003-03-10 01:50:42 +0200 (Mon, 10 Mar 2003) | 2 lines
+r113 | massiot | 2003-03-09 23:50:42 +0000 (Sun, 09 Mar 2003) | 2 lines
 Changed paths:
    M /trunk/NEWS
    M /trunk/configure.ac
@@ -486,7 +876,7 @@
 Bumped up to 1.2.6.
 
 ------------------------------------------------------------------------
-r112 | gbazin | 2003-03-10 01:34:18 +0200 (Mon, 10 Mar 2003) | 3 lines
+r112 | gbazin | 2003-03-09 23:34:18 +0000 (Sun, 09 Mar 2003) | 3 lines
 Changed paths:
    M /trunk/src/common.h
    M /trunk/src/error.c
@@ -495,7 +885,7 @@
 * src/common.h, src/error.c: fixed the PATH_MAX breakage on win32.
 
 ------------------------------------------------------------------------
-r111 | massiot | 2003-02-04 13:54:36 +0200 (Tue, 04 Feb 2003) | 2 lines
+r111 | massiot | 2003-02-04 11:54:36 +0000 (Tue, 04 Feb 2003) | 2 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/device.c
@@ -504,7 +894,7 @@
 Fixed compilation problems with PATH_MAX.
 
 ------------------------------------------------------------------------
-r110 | massiot | 2003-01-30 00:59:35 +0200 (Thu, 30 Jan 2003) | 2 lines
+r110 | massiot | 2003-01-29 22:59:35 +0000 (Wed, 29 Jan 2003) | 2 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/libdvdcss.c
@@ -512,7 +902,7 @@
 Fixed MAX_PATH on Darwin.
 
 ------------------------------------------------------------------------
-r109 | yves | 2003-01-28 09:58:22 +0200 (Tue, 28 Jan 2003) | 3 lines
+r109 | yves | 2003-01-28 07:58:22 +0000 (Tue, 28 Jan 2003) | 3 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -520,7 +910,7 @@
 - fix a redhat "macro".
 
 ------------------------------------------------------------------------
-r108 | sam | 2003-01-28 03:17:02 +0200 (Tue, 28 Jan 2003) | 6 lines
+r108 | sam | 2003-01-28 01:17:02 +0000 (Tue, 28 Jan 2003) | 6 lines
 Changed paths:
    M /trunk/ChangeLog
    A /trunk/NEWS
@@ -539,7 +929,7 @@
     found on the system, thanks to Steven M. Schultz.
 
 ------------------------------------------------------------------------
-r107 | sam | 2003-01-28 02:41:10 +0200 (Tue, 28 Jan 2003) | 3 lines
+r107 | sam | 2003-01-28 00:41:10 +0000 (Tue, 28 Jan 2003) | 3 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
    M /trunk/test/csstest.c
@@ -548,7 +938,7 @@
   * ./src/libdvdcss.c: updated documentation about raw devices.
 
 ------------------------------------------------------------------------
-r106 | sam | 2003-01-27 18:57:19 +0200 (Mon, 27 Jan 2003) | 2 lines
+r106 | sam | 2003-01-27 16:57:19 +0000 (Mon, 27 Jan 2003) | 2 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -555,7 +945,7 @@
   * ./src/libdvdcss.c: disabled key cache when reading VOBs.
 
 ------------------------------------------------------------------------
-r105 | sam | 2003-01-17 00:58:29 +0200 (Fri, 17 Jan 2003) | 2 lines
+r105 | sam | 2003-01-16 22:58:29 +0000 (Thu, 16 Jan 2003) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -563,7 +953,7 @@
   * ./src/ioctl.c, ./src/ioctl.h: removed minor gcc-isms.
 
 ------------------------------------------------------------------------
-r104 | yves | 2003-01-16 16:45:14 +0200 (Thu, 16 Jan 2003) | 3 lines
+r104 | yves | 2003-01-16 14:45:14 +0000 (Thu, 16 Jan 2003) | 3 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -571,7 +961,7 @@
 * few fixes.
 
 ------------------------------------------------------------------------
-r103 | sam | 2002-12-19 18:50:50 +0200 (Thu, 19 Dec 2002) | 4 lines
+r103 | sam | 2002-12-19 16:50:50 +0000 (Thu, 19 Dec 2002) | 4 lines
 Changed paths:
    M /trunk/src/device.c
 
@@ -580,7 +970,7 @@
   * ./src/device.c: we now handle partial reads.
 
 ------------------------------------------------------------------------
-r102 | sam | 2002-12-19 17:44:30 +0200 (Thu, 19 Dec 2002) | 2 lines
+r102 | sam | 2002-12-19 15:44:30 +0000 (Thu, 19 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/css.c
@@ -589,7 +979,7 @@
   * ./configure.ac: added warning flags whenever possible.
 
 ------------------------------------------------------------------------
-r101 | sam | 2002-12-19 17:36:04 +0200 (Thu, 19 Dec 2002) | 3 lines
+r101 | sam | 2002-12-19 15:36:04 +0000 (Thu, 19 Dec 2002) | 3 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/device.c
@@ -599,7 +989,7 @@
     read. Partial reads are not handled yet, but it's a step.
 
 ------------------------------------------------------------------------
-r100 | sam | 2002-12-19 17:29:53 +0200 (Thu, 19 Dec 2002) | 3 lines
+r100 | sam | 2002-12-19 15:29:53 +0000 (Thu, 19 Dec 2002) | 3 lines
 Changed paths:
    M /trunk/src/bsdi_dvd.h
    M /trunk/src/bsdi_ioctl.c
@@ -608,7 +998,7 @@
     Steven M. Schultz's latest changes.
 
 ------------------------------------------------------------------------
-r99 | sam | 2002-12-19 14:37:30 +0200 (Thu, 19 Dec 2002) | 2 lines
+r99 | sam | 2002-12-19 12:37:30 +0000 (Thu, 19 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/msvc/config.h
@@ -620,7 +1010,7 @@
   * Ported the library build to Cygwin.
 
 ------------------------------------------------------------------------
-r98 | sam | 2002-12-11 15:12:10 +0200 (Wed, 11 Dec 2002) | 2 lines
+r98 | sam | 2002-12-11 13:12:10 +0000 (Wed, 11 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/src/bsdi_dvd.h
    M /trunk/src/bsdi_ioctl.c
@@ -631,7 +1021,7 @@
   * minor coding style fixes.
 
 ------------------------------------------------------------------------
-r97 | sam | 2002-12-10 12:43:25 +0200 (Tue, 10 Dec 2002) | 2 lines
+r97 | sam | 2002-12-10 10:43:25 +0000 (Tue, 10 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/msvc/csstest.dsp
    M /trunk/msvc/libdvdcss.dsp
@@ -640,7 +1030,7 @@
   * ./msvc/*: grmbl, for some reason the project files were empty.
 
 ------------------------------------------------------------------------
-r96 | sam | 2002-12-10 12:38:12 +0200 (Tue, 10 Dec 2002) | 2 lines
+r96 | sam | 2002-12-10 10:38:12 +0000 (Tue, 10 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/configure.ac
    A /trunk/msvc
@@ -656,7 +1046,7 @@
   * ./msvc/*: MS VC++ project files.
 
 ------------------------------------------------------------------------
-r95 | babal | 2002-12-06 02:16:57 +0200 (Fri, 06 Dec 2002) | 3 lines
+r95 | babal | 2002-12-06 00:16:57 +0000 (Fri, 06 Dec 2002) | 3 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/device.c
@@ -667,7 +1057,7 @@
   <limits.h> automatically, so PATH_MAX was undefined.
 
 ------------------------------------------------------------------------
-r94 | sam | 2002-12-05 12:24:42 +0200 (Thu, 05 Dec 2002) | 4 lines
+r94 | sam | 2002-12-05 10:24:42 +0000 (Thu, 05 Dec 2002) | 4 lines
 Changed paths:
    M /trunk/configure.ac
    M /trunk/src/common.h
@@ -687,7 +1077,7 @@
   * ALL: moved everything to C99 integer types.
 
 ------------------------------------------------------------------------
-r93 | sam | 2002-12-02 14:58:23 +0200 (Mon, 02 Dec 2002) | 2 lines
+r93 | sam | 2002-12-02 12:58:23 +0000 (Mon, 02 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -694,7 +1084,7 @@
   * ./bootstrap: we also look for glibtoolize (Closes: #37).
 
 ------------------------------------------------------------------------
-r92 | jlj | 2002-12-02 09:38:21 +0200 (Mon, 02 Dec 2002) | 2 lines
+r92 | jlj | 2002-12-02 07:38:21 +0000 (Mon, 02 Dec 2002) | 2 lines
 Changed paths:
    M /trunk/src/device.h
 
@@ -701,7 +1091,7 @@
   ./src/device.h: Applied FreeBSD compile fix from Steven M. Schultz.
 
 ------------------------------------------------------------------------
-r91 | jlj | 2002-11-25 20:44:31 +0200 (Mon, 25 Nov 2002) | 3 lines
+r91 | jlj | 2002-11-25 18:44:31 +0000 (Mon, 25 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/ioctl.c
@@ -712,7 +1102,7 @@
   * ./test/dvd_region.c: enabled set_region.
 
 ------------------------------------------------------------------------
-r90 | sam | 2002-11-24 19:34:23 +0200 (Sun, 24 Nov 2002) | 3 lines
+r90 | sam | 2002-11-24 17:34:23 +0000 (Sun, 24 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/device.c
@@ -724,7 +1114,7 @@
     to cache title keys on disk.
 
 ------------------------------------------------------------------------
-r89 | sam | 2002-11-21 14:13:20 +0200 (Thu, 21 Nov 2002) | 3 lines
+r89 | sam | 2002-11-21 12:13:20 +0000 (Thu, 21 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/debian/control
 
@@ -732,7 +1122,7 @@
     graphics.
 
 ------------------------------------------------------------------------
-r88 | alexis | 2002-11-18 01:46:44 +0200 (Mon, 18 Nov 2002) | 6 lines
+r88 | alexis | 2002-11-17 23:46:44 +0000 (Sun, 17 Nov 2002) | 6 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -743,7 +1133,7 @@
 updated the download page. Please test and give feedback.
 
 ------------------------------------------------------------------------
-r87 | jlj | 2002-11-15 20:39:08 +0200 (Fri, 15 Nov 2002) | 2 lines
+r87 | jlj | 2002-11-15 18:39:08 +0000 (Fri, 15 Nov 2002) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -751,7 +1141,7 @@
   * ./src/ioctl.[ch]: ReportRPC win32 changes. Needs testing.
 
 ------------------------------------------------------------------------
-r86 | gbazin | 2002-11-14 17:12:34 +0200 (Thu, 14 Nov 2002) | 3 lines
+r86 | gbazin | 2002-11-14 15:12:34 +0000 (Thu, 14 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/debian/changelog
@@ -761,7 +1151,7 @@
 * updated the changelogs for the 1.2.4 release.
 
 ------------------------------------------------------------------------
-r85 | sam | 2002-11-14 14:41:47 +0200 (Thu, 14 Nov 2002) | 6 lines
+r85 | sam | 2002-11-14 12:41:47 +0000 (Thu, 14 Nov 2002) | 6 lines
 Changed paths:
    M /trunk/bootstrap
    M /trunk/configure.ac
@@ -774,7 +1164,7 @@
   * ./bootstrap: we accept automake 1.7.
 
 ------------------------------------------------------------------------
-r84 | gbazin | 2002-11-14 14:38:57 +0200 (Thu, 14 Nov 2002) | 9 lines
+r84 | gbazin | 2002-11-14 12:38:57 +0000 (Thu, 14 Nov 2002) | 9 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/ioctl.c
@@ -789,7 +1179,7 @@
    with the few DVDs I've got.
 
 ------------------------------------------------------------------------
-r83 | jlj | 2002-11-14 03:32:37 +0200 (Thu, 14 Nov 2002) | 2 lines
+r83 | jlj | 2002-11-14 01:32:37 +0000 (Thu, 14 Nov 2002) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
 
@@ -796,7 +1186,7 @@
   * ./src/ioctl.c: Broke OpenBSD port with my previous commit. Fixed.
 
 ------------------------------------------------------------------------
-r82 | alexis | 2002-11-14 01:43:01 +0200 (Thu, 14 Nov 2002) | 3 lines
+r82 | alexis | 2002-11-13 23:43:01 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -804,7 +1194,7 @@
 Added ./bootstrap for the build target
 
 ------------------------------------------------------------------------
-r81 | gbazin | 2002-11-14 01:08:11 +0200 (Thu, 14 Nov 2002) | 3 lines
+r81 | gbazin | 2002-11-13 23:08:11 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/debian/changelog
@@ -814,7 +1204,7 @@
 * update changelogs.
 
 ------------------------------------------------------------------------
-r80 | jlj | 2002-11-14 00:45:05 +0200 (Thu, 14 Nov 2002) | 3 lines
+r80 | jlj | 2002-11-13 22:45:05 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/src/ioctl.c
@@ -823,7 +1213,7 @@
   * ./AUTHORS: updated my entry.
 
 ------------------------------------------------------------------------
-r79 | alexis | 2002-11-14 00:24:41 +0200 (Thu, 14 Nov 2002) | 3 lines
+r79 | alexis | 2002-11-13 22:24:41 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/configure.ac
 
@@ -831,7 +1221,7 @@
 Update version number to 1.2.4
 
 ------------------------------------------------------------------------
-r78 | alexis | 2002-11-14 00:14:28 +0200 (Thu, 14 Nov 2002) | 2 lines
+r78 | alexis | 2002-11-13 22:14:28 +0000 (Wed, 13 Nov 2002) | 2 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -838,7 +1228,7 @@
 Update for 1.2.4 release.
 
 ------------------------------------------------------------------------
-r77 | sam | 2002-11-14 00:11:38 +0200 (Thu, 14 Nov 2002) | 3 lines
+r77 | sam | 2002-11-13 22:11:38 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/debian/changelog
 
@@ -846,7 +1236,7 @@
   apart from Win32, so what's the point of building new packages :p)
 
 ------------------------------------------------------------------------
-r76 | gbazin | 2002-11-13 23:23:08 +0200 (Wed, 13 Nov 2002) | 3 lines
+r76 | gbazin | 2002-11-13 21:23:08 +0000 (Wed, 13 Nov 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
 
@@ -854,7 +1244,7 @@
 * ChangeLog: updated changelog.
 
 ------------------------------------------------------------------------
-r75 | gbazin | 2002-10-29 20:51:37 +0200 (Tue, 29 Oct 2002) | 4 lines
+r75 | gbazin | 2002-10-29 18:51:37 +0000 (Tue, 29 Oct 2002) | 4 lines
 Changed paths:
    M /trunk/src/ioctl.c
 
@@ -863,7 +1253,7 @@
    non-administrator mode.
 
 ------------------------------------------------------------------------
-r74 | gbazin | 2002-10-19 12:53:33 +0300 (Sat, 19 Oct 2002) | 4 lines
+r74 | gbazin | 2002-10-19 09:53:33 +0000 (Sat, 19 Oct 2002) | 4 lines
 Changed paths:
    M /trunk/src/device.c
    M /trunk/src/ioctl.h
@@ -873,7 +1263,7 @@
    we are trying to open is actually a cdrom/dvdrom drive.
 
 ------------------------------------------------------------------------
-r73 | sam | 2002-10-18 21:48:59 +0300 (Fri, 18 Oct 2002) | 5 lines
+r73 | sam | 2002-10-18 18:48:59 +0000 (Fri, 18 Oct 2002) | 5 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/device.c
@@ -887,7 +1277,7 @@
     it with the standard libc functions, even under Win32.
 
 ------------------------------------------------------------------------
-r72 | massiot | 2002-10-13 02:02:49 +0300 (Sun, 13 Oct 2002) | 2 lines
+r72 | massiot | 2002-10-12 23:02:49 +0000 (Sat, 12 Oct 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/debian/changelog
@@ -896,7 +1286,7 @@
 Updated changelog and release tag.
 
 ------------------------------------------------------------------------
-r71 | gbazin | 2002-10-12 15:41:24 +0300 (Sat, 12 Oct 2002) | 4 lines
+r71 | gbazin | 2002-10-12 12:41:24 +0000 (Sat, 12 Oct 2002) | 4 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -906,7 +1296,7 @@
    the buggy IOCTL_DVD_READ_STRUCTURE on WinNT/2k/XP.
 
 ------------------------------------------------------------------------
-r70 | sam | 2002-10-11 13:09:56 +0300 (Fri, 11 Oct 2002) | 2 lines
+r70 | sam | 2002-10-11 10:09:56 +0000 (Fri, 11 Oct 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/debian/changelog
@@ -915,7 +1305,7 @@
   * Updated changelog and package files.
 
 ------------------------------------------------------------------------
-r69 | sam | 2002-10-11 13:03:48 +0300 (Fri, 11 Oct 2002) | 6 lines
+r69 | sam | 2002-10-11 10:03:48 +0000 (Fri, 11 Oct 2002) | 6 lines
 Changed paths:
    M /trunk/.cvsignore
    M /trunk/Makefile.am
@@ -934,7 +1324,7 @@
     use it "never with MSVC".
 
 ------------------------------------------------------------------------
-r68 | massiot | 2002-10-11 01:29:31 +0300 (Fri, 11 Oct 2002) | 2 lines
+r68 | massiot | 2002-10-10 22:29:31 +0000 (Thu, 10 Oct 2002) | 2 lines
 Changed paths:
    M /trunk/bootstrap
 
@@ -941,7 +1331,7 @@
 Exit cleanly in case of error.
 
 ------------------------------------------------------------------------
-r67 | massiot | 2002-10-11 00:40:41 +0300 (Fri, 11 Oct 2002) | 4 lines
+r67 | massiot | 2002-10-10 21:40:41 +0000 (Thu, 10 Oct 2002) | 4 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure.in
@@ -953,7 +1343,7 @@
 * Merged in hh's patch for broken DVD drives/kernel/whatever.
 
 ------------------------------------------------------------------------
-r66 | gbazin | 2002-10-10 15:44:28 +0300 (Thu, 10 Oct 2002) | 7 lines
+r66 | gbazin | 2002-10-10 12:44:28 +0000 (Thu, 10 Oct 2002) | 7 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/src/css.c
@@ -969,7 +1359,7 @@
 Because of this bug, the disc and key methods for key decryption where not working.
 
 ------------------------------------------------------------------------
-r65 | sam | 2002-10-07 19:37:15 +0300 (Mon, 07 Oct 2002) | 5 lines
+r65 | sam | 2002-10-07 16:37:15 +0000 (Mon, 07 Oct 2002) | 5 lines
 Changed paths:
    M /trunk/configure.in
    M /trunk/src/Makefile.am
@@ -981,7 +1371,7 @@
     build the BSDi stuff.
 
 ------------------------------------------------------------------------
-r64 | sam | 2002-08-11 00:27:42 +0300 (Sun, 11 Aug 2002) | 2 lines
+r64 | sam | 2002-08-10 21:27:42 +0000 (Sat, 10 Aug 2002) | 2 lines
 Changed paths:
    M /trunk/src/Makefile.am
 
@@ -988,7 +1378,7 @@
   * Bumped the revision number... thanks H�kan :-)
 
 ------------------------------------------------------------------------
-r63 | sam | 2002-08-11 00:19:55 +0300 (Sun, 11 Aug 2002) | 2 lines
+r63 | sam | 2002-08-10 21:19:55 +0000 (Sat, 10 Aug 2002) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -995,7 +1385,7 @@
   * ./src/css.c: removed useless debug messages on H�kan's advice.
 
 ------------------------------------------------------------------------
-r62 | sam | 2002-08-10 23:21:54 +0300 (Sat, 10 Aug 2002) | 2 lines
+r62 | sam | 2002-08-10 20:21:54 +0000 (Sat, 10 Aug 2002) | 2 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/ChangeLog
@@ -1006,7 +1396,7 @@
   * Updated release-related files.
 
 ------------------------------------------------------------------------
-r61 | sam | 2002-08-10 20:42:09 +0300 (Sat, 10 Aug 2002) | 3 lines
+r61 | sam | 2002-08-10 17:42:09 +0000 (Sat, 10 Aug 2002) | 3 lines
 Changed paths:
    M /trunk/src/device.c
    M /trunk/src/device.h
@@ -1017,7 +1407,7 @@
   * ./src/device.h: removed unneeded exported symbols.
 
 ------------------------------------------------------------------------
-r60 | sam | 2002-08-10 17:27:26 +0300 (Sat, 10 Aug 2002) | 4 lines
+r60 | sam | 2002-08-10 14:27:26 +0000 (Sat, 10 Aug 2002) | 4 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/css.h
@@ -1034,7 +1424,7 @@
       see http://www.videolan.org/libdvdcss/doc/
 
 ------------------------------------------------------------------------
-r59 | sam | 2002-08-10 15:56:04 +0300 (Sat, 10 Aug 2002) | 3 lines
+r59 | sam | 2002-08-10 12:56:04 +0000 (Sat, 10 Aug 2002) | 3 lines
 Changed paths:
    M /trunk/.cvsignore
    M /trunk/Makefile.am
@@ -1068,7 +1458,7 @@
   * ./doc/*: added doxygen files.
 
 ------------------------------------------------------------------------
-r58 | sam | 2002-08-10 15:21:28 +0300 (Sat, 10 Aug 2002) | 2 lines
+r58 | sam | 2002-08-10 12:21:28 +0000 (Sat, 10 Aug 2002) | 2 lines
 Changed paths:
    M /trunk/src/dvdcss/dvdcss.h
    M /trunk/src/libdvdcss.c
@@ -1076,7 +1466,7 @@
   * ./src/libdvdcss.c, ./src/dvdcss/dvdcss.h: documented the API.
 
 ------------------------------------------------------------------------
-r57 | sam | 2002-08-10 01:03:34 +0300 (Sat, 10 Aug 2002) | 4 lines
+r57 | sam | 2002-08-09 22:03:34 +0000 (Fri, 09 Aug 2002) | 4 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -1085,7 +1475,7 @@
     reopening it.
 
 ------------------------------------------------------------------------
-r56 | sam | 2002-08-09 17:19:46 +0300 (Fri, 09 Aug 2002) | 3 lines
+r56 | sam | 2002-08-09 14:19:46 +0000 (Fri, 09 Aug 2002) | 3 lines
 Changed paths:
    M /trunk/src/Makefile.am
    M /trunk/src/Makefile.in
@@ -1094,7 +1484,7 @@
     symbols. Fix for BeOS courtesy of Andrew Bachmann.
 
 ------------------------------------------------------------------------
-r55 | sam | 2002-08-09 17:10:43 +0300 (Fri, 09 Aug 2002) | 23 lines
+r55 | sam | 2002-08-09 14:10:43 +0000 (Fri, 09 Aug 2002) | 23 lines
 Changed paths:
    M /trunk/Makefile.in
    M /trunk/aclocal.m4
@@ -1141,7 +1531,7 @@
   * ./configure.in: removed the crap boolean_t detection.
 
 ------------------------------------------------------------------------
-r54 | massiot | 2002-07-23 14:43:58 +0300 (Tue, 23 Jul 2002) | 2 lines
+r54 | massiot | 2002-07-23 11:43:58 +0000 (Tue, 23 Jul 2002) | 2 lines
 Changed paths:
    M /trunk/README
 
@@ -1148,7 +1538,7 @@
 Default method is now "key" :p.
 
 ------------------------------------------------------------------------
-r53 | sam | 2002-07-17 01:47:40 +0300 (Wed, 17 Jul 2002) | 4 lines
+r53 | sam | 2002-07-16 22:47:40 +0000 (Tue, 16 Jul 2002) | 4 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/Makefile.in
@@ -1174,7 +1564,7 @@
   * ALL: re-ran bootstrap with more recent autotools.
 
 ------------------------------------------------------------------------
-r52 | hjort | 2002-07-14 14:44:57 +0300 (Sun, 14 Jul 2002) | 3 lines
+r52 | hjort | 2002-07-14 11:44:57 +0000 (Sun, 14 Jul 2002) | 3 lines
 Changed paths:
    A /trunk/test/dvd_region.c
 
@@ -1182,7 +1572,7 @@
 using the ioctl wrappers in libdvdcss.
 
 ------------------------------------------------------------------------
-r51 | hjort | 2002-07-13 02:28:42 +0300 (Sat, 13 Jul 2002) | 3 lines
+r51 | hjort | 2002-07-12 23:28:42 +0000 (Fri, 12 Jul 2002) | 3 lines
 Changed paths:
    M /trunk/configure.in
    M /trunk/src/bsdi_ioctl.c
@@ -1191,7 +1581,7 @@
 fix from the author.  Remove the now unused parts from configure.in.
 
 ------------------------------------------------------------------------
-r50 | hjort | 2002-07-13 00:06:41 +0300 (Sat, 13 Jul 2002) | 3 lines
+r50 | hjort | 2002-07-12 21:06:41 +0000 (Fri, 12 Jul 2002) | 3 lines
 Changed paths:
    M /trunk/src/Makefile.am
    M /trunk/src/bsdi_ioctl.c
@@ -1201,7 +1591,7 @@
 Correct the include path for the programs in test/.
 
 ------------------------------------------------------------------------
-r49 | hjort | 2002-07-01 16:40:33 +0300 (Mon, 01 Jul 2002) | 3 lines
+r49 | hjort | 2002-07-01 13:40:33 +0000 (Mon, 01 Jul 2002) | 3 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -1209,7 +1599,7 @@
 at the head, from Adam Jones.
 
 ------------------------------------------------------------------------
-r48 | hjort | 2002-07-01 13:36:37 +0300 (Mon, 01 Jul 2002) | 2 lines
+r48 | hjort | 2002-07-01 10:36:37 +0000 (Mon, 01 Jul 2002) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -1217,7 +1607,7 @@
 Patch for OS/2 from Alex Strelnikov.
 
 ------------------------------------------------------------------------
-r47 | hjort | 2002-07-01 12:59:09 +0300 (Mon, 01 Jul 2002) | 2 lines
+r47 | hjort | 2002-07-01 09:59:09 +0000 (Mon, 01 Jul 2002) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -1224,7 +1614,7 @@
 Typo fix from Adam Jones.
 
 ------------------------------------------------------------------------
-r46 | hjort | 2002-07-01 12:02:25 +0300 (Mon, 01 Jul 2002) | 2 lines
+r46 | hjort | 2002-07-01 09:02:25 +0000 (Mon, 01 Jul 2002) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -1232,7 +1622,7 @@
 Getting ReportRPC for WIN32 a bit closer to working.
 
 ------------------------------------------------------------------------
-r45 | sam | 2002-06-04 10:10:07 +0300 (Tue, 04 Jun 2002) | 2 lines
+r45 | sam | 2002-06-04 07:10:07 +0000 (Tue, 04 Jun 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/ioctl.c
@@ -1240,7 +1630,7 @@
   * ./src/ioctl.c: implemented ioctl_ReportKey1 for HP-UX.
 
 ------------------------------------------------------------------------
-r44 | sam | 2002-06-04 10:02:57 +0300 (Tue, 04 Jun 2002) | 2 lines
+r44 | sam | 2002-06-04 07:02:57 +0000 (Tue, 04 Jun 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/libdvdcss.c
@@ -1248,7 +1638,7 @@
   * ./src/libdvdcss.c: Win32 compilation fix.
 
 ------------------------------------------------------------------------
-r43 | sam | 2002-06-02 19:18:45 +0300 (Sun, 02 Jun 2002) | 2 lines
+r43 | sam | 2002-06-02 16:18:45 +0000 (Sun, 02 Jun 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure
@@ -1259,7 +1649,7 @@
   * ALL: changed version number to 1.2.1.
 
 ------------------------------------------------------------------------
-r42 | sam | 2002-06-02 19:14:48 +0300 (Sun, 02 Jun 2002) | 2 lines
+r42 | sam | 2002-06-02 16:14:48 +0000 (Sun, 02 Jun 2002) | 2 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/ChangeLog
@@ -1269,7 +1659,7 @@
   * ./src/ioctl.c, ./src/ioctl.h: QNX port, courtesy of Pascal Levesque.
 
 ------------------------------------------------------------------------
-r41 | sam | 2002-06-02 19:05:34 +0300 (Sun, 02 Jun 2002) | 2 lines
+r41 | sam | 2002-06-02 16:05:34 +0000 (Sun, 02 Jun 2002) | 2 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/css.c
@@ -1277,7 +1667,7 @@
   * ./src/css.c: applied H�kan's fix for the failure on region mismatch.
 
 ------------------------------------------------------------------------
-r40 | sam | 2002-06-02 18:54:10 +0300 (Sun, 02 Jun 2002) | 3 lines
+r40 | sam | 2002-06-02 15:54:10 +0000 (Sun, 02 Jun 2002) | 3 lines
 Changed paths:
    M /trunk/.cvsignore
    M /trunk/ChangeLog
@@ -1291,7 +1681,7 @@
   * ./src/libdvdcss.c: fixed an uninitialized variable.
 
 ------------------------------------------------------------------------
-r39 | sam | 2002-05-26 17:22:23 +0300 (Sun, 26 May 2002) | 2 lines
+r39 | sam | 2002-05-26 14:22:23 +0000 (Sun, 26 May 2002) | 2 lines
 Changed paths:
    M /trunk/src/dvdcss/dvdcss.h
 
@@ -1298,7 +1688,7 @@
   * ./src/dvdcss/dvdcss.h: C++ compliant public header.
 
 ------------------------------------------------------------------------
-r38 | sam | 2002-05-20 20:58:20 +0300 (Mon, 20 May 2002) | 4 lines
+r38 | sam | 2002-05-20 17:58:20 +0000 (Mon, 20 May 2002) | 4 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure
@@ -1312,7 +1702,7 @@
   * Removed libtool. It seems to be created automatically anyway.
 
 ------------------------------------------------------------------------
-r37 | hjort | 2002-05-16 23:40:54 +0300 (Thu, 16 May 2002) | 4 lines
+r37 | hjort | 2002-05-16 20:40:54 +0000 (Thu, 16 May 2002) | 4 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -1321,7 +1711,7 @@
 when they fail.
 
 ------------------------------------------------------------------------
-r36 | hjort | 2002-05-16 23:12:04 +0300 (Thu, 16 May 2002) | 2 lines
+r36 | hjort | 2002-05-16 20:12:04 +0000 (Thu, 16 May 2002) | 2 lines
 Changed paths:
    M /trunk/src/css.c
 
@@ -1328,7 +1718,7 @@
 Update error message.
 
 ------------------------------------------------------------------------
-r35 | hjort | 2002-05-16 15:10:29 +0300 (Thu, 16 May 2002) | 2 lines
+r35 | hjort | 2002-05-16 12:10:29 +0000 (Thu, 16 May 2002) | 2 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -1335,7 +1725,7 @@
 Default to 'key', rather than 'title', method.
 
 ------------------------------------------------------------------------
-r34 | sam | 2002-05-15 23:27:04 +0300 (Wed, 15 May 2002) | 2 lines
+r34 | sam | 2002-05-15 20:27:04 +0000 (Wed, 15 May 2002) | 2 lines
 Changed paths:
    M /trunk/libdvdcss.spec
 
@@ -1342,7 +1732,7 @@
   * ./libdvdcss.spec: enhancements by Mandrakesoft.
 
 ------------------------------------------------------------------------
-r33 | hjort | 2002-05-14 00:22:22 +0300 (Tue, 14 May 2002) | 3 lines
+r33 | hjort | 2002-05-13 21:22:22 +0000 (Mon, 13 May 2002) | 3 lines
 Changed paths:
    M /trunk/src/libdvdcss.c
 
@@ -1350,7 +1740,7 @@
 title on a CSS protected disc).
 
 ------------------------------------------------------------------------
-r32 | jlj | 2002-05-06 01:21:51 +0300 (Mon, 06 May 2002) | 3 lines
+r32 | jlj | 2002-05-05 22:21:51 +0000 (Sun, 05 May 2002) | 3 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -1359,7 +1749,7 @@
     ReadTitleKey, and implemented ReportRPC.
 
 ------------------------------------------------------------------------
-r31 | gbazin | 2002-04-26 23:47:08 +0300 (Fri, 26 Apr 2002) | 4 lines
+r31 | gbazin | 2002-04-26 20:47:08 +0000 (Fri, 26 Apr 2002) | 4 lines
 Changed paths:
    M /trunk/INSTALL
 
@@ -1368,7 +1758,7 @@
 * updated win32 compilation instructions.
 
 ------------------------------------------------------------------------
-r30 | sam | 2002-04-06 04:27:43 +0300 (Sat, 06 Apr 2002) | 3 lines
+r30 | sam | 2002-04-06 01:27:43 +0000 (Sat, 06 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure
@@ -1380,7 +1770,7 @@
   * libdvdcss-1.1.1 release.
 
 ------------------------------------------------------------------------
-r29 | sam | 2002-04-06 04:11:05 +0300 (Sat, 06 Apr 2002) | 3 lines
+r29 | sam | 2002-04-06 01:11:05 +0000 (Sat, 06 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/ioctl.c
@@ -1389,7 +1779,7 @@
   * ./src/ioctl.c: OpenBSD compile fix. Thanks to ex0dus on #videolan.
 
 ------------------------------------------------------------------------
-r28 | gbazin | 2002-04-05 03:26:25 +0300 (Fri, 05 Apr 2002) | 5 lines
+r28 | gbazin | 2002-04-05 00:26:25 +0000 (Fri, 05 Apr 2002) | 5 lines
 Changed paths:
    M /trunk/INSTALL
    M /trunk/src/css.c
@@ -1400,7 +1790,7 @@
 * added small win32 specific error message that was also in the vlc tree.
 
 ------------------------------------------------------------------------
-r27 | gbazin | 2002-04-05 02:44:20 +0300 (Fri, 05 Apr 2002) | 10 lines
+r27 | gbazin | 2002-04-04 23:44:20 +0000 (Thu, 04 Apr 2002) | 10 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/libdvdcss.c
@@ -1416,7 +1806,7 @@
  2- Small compilation fix for msvc.
 
 ------------------------------------------------------------------------
-r26 | sam | 2002-04-04 17:21:25 +0300 (Thu, 04 Apr 2002) | 3 lines
+r26 | sam | 2002-04-04 14:21:25 +0000 (Thu, 04 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/src/libdvdcss.h
@@ -1425,7 +1815,7 @@
   * ./src/libdvdcss.h: IRIX compile fix by Michael Pruett <michael@68k.org>.
 
 ------------------------------------------------------------------------
-r25 | sam | 2002-04-04 04:26:54 +0300 (Thu, 04 Apr 2002) | 4 lines
+r25 | sam | 2002-04-04 01:26:54 +0000 (Thu, 04 Apr 2002) | 4 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure
@@ -1438,7 +1828,7 @@
   * ./src/ioctl.c: refuse to build if DVD ioctls weren't found.
 
 ------------------------------------------------------------------------
-r24 | sam | 2002-04-04 02:34:30 +0300 (Thu, 04 Apr 2002) | 3 lines
+r24 | sam | 2002-04-03 23:34:30 +0000 (Wed, 03 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/test/.cvsignore
 
@@ -1446,7 +1836,7 @@
   * Forgot to change test/.cvsignore ...
 
 ------------------------------------------------------------------------
-r23 | sam | 2002-04-04 02:33:57 +0300 (Thu, 04 Apr 2002) | 6 lines
+r23 | sam | 2002-04-03 23:33:57 +0000 (Wed, 03 Apr 2002) | 6 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/test/Makefile.am
@@ -1461,7 +1851,7 @@
   on Linux, FreeBSD, MacOS X and BeOS, and compiles on Solaris.
 
 ------------------------------------------------------------------------
-r22 | jlj | 2002-04-04 02:02:20 +0300 (Thu, 04 Apr 2002) | 3 lines
+r22 | jlj | 2002-04-03 23:02:20 +0000 (Wed, 03 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/src/ioctl.c
 
@@ -1469,7 +1859,7 @@
   * ./src/ioctl.c: Fixed a Darwin typo I recently introduced.
 
 ------------------------------------------------------------------------
-r21 | sam | 2002-04-04 01:31:42 +0300 (Thu, 04 Apr 2002) | 3 lines
+r21 | sam | 2002-04-03 22:31:42 +0000 (Wed, 03 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/Makefile.in
@@ -1483,7 +1873,7 @@
   * Run ./bootstrap.
 
 ------------------------------------------------------------------------
-r20 | jlj | 2002-04-04 01:17:00 +0300 (Thu, 04 Apr 2002) | 3 lines
+r20 | jlj | 2002-04-03 22:17:00 +0000 (Wed, 03 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/configure.in
 
@@ -1491,7 +1881,7 @@
   * ./configure.in: Darwin compile fix (added -no-cpp-precomp)
 
 ------------------------------------------------------------------------
-r19 | sam | 2002-04-04 00:31:52 +0300 (Thu, 04 Apr 2002) | 5 lines
+r19 | sam | 2002-04-03 21:31:52 +0000 (Wed, 03 Apr 2002) | 5 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/configure
@@ -1505,7 +1895,7 @@
   * ./missing: commited libtool's latest version of this file.
 
 ------------------------------------------------------------------------
-r18 | jlj | 2002-04-04 00:25:13 +0300 (Thu, 04 Apr 2002) | 3 lines
+r18 | jlj | 2002-04-03 21:25:13 +0000 (Wed, 03 Apr 2002) | 3 lines
 Changed paths:
    M /trunk/configure.in
    M /trunk/src/config.h.in
@@ -1515,7 +1905,7 @@
   * Fixed a Darwin define problem.
 
 ------------------------------------------------------------------------
-r17 | sam | 2002-04-03 18:19:22 +0300 (Wed, 03 Apr 2002) | 5 lines
+r17 | sam | 2002-04-03 15:19:22 +0000 (Wed, 03 Apr 2002) | 5 lines
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/Makefile.am
@@ -1543,7 +1933,7 @@
   * ./test/test.c: removed #ifdef DVDCSS_DIST.
 
 ------------------------------------------------------------------------
-r16 | sam | 2002-04-03 09:12:50 +0300 (Wed, 03 Apr 2002) | 9 lines
+r16 | sam | 2002-04-03 06:12:50 +0000 (Wed, 03 Apr 2002) | 9 lines
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/ChangeLog
@@ -1576,7 +1966,7 @@
   * ./test/test.c: test program is now up to date.
 
 ------------------------------------------------------------------------
-r15 | hjort | 2002-03-09 19:57:53 +0200 (Sat, 09 Mar 2002) | 7 lines
+r15 | hjort | 2002-03-09 17:57:53 +0000 (Sat, 09 Mar 2002) | 7 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/css.h
@@ -1590,7 +1980,7 @@
 comments.
 
 ------------------------------------------------------------------------
-r14 | hjort | 2002-03-09 19:35:49 +0200 (Sat, 09 Mar 2002) | 3 lines
+r14 | hjort | 2002-03-09 17:35:49 +0000 (Sat, 09 Mar 2002) | 3 lines
 Changed paths:
    M /trunk/configure.in
 
@@ -1598,7 +1988,7 @@
 other file access functions used in dvdcss be 64bit.
 
 ------------------------------------------------------------------------
-r13 | hjort | 2002-03-09 19:24:28 +0200 (Sat, 09 Mar 2002) | 2 lines
+r13 | hjort | 2002-03-09 17:24:28 +0000 (Sat, 09 Mar 2002) | 2 lines
 Changed paths:
    M /trunk/test/test.c
 
@@ -1605,7 +1995,7 @@
 Tell libdvdcss to get the key for the block before we decrypt it.
 
 ------------------------------------------------------------------------
-r12 | hjort | 2002-03-09 19:23:05 +0200 (Sat, 09 Mar 2002) | 2 lines
+r12 | hjort | 2002-03-09 17:23:05 +0000 (Sat, 09 Mar 2002) | 2 lines
 Changed paths:
    M /trunk/test/Makefile.am
 
@@ -1612,7 +2002,7 @@
 Don't link to libdl.
 
 ------------------------------------------------------------------------
-r11 | sam | 2002-03-09 19:16:44 +0200 (Sat, 09 Mar 2002) | 3 lines
+r11 | sam | 2002-03-09 17:16:44 +0000 (Sat, 09 Mar 2002) | 3 lines
 Changed paths:
    M /trunk/configure
    M /trunk/configure.in
@@ -1622,7 +2012,7 @@
   * Fixed compilation of test/test.c.
 
 ------------------------------------------------------------------------
-r10 | sam | 2002-03-06 02:06:17 +0200 (Wed, 06 Mar 2002) | 3 lines
+r10 | sam | 2002-03-06 00:06:17 +0000 (Wed, 06 Mar 2002) | 3 lines
 Changed paths:
    M /trunk/test/.cvsignore
    A /trunk/test/test.c
@@ -1631,7 +2021,7 @@
   * Updated misc control files and added the sample program.
 
 ------------------------------------------------------------------------
-r9 | sam | 2002-03-06 02:04:41 +0200 (Wed, 06 Mar 2002) | 2 lines
+r9 | sam | 2002-03-06 00:04:41 +0000 (Wed, 06 Mar 2002) | 2 lines
 Changed paths:
    M /trunk/Makefile.am
    M /trunk/Makefile.in
@@ -1652,7 +2042,7 @@
 *** empty log message ***
 
 ------------------------------------------------------------------------
-r8 | hjort | 2002-02-25 20:21:57 +0200 (Mon, 25 Feb 2002) | 2 lines
+r8 | hjort | 2002-02-25 18:21:57 +0000 (Mon, 25 Feb 2002) | 2 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/css.h
@@ -1660,7 +2050,7 @@
 Cleanup some formating, indentation and types and add a small comment.
 
 ------------------------------------------------------------------------
-r7 | hjort | 2002-02-03 16:54:53 +0200 (Sun, 03 Feb 2002) | 2 lines
+r7 | hjort | 2002-02-03 14:54:53 +0000 (Sun, 03 Feb 2002) | 2 lines
 Changed paths:
    M /trunk/src/ioctl.c
    M /trunk/src/ioctl.h
@@ -1668,7 +2058,7 @@
 Add the WIN32 fix to GetTitleKey from the vlc/extra branch.
 
 ------------------------------------------------------------------------
-r6 | hjort | 2002-02-03 16:53:10 +0200 (Sun, 03 Feb 2002) | 2 lines
+r6 | hjort | 2002-02-03 14:53:10 +0000 (Sun, 03 Feb 2002) | 2 lines
 Changed paths:
    M /trunk/configure.in
 
@@ -1675,7 +2065,7 @@
 Do check for the unistd.h header file.
 
 ------------------------------------------------------------------------
-r5 | hjort | 2002-01-20 19:04:54 +0200 (Sun, 20 Jan 2002) | 7 lines
+r5 | hjort | 2002-01-20 17:04:54 +0000 (Sun, 20 Jan 2002) | 7 lines
 Changed paths:
    M /trunk/src/css.c
    M /trunk/src/css.h
@@ -1688,7 +2078,7 @@
 externaly visible function in css.c.
 
 ------------------------------------------------------------------------
-r4 | sam | 2001-12-22 02:52:46 +0200 (Sat, 22 Dec 2001) | 3 lines
+r4 | sam | 2001-12-22 00:52:46 +0000 (Sat, 22 Dec 2001) | 3 lines
 Changed paths:
    M /trunk/configure
    M /trunk/configure.in
@@ -1701,7 +2091,7 @@
   * Win32 compilation fix.
 
 ------------------------------------------------------------------------
-r3 | sam | 2001-12-22 02:26:17 +0200 (Sat, 22 Dec 2001) | 3 lines
+r3 | sam | 2001-12-22 00:26:17 +0000 (Sat, 22 Dec 2001) | 3 lines
 Changed paths:
    M /trunk/configure
    M /trunk/configure.in
@@ -1711,7 +2101,7 @@
   * Attempt at fixing the Solaris port.
 
 ------------------------------------------------------------------------
-r2 | sam | 2001-12-22 02:10:31 +0200 (Sat, 22 Dec 2001) | 3 lines
+r2 | sam | 2001-12-22 00:10:31 +0000 (Sat, 22 Dec 2001) | 3 lines
 Changed paths:
    M /trunk/.cvsignore
    A /trunk/Makefile.in
@@ -1725,7 +2115,7 @@
   * Forgot Makefile.in files.
 
 ------------------------------------------------------------------------
-r1 | sam | 2001-12-22 02:08:13 +0200 (Sat, 22 Dec 2001) | 3 lines
+r1 | sam | 2001-12-22 00:08:13 +0000 (Sat, 22 Dec 2001) | 3 lines
 Changed paths:
    A /trunk
    A /trunk/.cvsignore
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 $Id$
 
+Changes between 1.2.9 and 1.2.10:
+---------------------------------
+
+  * DVD drive autodetection.
+  * new dvdcss_is_scrambled() function.
+  * various failure recovery improvements.
+  * accept "X:\" as a device name, as well as "X:".
+  * various bug fixes.
+
 Changes between 1.2.8 and 1.2.9:
 --------------------------------
 
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_CONFIG_AUX_DIR(.auto)
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(libdvdcss, 1.2.9)
+AM_INIT_AUTOMAKE(libdvdcss, 1.2.10)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
@@ -11,7 +11,7 @@
 AC_STDC_HEADERS
 
 AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL 
+AM_PROG_LIBTOOL
 
 AC_C_CONST
 AC_C_INLINE
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -40,7 +40,7 @@
 #define STDC_HEADERS 1
 /* #undef SYS_BEOS */
 /* #undef SYS_CYGWIN */
-#define VERSION "1.2.9"
+#define VERSION "1.2.10"
 /* #undef const */
 /* #undef inline */
 /* #undef size_t */