~ubuntu-branches/ubuntu/maverick/couchdb/maverick

« back to all changes in this revision

Viewing changes to share/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2010-08-16 19:45:48 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100816194548-cdm0mjqnbxjt5wa4
Tags: 1.0.1-0ubuntu1
* Upstream microrelease to address data loss (LP: #615224)
  - Fix data corruption bug COUCHDB-844. Please see
    http://couchdb.apache.org/notice/1.0.1.html for details.
  - Added support for replication via an HTTP/HTTP 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.
* debian/patches/auth_patch.patch dropped, included upstream.
* debian/patches/remove_users.patch dropped, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
    www/dialog/_login.html \
266
266
    www/dialog/_signup.html \
267
267
    www/dialog/_create_database.html \
 
268
    www/dialog/_create_config.html \
268
269
    www/dialog/_delete_database.html \
269
270
    www/dialog/_delete_document.html \
270
271
    www/dialog/_database_security.html \
 
272
    www/dialog/_share_test_reports.html \
271
273
    www/dialog/_save_view_as.html \
272
274
    www/dialog/_upload_attachment.html \
273
275
    www/document.html \
318
320
    www/script/jquery.resizer.js \
319
321
    www/script/jquery.suggest.js \
320
322
    www/script/json2.js \
 
323
    www/script/jspec/jspec.css \
 
324
    www/script/jspec/jspec.jquery.js \
 
325
    www/script/jspec/jspec.js \
 
326
    www/script/jspec/jspec.xhr.js \
321
327
    www/script/oauth.js \
322
328
    www/script/sha1.js \
323
329
    www/script/base64.js \
389
395
    www/script/test/view_pagination.js \
390
396
    www/script/test/view_sandboxing.js \
391
397
    www/script/test/view_xml.js \
 
398
    www/spec/couch_js_class_methods_spec.js \
 
399
    www/spec/couch_js_instance_methods_1_spec.js \
 
400
    www/spec/couch_js_instance_methods_2_spec.js \
 
401
    www/spec/couch_js_instance_methods_3_spec.js \
 
402
    www/spec/custom_helpers.js \
 
403
    www/spec/jquery_couch_js_class_methods_spec.js \
 
404
    www/spec/jquery_couch_js_instance_methods_1_spec.js \
 
405
    www/spec/jquery_couch_js_instance_methods_2_spec.js \
 
406
    www/spec/jquery_couch_js_instance_methods_3_spec.js \
 
407
    www/spec/run.html \
392
408
    www/status.html \
393
409
    www/style/layout.css \
394
410
    www/_sidebar.html