File cadaver.changes of Package cadaver
-------------------------------------------------------------------
Mon Oct 13 17:17:31 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.28
* Add 'resumeget', 'head' commands.
* Cosmetic tweak for 'propget' command.
* Allow using 'edit' on an already-locked resource.
* 'edit' uses a conditional PUT (where possible) to avoid
conflicts.
version 0.27:
* Opening a location which does not indicate DAV class 1
support is now an error (or a warning in tolerant mode).
* Removed obsolete BUGS, INTEROP, FAQ documents.
* Fixed memory leaks in 'cat', 'less' commands.
* Rewrite of remote tab-completion to work for arbitrary paths.
* Fixes and improvements for glob (filename expansion) support:
+ glibc glob() will be used if available in preference to
bundled code.
+ remote wildcards are now expanded across paths (e.g.
'rm */*.html').
* Add client-cert-uri option for neon 0.35+.
* Update bundled neon to 0.35.0; neon 0.29.x or later required.
-------------------------------------------------------------------
Wed Apr 2 13:51:12 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.26:
* Argument passed to "cadaver" must now be an absolute URI,
various pseudo-URLs are now treated as errors.
* Rewrite of path and character set handling, fixing support
for locales using non-UTF-8 character encoding:
- URI paths are translated to/from the native character
encoding
- nl_langinfo() used to detect UTF-8 locale support
- full relative path resolution is now done for paths
- "get" now uses a locale-native default filename (issue #33)
- iconv (or libiconv) is required for non-UTF-8 native locales
* Fix memory leak in remote filename completion.
* Various commands will now automatically act on the destination
of a redirect as required rather than failing.
* Rewrite of 'copy' and 'move' commands:
- a source collection is moved/copied inside a destination
coll rather than overwriting it.
- more error cases are disallowed (e.g. 'mv / /foo')
- a source collection with a non-collection destination now
fails
* New 'rename' command added for MOVE with 'Overwrite: F'
- this ignores the 'overwrite' boolean option unlike cp/mv
* Various minor command fixes:
- propget: output improved for clarity.
- rmcol: lock handling on error path fixed.
- less: catch errors from pager command.
* Added 'systemproxy' option to enable libproxy.
* Update to neon 0.34.0.
- Changes from version 0.25:
* Support bundled neon build again.
- Changes from version 0.24:
* Modernize configure scripts
- fixing cross-compilation support
* Various spelling fixes
* Cosmetic fix for "cat" output
* Bundled neon support is not supported
* Support building against neon up to 0.32
- Drop patches no longer needed:
* cadaver-neon.patch
* cadaver-0.23.2-strncat.patch
- Split out a lang package.
- Specfile cleanups.
-------------------------------------------------------------------
Sun Apr 27 16:25:25 UTC 2014 - crrodriguez@opensuse.org
- Fix build with SSLv2 disabled, use of bundled neon library
was the cause (cadaver-neon.patch)
-------------------------------------------------------------------
Thu Jun 27 13:12:38 UTC 2013 - coolo@suse.com
- avoid auto*, fixes build
-------------------------------------------------------------------
Tue Mar 20 14:46:41 UTC 2012 - toganm@opensuse.org
- remove obsoluted %suse_update_config macro
-------------------------------------------------------------------
Thu Dec 1 16:03:36 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Sat Sep 17 21:59:57 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Mon Sep 6 11:56:42 UTC 2010 - coolo@novell.com
- update to 0.23.3
* Update to neon 0.29.1
-------------------------------------------------------------------
Wed Feb 10 17:27:03 UTC 2010 - jengelh@medozas.de
- SPARC requires large PIE
-------------------------------------------------------------------
Wed Mar 19 16:39:37 CET 2008 - prusnak@suse.cz
- updated to 0.23.2
* fix "make install" with NLS builds
* update to neon 0.28.0
-------------------------------------------------------------------
Tue Sep 25 11:54:13 CEST 2007 - prusnak@suse.cz
- updated to 0.23.0
* sync with neon library 0.27.0 (drop support for older versions)
* fix 'search contains'
* add DESTDIR support to 'make install'
- dropped obsolete patches:
* makefilein.diff (included in update)
-------------------------------------------------------------------
Wed Jan 24 14:06:32 CET 2007 - prusnak@suse.cz
- update to 0.22.5
* sync to neon library 0.26.3
* document netrc support in man page
-------------------------------------------------------------------
Thu Dec 14 11:03:56 CET 2006 - prusnak@suse.cz
- fixed 3rd argument in strncat functions
-------------------------------------------------------------------
Wed Aug 16 01:48:56 CEST 2006 - ro@suse.de
- call gettextize (MKINSTALLDIRS problem)
-------------------------------------------------------------------
Thu Jul 20 19:43:32 CEST 2006 - olh@suse.de
- use systen neon library
-------------------------------------------------------------------
Wed Jun 14 23:49:36 CEST 2006 - dmueller@suse.de
- build parallel
-------------------------------------------------------------------
Wed Jan 25 21:34:48 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 12 16:38:40 CET 2006 - mjancar@suse.cz
- update to 0.22.3
-------------------------------------------------------------------
Mon Jun 20 16:29:30 CEST 2005 - ro@suse.de
- build as pie
-------------------------------------------------------------------
Tue Jun 08 10:27:03 CEST 2004 - mjancar@suse.cz
- update to 0.22.2
* fix security problem in libneon (#41725)
-------------------------------------------------------------------
Thu Feb 26 18:15:06 CET 2004 - mjancar@suse.cz
- update to 0.22.0
-------------------------------------------------------------------
Thu Nov 6 11:55:00 CET 2003 - schwab@suse.de
- Fix quoting in configure script.
-------------------------------------------------------------------
Thu Jul 24 19:12:25 CEST 2003 - mjancar@suse.cz
- update to 0.21.0
-------------------------------------------------------------------
Thu Oct 10 17:45:16 CEST 2002 - prehak@suse.cz
- update to version 0.20.5
-------------------------------------------------------------------
Sun Aug 4 15:33:27 CEST 2002 - vinil@suse.cz
- readline added to neededforbuild
-------------------------------------------------------------------
Mon Jul 15 02:45:40 CEST 2002 - poeml@suse.de
- allow build on SuSE Linux 7.3 and 8.0
-------------------------------------------------------------------
Fri Jul 12 09:27:35 CEST 2002 - prehak@suse.cz
- initial version 0.19.1
- used AC_LIBOBJ macro instead of directly modifying LIBOBJS
in configure.in (created cadaver.dif)
- fixed install paths in Makefile.in
- build with OpenSSL support