pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/couchdb



Module name:    wip
Committed by:   fhajny
Date:           Thu Sep 16 13:18:16 UTC 2010

Modified Files:
        wip/couchdb: Makefile PLIST distinfo
        wip/couchdb/patches: patch-ac

Log Message:
Updated couchdb to 1.0.1.

Changes in 1.0.1
* Fix data corruption bug COUCHDB-844. Please see the release notice
  for details.
* Added support for replication via an HTTP/HTTPS proxy.
* Fixed various replicator bugs for interop with older CouchDB versions.
* Show fields saved along with _deleted=true. Allows for auditing of deletes.
* Enable basic-auth popup when required to access the server, to prevent
  people from getting locked out.
* User interface element for querying stale (cached) views.

Changes in 0.11.2
* Replicator buxfixes for replicating design documents from secured databases.
* Better error messages on invalid URL requests.
* User documents can now be deleted by admins or the user.
* Avoid potential DOS attack by guarding all creation of atoms.
* Some Futon and JavaScript library bugfixes.
* Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack

Changes in 0.11.1
* Mask passwords in active tasks and logging.
* Update mochijson2 to allow output of BigNums not in float form.
* Added support for X-HTTP-METHOD-OVERRIDE.
* Disable jsonp by default.
* Accept gzip encoded standalone attachments.
* Made max_concurrent_connections configurable.
* Added continuous replication option to Futon.
* Added option to replicating test results anonymously to a community
  CouchDB instance.
* Allow creation and deletion of config entries in Futon.
* Fixed various UI issues in Futon.
* Fixed compatibility with the Erlang R14 series.
* Fixed warnings on Linux builds.
* Fixed build error when aclocal needs to be called during the build.
* Require ICU 4.3.1.
* Fixed compatibility with Solaris.
* Added authentication redirect URL to log in clients.
* Added authentication caching, to avoid repeated opening and closing
  of the users database for each request requiring authentication.
* Made authentication timeout configurable.
* Temporary views are now admin-only resources.
* Don't require a revpos for attachment stubs.
* Make file deletions async to avoid pauses during compaction and db deletion.
* Fixed for wrong offset when writing headers and converting them to blocks,
  only triggered when header is larger than 4k.
* Preserve _revs_limit and instance_start_time after compaction.
* Fixed timeout with large .ini files.
* Added tests for couch.js and jquery.couch.js
* Added various API features to jquery.couch.js
* Faster default view collation.
* Upgrade CommonJS modules support to 1.1.1.
* Added option to include update_seq in view responses.
* Fixed erlang filter funs and normalize filter fun API.
* Fixed hang in view shutdown.
* Refactored various internal APIs related to attachment streaming.
* Fixed hanging replication.
* Fixed keepalive issue.
* Allow global rewrites so system defaults are available in vhosts.
* Allow isolation of databases with vhosts.
* Made the test suite overall more reliable.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/couchdb/PLIST wip/couchdb/distinfo \
    wip/couchdb/patches/patch-ac
cvs -z3 rdiff -u -r1.4 -r1.5 wip/couchdb/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/couchdb/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/couchdb/distinfo?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/couchdb/patches/patch-ac?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/couchdb/Makefile?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index