davfs2 (1.2.1-3ubuntu1) hardy; urgency=low * debian/control, debian/rules, debian/patches/00list: - added dpatch support * debian/patches/umount_errors.dpatch: - patch to fix umount errors (LP: #178650) (patch from Adrian Bridgett) * debian/control: - updated Maintainer field -- Mario Bonino Thu, 27 Dec 2007 13:11:59 +0100 davfs2 (1.2.1-3) unstable; urgency=low * DebConf7 release. * Use "distclean" instead of "clean" (closes: #424174). Thanks to Felipe . * Better English in debconf templates and control file (closes: #426981) * New/improved debconf translations available: - New Vietnamese translation (closes: #427734). - Improved German translation (closes: #429859). - Improved Spanish translation. - New Galician translation (closes: #427621). - New Portuguese translation (closes: #427688). - New Swedish translation (closes: #427779). - Improved Czech translation (closes: #427937). - New Tamil translation (closes: #428121). - New Russian translation (closes: #428856). -- Luciano Bello Wed, 20 Jun 2007 16:22:49 -0300 davfs2 (1.2.1-2) unstable; urgency=low * Fixed the debconf postinst (closes: #422993). -- Luciano Bello Sun, 13 May 2007 17:05:37 -0300 davfs2 (1.2.1-1) unstable; urgency=low * New upstream version 1.2.1 (closes: #407195, #418489). - Localized versions supported in manpages and messages. - Needs a a system user 'davfs2' and a system group 'davfs2'. No longer group 'users'. - Supports client/server certificates. - Translate the encoding of file names. * Configuration scripts improved. * No more template is used (closes: #417559). * Fixed interoperation problems with the gmx-server (closes: #393349, #407195). * Debconf templates in cs, de, es, fr, ja.po and nl.po. Not full translation available in some cases (closes: #413221, #414153, #418898, #409235) -- Luciano Bello Thu, 26 Apr 2007 00:31:08 -0300 davfs2 (1.1.2-3) unstable; urgency=high * Urgency high due RC bug fix. * When using fuse file system, kernel version 7, davfs2 do not crash anymore (closes: Bug#404747). -- Luciano Bello Fri, 29 Dec 2006 14:52:33 -0300 davfs2 (1.1.2-2) unstable; urgency=medium * Acknowledge NMU (closes: Bug#394845, #396988). * The copyright file links to GPL-2 insted of GPL because the license is "GPLv2" and no "GPLv2 or any later version" -- Luciano Bello Sun, 5 Nov 2006 15:03:00 -0300 davfs2 (1.1.2-1.1) unstable; urgency=medium * NMU. * Defined O_FSYNC and O_ASYNC in src/cache.h (closes: #394845). -- Anibal Monsalve Salazar Sat, 04 Nov 2006 12:17:23 +1100 davfs2 (1.1.2-1) unstable; urgency=low * New upstream version 1.1.2. - Fuse kernel file system support besides coda. - Support for large files (> 2 GiByte) added. - Sets a timeout for locks on the server (if the server supports it). - The rules for encoding, escaping or quoting URLs with spaces have been changed. - Configuration files allows to set configuration options differently for different mount points. - MOVE method fixed (closes:#367820). - New options: kernel_fs, buf_size, backup_dir, get_wait, lock_timeout and lock_owner. The command line and fstab options askauth, nolocks and useproxy are deprecated (but still possible). * Debconf checks if the sysadmin's changes the files permissions with dpkg-statoverride before chmod it. * Doesn't put documentation in /usr/share/davfs2 anymore (closes:#388404). * Upstream's README have not aplicable or releavent information, so not included any more (closes:#388405). * Debconf translation to Czech (closes:#369097) and French (closes:#372293) included. * Update build dependency to newly supported libneon26-dev. -- Luciano Bello Sat, 07 Oct 2006 20:43:06 -0300 davfs2 (1.0.2-1) unstable; urgency=low * The "Almost rewriten at the 100%" release. * New upstream version 1.0.2. - The binary doesn't depend on the kernel version anymore. - Mounted file systems may now be shared among local users. - Many new configuration options. * Non-root use configurable with debconf. (Thanks to Otavio Salvador for debugging) (closes: #358933) -- Luciano Bello Sat, 13 May 2006 18:44:26 -0300 davfs2 (0.2.8-1) unstable; urgency=low * New upstream version 0.2.8. - The directory in /var/run can be flush in each reboot (closes: Bug#348796). - Support neon 0.24 and 0.25 * Allows to give usernames/groupnames instead of uid/gid (closes: Bug#310976). -- Luciano Bello Thu, 09 Mar 2006 00:48:11 -0300 davfs2 (0.2.7-1) unstable; urgency=low * New upstream version 0.2.7. - Allow mounting even if the server is momentarily unreachable with the option 'mountanyway'. - Better interoperation with MS IIS. - Save open files and release locks when closing - Added support to handle urls with and without trailing slash * Removed typecast from return value of a funtion, solving the implicitly converted pointer issues (closes: Bug#327279). -- Luciano Bello Wed, 04 Jan 2006 00:06:56 -0300 davfs2 (0.2.6-1) unstable; urgency=high * New upstream version 0.2.6. - Problems building in few architectures (especialy 64 bits architectures) fixed - RC bug (closes: Bug#327305). - Trailing '/' in directories fixed (closes: Bug#324968). - Checking group membership of process instead of group-file (may differ if group-file is changed while the user is logged in). - Manual page problem fixed (closes: Bug#328099). * Implicitly converted pointer fixed, thanks Dann Frazier (closes: Bug#327279). * Few adaptations (most of the paths file) in the manual page to Debian users and other corrections (closes: Bug#328677). * Fixed permissions on /var/run/mount.davfs to permit non-root users to use it (closes: Bug#328679). * Fixed pointer-pointer-error included in CVS. -- Luciano Bello Tue, 04 Oct 2005 15:02:01 -0300 davfs2 (0.2.4-1) unstable; urgency=high * New upstream version 0.2.4. - Solve CAN-2005-1774 .Permit users to mount their owns resources, considering the right permissions (closes: Bug#310757). - Configuration is allocated in a config file. - Support for SSL certificates. * The source doesn't unnecessary build libraries any more. * Support for URLs with spaces are included now (closes: Bug#311286). * Support for kernels 2.4 and 2.6 through a script wrapper (closes: Bug#303533). -- Luciano Bello Mon, 1 Aug 2005 21:41:35 -0300 davfs2 (0.2.3-2) unstable; urgency=low * Create /sbin/mount.davfs symlink, thanks Hervé Eychenne (closes: Bug#304719) -- Luciano Bello Tue, 10 May 2005 00:48:12 -0300 davfs2 (0.2.3-1.1) unstable; urgency=high * Non-maintainer upload. * Urgency high due RC bug fix. * debian/rules: clean target: remove config.status, use clean instead of distclean, thanks Guido Guenther (closes: Bug#307085). -- Luk Claes Wed, 4 May 2005 21:59:08 +0200 davfs2 (0.2.3-1) unstable; urgency=low * Initial release (closes: Bug#127502). -- Luciano Bello Wed, 02 Mar 2005 11:37:15 -0300