~ubuntu-branches/ubuntu/lucid/couchdb/lucid

« back to all changes in this revision

Viewing changes to etc/default/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2009-09-10 11:35:54 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910113554-dnk88gci7ap66iyp
Tags: 0.10.0~svn813472-0ubuntu1
* New snapshot of couchdb 0.10.x stable prerelease branch
  - pass config reset option to recursed background startup (LP: #424330)
    closes COUCHDB-498
  - Fix for building on snow leopard COUCHDB-490
  - Fix SSL replication (LP: #422178) COUCHDB-491
  - Fix continuous-after-normal replication
  - Use the same password hash calculation for user creation via ini
    file and user db, closes COUCHDB-492
  - Fix for WebKit XHR, closes COUCHDB-483
  - Don't check for response code text, closes COUCHDB-482
  - Remove a debugging leftover

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
INSTALL_PROGRAM = @INSTALL_PROGRAM@
94
94
INSTALL_SCRIPT = @INSTALL_SCRIPT@
95
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
96
JSLIB = @JSLIB@
96
97
LD = @LD@
97
98
LDFLAGS = @LDFLAGS@
98
99
LIBOBJS = @LIBOBJS@