added Gnulib modules canonicalize and rpmatch

This commit is contained in:
wbaumann 2010-11-09 20:22:18 +00:00
parent fd3d1ff494
commit a49a4fb0e8
5 changed files with 35 additions and 5 deletions

16
AUTHORS
View File

@ -1,18 +1,28 @@
davfs2 AUTHORS 2009-04-12 davfs2 AUTHORS 2009-11-09
------------------------- -------------------------


This package is based on davfs2 0.2.3 by This package is based on davfs2 0.2.3 by
Sun Kim <hunkim@cs.ucsc.edu> and Sun Kim <hunkim@cs.ucsc.edu> and
Robert Spier <robrt@users.sourceforge.net>. Robert Spier <robrt@users.sourceforge.net>.
This version is a complete rewrite by Werner Baumann. This version is a complete rewrite by Werner Baumann.

The kernel interface definitions are copyright by 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:
========== ==========


Copyright (c) 2005, 2006, 2007, 2008, 2009 Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010
Werner Baumann <werner.baumann@onlinehome.de> Werner Baumann <werner.baumann@onlinehome.de>


davfs2 is free software; you can redistribute it and/or modify davfs2 is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,9 @@
ChangeLog for davfs2 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) 2010-11-07 Werner Baumann (werner.baumann@onlinehome.de)
* webdav.c: * webdav.c:
Make calls to iconv functions depend on HAVE_ICONV. Make calls to iconv functions depend on HAVE_ICONV.

12
NEWS
View File

@ -4,6 +4,18 @@
# permitted in any medium without royalty. # 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 What is new in davfs2 1.4.6
=========================== ===========================



1
THANKS
View File

@ -49,6 +49,7 @@ Masar <masarlabs@users.sourceforge.net>
monstruooo <monstruooo@users.sourceforge.net> monstruooo <monstruooo@users.sourceforge.net>
Muthu Kumar <kmkumar@users.sourceforge.net> Muthu Kumar <kmkumar@users.sourceforge.net>
Scott Lamb <slamb@users.sourceforge.net> Scott Lamb <slamb@users.sourceforge.net>
Erik Lat <erik.lat@htbindustries.org>
Andreas Lauser <andlaus@users.sourceforge.net> Andreas Lauser <andlaus@users.sourceforge.net>
Holger Librenz <me@holger-librenz.de> Holger Librenz <me@holger-librenz.de>
Reddy T. Mahesh <tmahesh@users.sourceforge.net> Reddy T. Mahesh <tmahesh@users.sourceforge.net>

View File

@ -1,4 +1,4 @@
2010-04-30 2010-11-09
---------- ----------


# Copyright (C) 2006, 2007, 2008, 2009, 2010 Werner Baumann # Copyright (C) 2006, 2007, 2008, 2009, 2010 Werner Baumann
@ -7,7 +7,7 @@
# permitted in any medium without royalty. # permitted in any medium without royalty.




DAVFS2 1.4.6 INSTALLATION DAVFS2 1.???? INSTALLATION
========================= =========================


1 UPDATING FROM PREVIOUS VERSION 1 UPDATING FROM PREVIOUS VERSION
@ -74,6 +74,10 @@ build tools:
- GNU Automake 1.10 or newer - GNU Automake 1.10 or newer
- GNU gettext-tools 0.16.1 or newer - GNU gettext-tools 0.16.1 or newer
- po4a 0.29 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 Change into the top level source directory and run
$ ./bootstrap $ ./bootstrap