Changes by: flatcap
Update of /cvsroot/linux-ntfs/dynamic-disk
In directory usw-pr-cvs1:/tmp/cvs-serv7364
Modified Files:
ChangeLog
Log Message:
missed out an entry
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -U2 -r1.13 -r1.14
--- ChangeLog 9 Mar 2002 01:58:42 -0000 1.13
+++ ChangeLog 9 Mar 2002 02:11:39 -0000 1.14
@@ -1,3 +1,3 @@
-2002-03-09 Richard Russon <ld...@fl...>
+2002-03-09 Richard Russon <ld...@fl...>
* I've finally managed to decipher all the flags and I now
@@ -6,5 +6,6 @@
* Removed some redundant checks of VBLKs.
-2002-02-24 Jakob Kemi <jak...@te...>
+2002-02-24 Jakob Kemi <jak...@te...>
+
* Total redesign of multipart VBLK record handling.
Should be faster and cleaner now. It still needs some polishing.
@@ -12,5 +13,10 @@
* Probably introduced some new bugs ;)
-2002-02-09 Jakob Kemi <jak...@te...>
+2002-02-23 Richard Russon <ld...@fl...>
+
+ * Replace hex conversion routines with a sscanf
+ * Remove lots of assumptions from ldminfo's copy option
+
+2002-02-09 Jakob Kemi <jak...@te...>
* Code cleanups and commenting
@@ -22,5 +28,5 @@
* Converted tab length in ldm_md.c from 4 to 8
-2001-02-08 Richard Russon <ld...@fl...>
+2001-02-08 Richard Russon <ld...@fl...>
* Build fixes. It should now compile cleanly against late 2.4 and 2.5,
@@ -28,10 +34,10 @@
* Tidied code, BUG_ON, list_t, BOOL, __attribute__ printf
-2001-12-31 Richard Russon <ld...@fl...>
+2001-12-31 Richard Russon <ld...@fl...>
* Version 0.0.5 released
* ldminfo works properly again
-2001-12-19 Richard Russon <ld...@fl...>
+2001-12-19 Richard Russon <ld...@fl...>
* Made ldminfo compile again
@@ -39,5 +45,5 @@
* Minor bugfix for extended VBLKs
-2001-12-14 Jakob Kemi <jak...@te...>
+2001-12-14 Jakob Kemi <jak...@te...>
* LDM MD volumes now check for valid GUID.
@@ -46,5 +52,5 @@
* Updated changelog for the last month ;)
-2001-11-24 Jakob Kemi <jak...@te...>
+2001-11-24 Jakob Kemi <jak...@te...>
* Further rewrite
@@ -57,5 +63,5 @@
* More tidying.
-2001-11-20 Jakob Kemi <jak...@te...>
+2001-11-20 Jakob Kemi <jak...@te...>
* Big rewrite
@@ -67,15 +73,15 @@
* Lots of tidying.
-2001-11-13 Jakob Kemi <jak...@te...>
+2001-11-13 Jakob Kemi <jak...@te...>
* Added support for native LDM stripe(RAID-0) volumes. (ldm_md.c)
(config option CONFIG_LDM_MD)
-2001-10-09 Jakob Kemi <jak...@te...>
+2001-10-09 Jakob Kemi <jak...@te...>
* Misc. fixes, support for partition types
* Added md autodetect
-2001-08-22 Richard Russon <ld...@fl...>
+2001-08-22 Richard Russon <ld...@fl...>
* Huge rewrite -- database now cached
@@ -83,5 +89,5 @@
* Comment blocks everywhere
-2000-07-26 Richard Russon <ld...@fl...>
+2000-07-26 Richard Russon <ld...@fl...>
* Version 0.0.4 released
@@ -89,5 +95,5 @@
* Merged prototype ldm and drive into ldminfo
-2000-07-03 Richard Russon <ld...@fl...>
+2000-07-03 Richard Russon <ld...@fl...>
* Version 0.0.3 released
@@ -96,5 +102,5 @@
* Debug logging is now a config option
-2000-06-26 Richard Russon <ld...@fl...>
+2000-06-26 Richard Russon <ld...@fl...>
* Version 0.0.2 released
@@ -103,5 +109,5 @@
* Added LOTS of logging
-2000-06-22 Richard Russon <ld...@fl...>
+2000-06-22 Richard Russon <ld...@fl...>
* Version 0.0.1 released
|