
Version - 0.5.0

** Bug
    * [DMC-629] - Bulk davs deletion seems to fail every 18 operations as a clock
    * [DMC-630] - Davix: davposix and davfile stat on S3 objects defaults to HTTP head request, bypasses signing
    * [DMC-660] - Davix-put does not recognize the --verbose option ?
    * [DMC-671] - Davix: S3 Uri transformer incorrectly assumes all operations are done without SSL
    * [DMC-675] - Found a host that hangs Davix indefinitely
    * [DMC-447] - Davix SSL Error needs to be clarified
    * [DMC-569] - Davix: libneon has problems with the handling of corrupted or invalid ceritificate
    * [DMC-691] - davix-put returns 0 ( =OK ) in case of permission denied
    * [DMC-699] - Bad regression bugs
    * [DMC-707] - Davix: xml parser does not handle multi-status response correctly for delete
    * [DMC-193] - DAVIX: Transform and simply the rety mechanism on davix
    * [DMC-633] - Connection timeout is sometimes triggered before the deadline when the global timeout is default.

** Improvement
    * [DMC-614] - Davix: Add hierarchical file listing support for S3 bucket
    * [DMC-621] - Davix: Add last modified date/time to S3 long listing
    * [DMC-631] - Davix: Add virtual S3 directory stats request handling
    * [DMC-634] - Davix: Add configurable max-keys param for S3 list object request
    * [DMC-658] - Davix: Add functionality to support uploading and downloading collections
    * [DMC-700] - Davix-get should not retry 10 times on err 403 (and maybe others)
    * [DMC-702] - Davix: Implement Content-Type and Content-MD5 signing for S3 requests
    * [DMC-715] - Davix: Implement multi-threaded crawler for recursive directory listing
    * [DMC-716] - Davix: Allow user to specify the number of threads for recursive operations
    * [DMC-718] - Davix can't copy a 0-sized file

** New Feature
    * [DMC-665] - Add support for 3rd party copy FROM dav TO s3
    * [DMC-693] - Add support for pulling http 3rd party copies

** Suggestion
    * [DMC-668] - Davix-rm: bulk/folder remove

** Task
    * [DMC-624] - No decent error message if certificate or key are not readable
    * [DMC-695] - Makes recursive operations on directory optional rather than default (davix-get/put)
    * [DMC-703] - Davix: Remove gridsite dependency
    * [DMC-708] - Davix: Add new parser for S3 multi-objects deletion response
    * [DMC-711] - Davix: Update banner in source files with correct copyright info
    * [DMC-713] - Shall the davix recursive crawler ignore more common errors and continue ?


    
Version - 0.4.0
** Bug Fixes
    * [DMC-443] - Wrong section in .TH tag for libdavix.3
    * [DMC-444] - Fix SSL Error related to too big digest (reported by Martin)
    * [DMC-472] - Fix Davix follows redirection automatically even though redirectionSupport is switched off
    * [DMC-501] - Fix SIGPIPE error with OpenSSL in Davix
    * [DMC-518] - Fix POODLE vulnerability CVE-2014-3566 affects libneon, then davix
    * [DMC-538] - Fix davix cmd line tool print an error in case of double authentication x509 -> login/password
    * [DMC-547] - Update the functional tests
    * [DMC-554] - Fix Thread-safety issue in the new davix logger system
    * [DMC-564] - Fix issue: Libneon does not set OpenSSL thread callback for some plateforms ( Ubuntu )
    * [DMC-571] - Fix compilation warnings on the libneon part
    * [DMC-573] - Reinforce auto retry mechanism  (dCache Door problem)
    * [DMC-581] - Solve portability problem under OSX/BSD due to the new hard timeout support
    * [DMC-586] - Fix
** Improvement
    * [DMC-474] - Log response body on http 3rd party copies
    * [DMC-476] - Delegation v2 support needed
    * [DMC-503] - Implement checksum support for S3 interface via Davix::File::checksum
    * [DMC-534] - Davix: re-design the logger to be more user friendly and easier to tune
