pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/couchdb



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Dec 20 14:08:55 UTC 2011

Modified Files:
        pkgsrc/databases/couchdb: Makefile distinfo
        pkgsrc/databases/couchdb/patches: patch-aa patch-ab patch-ae
Added Files:
        pkgsrc/databases/couchdb/patches:
            patch-src__couchdb__priv__couch_js__utf8.h

Log Message:
Update couchdb to 1.1.1.

Changes:
* Support SpiderMonkey 1.8.5
* Add configurable maximum to the number of bytes returned by _log.
* Allow CommonJS modules to be an empty string.
* Bump minimum Erlang version to R13B02.
* Do not run deleted validate_doc_update functions.
* ETags for views include current sequence if include_docs=true.
* Fix bug where duplicates can appear in _changes feed.
* Fix bug where update handlers break after conflict resolution.
* Fix bug with _replicator where include "filter" could crash couch.
* Fix crashes when compacting large views.
* Fix file descriptor leak in _log
* Fix missing revisions in _changes?style=all_docs.
* Improve handling of compaction at max_dbs_open limit.
* JSONP responses now send "text/javascript" for Content-Type.
* Link to ICU 4.2 on Windows.
* Permit forward slashes in path to update functions.
* Reap couchjs processes that hit reduce_overflow error.
* Status code can be specified in update handlers.
* Support provides() in show functions.
* _view_cleanup when ddoc has no views now removes all index files.
* max_replication_retry_count now supports "infinity".
* Fix replication crash when source database has a document with empty ID.
* Fix deadlock when assigning couchjs processes to serve requests.
* Fixes to the document multipart PUT API.
* Fixes regarding file descriptor leaks for databases with views.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/couchdb/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/couchdb/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/couchdb/patches/patch-aa \
    pkgsrc/databases/couchdb/patches/patch-ab
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/couchdb/patches/patch-ae
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/databases/couchdb/patches/patch-src__couchdb__priv__couch_js__utf8.h

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




Home | Main Index | Thread Index | Old Index