Change logs for couchdb source package in Natty

  • couchdb (1.0.1-0ubuntu15) natty; urgency=low
    
      * Rebuild against latest libmozjs, since we turned on --enable-threadsafe
      * Also switch to using pkg-config rather than using the js-config script
        shipped by libmozjs. The latter is totally broken since turning on
        --enable-ctypes
        - update debian/patches/moz0002-libmozjs.patch
        - update debian/patches/moz0003-spidermonkey1.8.5_autotools.patch
        - Fixes (LP: #758895)
     -- Chris Coulson <email address hidden>   Fri, 15 Apr 2011 13:21:56 +0100
  • couchdb (1.0.1-0ubuntu14) natty; urgency=low
    
      * Build against a proper libmozjs \o/
        - FFe LP: #740815
      * Note, we rename a couple of existing patches so that they apply in the
        right order and the names make sense
        - rename mozjs2.0.patch => moz0001-spidermonkey1.8.5.patch
        - rename mozjs2.0_autotools.patch =>
           moz0003-spidermonkey1.8.5_autotools.patch
      * Drop unneeded patch which added LD_LIBRARY_PATH kludge
        - remove debian/patches/mozjs1.9_ldlibpath.patch
      * Add support to build system for configuring mozjs with js-config
        - add debian/patches/moz0002-libmozjs.patch
      * Update build-depends/depends/build config (we no longer need the --with-js
        build flags)
        - update debian/rules
        - update debian/control
      * Refresh debian/patches/moz0003-spidermonkey1.8.5_autotools.patch
     -- Chris Coulson <email address hidden>   Thu, 24 Mar 2011 01:02:03 +0000
  • couchdb (1.0.1-0ubuntu13) natty; urgency=low
    
      * Fix LP: #736847 - couchjs doesn't search in xulrunner release path
        for libmozjs. I made it search in all paths for the 2.0 beta and
        point releases, but missed this one. D'oh!
        - update debian/mozjs1.9_ldlibpath.patch
     -- Chris Coulson <email address hidden>   Fri, 18 Mar 2011 00:09:31 +0000
  • couchdb (1.0.1-0ubuntu12) natty; urgency=low
    
      * debian/patches/jquery15-fix.patch: Make Futon work with jQuery 1.5 via
        git commit 064a1d9483cfa33bd0fcc97cb1d97e8e342fdeaf (LP: #716237)
     -- Jason Gerard DeRose <email address hidden>   Fri, 04 Mar 2011 11:08:10 +0100
  • couchdb (1.0.1-0ubuntu11) natty; urgency=low
    
      * Fix LP: #725064 - Rebuild for libmozjs ABI breakage, again :(
     -- Chris Coulson <email address hidden>   Mon, 28 Feb 2011 10:48:58 +0000
  • couchdb (1.0.1-0ubuntu10) natty; urgency=low
    
      * Rebuild due to ABI break in libmozjs
      * Update to use a single compartment. This avoids some assertions that
        were happening when running against debug builds of libmozjs
        - update debian/mozjs2.0.patch
     -- Chris Coulson <email address hidden>   Tue, 08 Feb 2011 12:18:20 +0000
  • couchdb (1.0.1-0ubuntu9) natty; urgency=low
    
      * Fix LP: #709324 - couchjs crashes with SIGSEGV in JS_EvaluateUCScript.
        Guard calls in the sandbox context with the new
        JS_{Enter/Leave}CrossCompartmentCall API
        - update debian/patches/mozjs2.0.patch
        - update debian/patches/mozjs2.0_autotools.patch
     -- Chris Coulson <email address hidden>   Sat, 29 Jan 2011 02:52:44 +0000
  • couchdb (1.0.1-0ubuntu8) natty; urgency=low
    
      * Fix LP: #707774 - couchjs crashed with SIGSEGV in JS_NewGlobalObject(),
        since compartments landed. Use JS_NewCompartmentAndGlobalObject instead
        - update debian/patches/mozjs2.0.patch
        - update debian/patches/mozjs2.0_autotools.patch
     -- Chris Coulson <email address hidden>   Fri, 28 Jan 2011 12:03:46 +0000
  • couchdb (1.0.1-0ubuntu7) natty; urgency=low
    
      * Fix LP: #703353 - couchjs doesn't start because of ABI break in
        Spidermonkey. Use the new API for getting a character array from a
        JSString
        - update debian/patches/mozjs2.0.patch
        - update debian/patches/mozjs2.0_autotools.patch
     -- Chris Coulson <email address hidden>   Wed, 19 Jan 2011 11:49:30 +0000
  • couchdb (1.0.1-0ubuntu6) natty; urgency=low
    
      * Fix LP: #682866 - CouchDatabase() call hangs because couchjs crashes,
        due to semantic differences between fgets and js_fgets. Use a local
        implementation of js_fgets when it's not available otherwise
        - update debian/patches/mozjs2.0.patch
        - update debian/patches/mozjs2.0_autotools.patch
     -- Chris Coulson <email address hidden>   Mon, 06 Dec 2010 10:23:54 +0000
  • couchdb (1.0.1-0ubuntu5) natty; urgency=low
    
      * Native functions must always set rval when returning success in
        the latest version of Spidermonkey, because of the JSFastNative =>
        JSNative changes
        - update debian/patches/mozjs2.0.patch
      * Remove a lot of #ifdefs by turning on JSFastNative in pre 2.0 builds.
        Also make the configure checks more fine-grained
        - update debian/patches/mozjs2.0.patch
     -- Chris Coulson <email address hidden>   Thu, 25 Nov 2010 12:33:55 +0000
  • couchdb (1.0.1-0ubuntu4) natty; urgency=low
    
      * Fix LP: #421422 - Update dependencies to not pull in the entire
        Gecko runtime (+ GTK and X etc). Depend on only the package providing
        Spidermonkey. Update launcher scripts to not use the xulrunner binary to
        discover the Spidermonkey install location, as it's not available now. The
        new method is actually faster, because it doesn't block on starting XPCOM
        - update debian/rules
        - update debian/control
        - update debian/patches/mozjs1.9_ldlibpath.patch
      * Update for Spidermonkey 2.0 API changes
        - add debian/patches/mozjs2.0.patch
        - add debian/patches/mozjs2.0_autotools.patch
      * Handle beta versions of xulrunner when generating the binary depends
        for couchdb-bin
        - update debian/rules
     -- Chris Coulson <email address hidden>   Thu, 25 Nov 2010 02:46:22 +0000
  • couchdb (1.0.1-0ubuntu3) maverick; urgency=low
    
      * Patchset from CouchIO to fix U1 replication over SSL (LP: #422178)
        - couchio-fix-0001-replicator_redirect_atts.patch
        - couchio-fix-0002-replicator_db_proxy_fix.patch
        - couchio-fix-0003-changes_redirect_1.patch
        - couchio-fix-0004-changes_redirect_2.patch
        - couchio-fix-0005-changes_proxy.patch
        - couchio-fix-0006-replicator_reader_errors.patch
        - couchio-fix-0007-ibrowse_upgrade.patch
        - couchio-fix-0008-replicator_doc_id_encoding.patch
        - couchio-fix-0009-replicator_changes_error.patch
        - couchio-fix-0010-replicator_changes_connection_close.patch
        - couchio-fix-0011-ibrowse_chunked_encoding_streaming.patch
        - couchio-fix-0012-replicator_ssl.patch [fixed up]
     -- Samuele Pedroni <email address hidden>   Fri, 24 Sep 2010 14:53:26 -0400