** New Feature
    * [DMC-498] - S3 bucket creation support
    * [DMC-499] - S3 checksum support
    * [DMC-182] - Implement a list bucket feature for davix on the opendir/readdir model
    * [DMC-505] - Hard timeout support
    * [DMC-535] - Implement move operation in the File API
    * [DMC-552] - DAVIX: improve PUT operation support in the file API


Version - 0.3.6
Bug fixs:
    * [LCGUTIL-418] - DAVIX: Solve OpenSSL issue with davix cmd line tools and password shell
    * [LCGUTIL-475] - davfile.getToFd does not return the number of bytes read, but 0 on success
    * [LCGUTIL-478] - Davix 32 bits ABI break problem
    * [LCGUTIL-480] - Davix maps badly http statuses to errno


Version - 0.3.4
Bug fixs:
    * [LCGUTIL-410] - davix-cp help is not up to date and confusing
    * [LCGUTIL-411] - davix-cp does not support the profile features of the davix command line tool
    * [LCGUTIL-454] - Davix: libneon ignores connexion timeout
    * [LCGUTIL-455] - DAVIX: bug reported by johannes concerning dCache and very long connexion re-use
    * [LCGUTIL-456] - LCGUTIL: davix under heavy I/O usage for vector query send sometimes empty vector query


Version - 0.3.1
Main changes:
- Support for transparent fail-over based on Metalink, supported by all read I/O with HTTP
- Multi-Range support compatible with TDavixFile/ROOT 5/6 
		-> tested and working for dCache, DPM, Apache2, EOS, DynaFed, Owncloud, S3
- Implement SOCKS5 support based on libneon
- Add support for POSIX write operations, davix can now be used to write remotely on top of POSIX layer.
- Add getReplicas call, allowing to list replica of a resources using Metalink
- Introduce Checksum calculation feature
- Extend the command line tool with davix-mkdir, davix-rm
- Add long listing option to davix-ls -l
- Add the -P options to all command line tools, can be used to enable the usage of pre-defined profile
		-> For instance "davix-ls -P grid davs://grid-storage.com/" enable all grid extensions for davix-ls
- Introduce a callback mechanism, allowing to intercept event inside davix based on std::function
- Drop internal library for boost ( dependency optional, git submodule )
- The "davix" http query tool is renamed "davix-http" 
- First port on cygwin
- Add --headers options for OAuth spport to all command line tools
- Add --trace-headers options to all command line tools for query debugging
- create man pages for each cmd line tool
- Reduce default connextion timeout from 180s to 30s

