diff --git a/AUTHORS b/AUTHORS index f65285a..a3dcfc7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,18 +1,28 @@ -davfs2 AUTHORS 2009-04-12 +davfs2 AUTHORS 2009-11-09 ------------------------- This package is based on davfs2 0.2.3 by Sun Kim and Robert Spier . This version is a complete rewrite by Werner Baumann. + The kernel interface definitions are copyright by -Miklos Szeredi and Carnegie Mellon University, respectively. +Miklos Szeredi and Carnegie Mellon University, respectively +(license text below). + +The files in the gl directory are from Gnulib +(http://www.gnu.org/software/gnulib/) and usually under GPL, +Copyright (C) Free Software Foundation. You should look at the +copyright notices of individual files before distributing them. + +The files in the config directory are from the GNU Autotools +and Gnulib. Each file has a short copyright notice. Copyright: ========== -Copyright (c) 2005, 2006, 2007, 2008, 2009 +Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Werner Baumann davfs2 is free software; you can redistribute it and/or modify diff --git a/ChangeLog b/ChangeLog index 02137af..3130f22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ ChangeLog for davfs2 -------------------- +2010-11-09 Werner Baumann (werner.baumann@onlinehome.de) + * Use Gnulib modules canonicalize and rpmatch + 2010-11-07 Werner Baumann (werner.baumann@onlinehome.de) * webdav.c: Make calls to iconv functions depend on HAVE_ICONV. diff --git a/NEWS b/NEWS index 8841731..91f47c0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,18 @@ # permitted in any medium without royalty. +What is new in davfs2 1.???? +=========================== + +davfs2 now uses Gnulib to solve portability issues. At the moment it +make use of modules canonicalize and rpmatch. If you build davfs2 on +some other system than standard GNU/Linux and encouter problems please +file an support request. Many of these problem should be sovable by +importing additional Gnulib modules. + +TODO + + What is new in davfs2 1.4.6 =========================== diff --git a/THANKS b/THANKS index d86597e..e10b46a 100644 --- a/THANKS +++ b/THANKS @@ -49,6 +49,7 @@ Masar monstruooo Muthu Kumar Scott Lamb +Erik Lat Andreas Lauser Holger Librenz Reddy T. Mahesh diff --git a/config/INSTALL.davfs2 b/config/INSTALL.davfs2 index 07c34e5..0c781aa 100644 --- a/config/INSTALL.davfs2 +++ b/config/INSTALL.davfs2 @@ -1,4 +1,4 @@ -2010-04-30 +2010-11-09 ---------- # Copyright (C) 2006, 2007, 2008, 2009, 2010 Werner Baumann @@ -7,7 +7,7 @@ # permitted in any medium without royalty. -DAVFS2 1.4.6 INSTALLATION +DAVFS2 1.???? INSTALLATION ========================= 1 UPDATING FROM PREVIOUS VERSION @@ -74,6 +74,10 @@ build tools: - GNU Automake 1.10 or newer - GNU gettext-tools 0.16.1 or newer - po4a 0.29 or newer +- Gnulib + The bootstrap script must be able to find gnulib-tool. For this you + should create a symboli link to gnulib-tool in a directory that is in + your PATH environment variable. Change into the top level source directory and run $ ./bootstrap