Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv15955
Modified Files:
AUTHORS CREDITS autogen.sh
Log Message:
Change contact address to -dev. Add Mario to project members. Add zhanglinbao to CREDITS for his big-endiness testing and fixes. Add my mail address. anti-spam changes (if it helps nowdays). Misc changes. (Yuval, Szaka)
Index: AUTHORS
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/AUTHORS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- AUTHORS 20 Jun 2005 14:31:30 -0000 1.12
+++ AUTHORS 27 Oct 2006 13:00:08 -0000 1.13
@@ -1,10 +1,12 @@
-ntfsprogs is written and maintained by Anton Altaparmakov <ai...@ca...>.
+ntfsprogs is written and maintained by the Linux-NTFS project, you can contact
+us at <linux-ntfs-dev at lists.sf.net>.
-Current active developers on the project are (in alphabetical order):
+Current active project members are (in alphabetical order):
-Anton Altaparmakov <ai...@ca...>
-Yuval Fledel (no email address on request)
-Yura Pakhuchiy <pak...@gm...>
-Richard Russon <nt...@fl...>
-Szakacsits Szabolcs <sz...@si...>
+Anton Altaparmakov <aia21 at cantab.net>
+Mario Emmenlauer <mario at emmenlauer.de>
+Yuval Fledel <yuvalfl at gmail.com>
+Yura Pakhuchiy <pakhuchiy at gmail.com>
+Richard Russon <ntfs at flatcap.org>
+Szabolcs Szakacsits <szaka at sienet.hu>
Index: CREDITS
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/CREDITS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- CREDITS 23 Feb 2006 00:36:33 -0000 1.26
+++ CREDITS 27 Oct 2006 13:00:08 -0000 1.27
@@ -3,8 +3,8 @@ project.
The list is sorted alphabetically, so please keep it this way!
-Please let me know (email Anton Altaparmakov <ai...@ca...>) if you believe
-someone is missing or if you prefer to not be listed.
+Please contact <linux-ntfs-dev at lists.sf.net> if you believe someone is
+missing or if you prefer not to be listed.
Alexei Alexandrov <ale...@ho...>
Index: autogen.sh
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/autogen.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- autogen.sh 20 Jun 2005 14:31:42 -0000 1.9
+++ autogen.sh 27 Oct 2006 13:00:08 -0000 1.10
@@ -1,5 +1,5 @@
#!/bin/bash
-# Run this to generate all the initial makefiles, etc.
+# Run this to generate configure, Makefile.in's, etc
if test "$srcdir" == ""; then
srcdir=.
|