List Of JIRA tickets solved :
    * [LCGUTIL-170] - Davix : Correct important coverity warnings
    * [LCGUTIL-275] - Double HEAD coming from gfal-copy/gfal2/davix (?) relies on KeepAlive
    * [LCGUTIL-301] - Create Davix MetalinkParser and test it
    * [LCGUTIL-302] - Implement replicas selector from Metalink parsers
    * [LCGUTIL-103] - DAVIX: Evaluate performance of Http based IO and compare with other protocols ( gsiftp, xrootd )
    * [LCGUTIL-154] - Davix: koji build hangs forever on rawhide
    * [LCGUTIL-162] - DAVIX: portability issue seen on Win32 plateform
    * [LCGUTIL-172] - Davix posix write does not handle failures correctly
    * [LCGUTIL-174] - DAVIX : Add a request parameter flag in order to disable completely any session reuse 
    * [LCGUTIL-188] - Davix: prefixed install problem with cmake 2.8.7
    * [LCGUTIL-196] - Davix & TDavixFile : map the main option to the ROOT Open file
    * [LCGUTIL-318] - DAVIX: storm webdav parsing problem
    * [LCGUTIL-341] - DAVIX: redirection caching problem with dCache instance
    * [LCGUTIL-348] - gfal-copy produces misleading error
    * [LCGUTIL-357] - gfal2-http fails to create the directories on 3rd party copies
    * [LCGUTIL-383] - Merge fixes for 405 error mapping and discard body after a request is done
    * [LCGUTIL-73] - DAVIX: design an API for advanced meta-link file management.
    * [LCGUTIL-119] - DAVIX: implement a simple transparent failover case using meta-link.
    * [LCGUTIL-344] - DAVIX : simplify davix code using boost, internal boost version is needed for ROOT usage
    * [LCGUTIL-370] - DAVIX : rename davix cmd line tool to davix-http in order to avoid confusion
    * [LCGUTIL-407] - DAVIX: Implement basic SOCKS5 support for Davix 
    * [LCGUTIL-408] - DAVIX: Add a "load module" feature to davix
    * [LCGUTIL-113] - Davix misses a getReplicas function
    * [LCGUTIL-115] - DAVIX: split clearly the C API and the C++ API 
    * [LCGUTIL-116] - DAVIX: export the IO buff map functions to the Object API 
    * [LCGUTIL-339] - DAVIX: add support for login/password HTTP auth when URL contains login/password 
    * [LCGUTIL-19] - add third party transfer support inside davix ( gfal 2.0 need )
    * [LCGUTIL-175] - DAVIX: add options in order to display only request headers to the logging system
    * [LCGUTIL-246] - DAVIX : Add support for davix command line tools for plain encrypted PEM credential 
    * [LCGUTIL-336] - DAVIX : error in case of separated cred and key usage
    * [LCGUTIL-337] - Davix: Support 303 redirection code for GET Operation too
    * [LCGUTIL-338] - Davix : Support for file request parameter level personalized header
    * [LCGUTIL-369] - Davix: add cmd line tool for simple collection creation ( mkdir )
    * [LCGUTIL-371] - DAVIX : abi break between 0.2.8, and 0.3 : an ABI break has been detected on davix, this need to be fixed
    * [LCGUTIL-372] - DAVIX: add simple stupid option --headers to display request headers of any operations with davix
    * [LCGUTIL-373] - DAVIX : fix compilation problems and warning on OSX with clang compilation
    * [LCGUTIL-375] - DAVIX: prepare internal IO stack for Metalink usage, Rucio parsing and s3 bucket parsing
    * [LCGUTIL-379] - DAVIX: Fix misleading Connexion timeout debug message
    * [LCGUTIL-381] - DAVIX: include man page for the software distribution
    * [LCGUTIL-394] - DAVIX: bad_alloc throw by davix in some case with dCache endpoints
    * [LCGUTIL-409] - DAVIX: implement POSIX partial write support with davix


Version - 0.2.8
    * [LCGUTIL-197] - Davix : bug inside the vector request system : vector request split to "one" range can trigger parsing problem
    * [LCGUTIL-333] - Improve Davix setup on OSX
    * [LCGUTIL-327] - DAVIX: add long listing support to davix-ls 
    * [LCGUTIL-274] - add an error code "redirection needed" to davix status errors


Version - 0.2.7
- remove several GNU ext dependency
- first version stable for TDavixFile/TDavixSystem
- include prefetching support
- several minor bug fixes
- fix a problem related to stat() mode flag in plain http mode
- clean of old C error code system


Version - 0.2.5
- support for S3 auth tokens
- add external gtest support
- simplify build system
- remove strlcpy dependency
- add several Meta-data operation support
- support for very large Vector IO query ( > 1000 chunks )
- support for IO prefecthing
- add initial tools
- bug fixe in the session reuse system
- bug fixe in the redirection system
- add stream support for Davix Uri
- clean and re-organize headers
- add support for dav:// davs:// s3:// and s3s:// schemes
- several warnings correction from coverity scan
- resolve several packaging issues
- Inclusion of the prototype davix_copy feature: third party copy based on HTTP


Version - 0.2.0
- Initial Stable version
- Support POSIX and FILE API
- Remote I/O read only
- support for S3
- support for X509 / VOMS / Proxy credential
- support for Vector IO
- support for session reuse
