v1.4.1
tage1086eec88da7f926da74562dea108525ec409b9
object 3a39cbd6632a8f80af3d0ef082d5007e28826384
authorEric Wong <e@80x24.org>
Sun, 7 Sep 2014 02:21:35 +0000 (7 02:21 +0000)
cmogstored 1.4.1 - bugfix for neon clients

The PHP PECL MogileFS extension uses neon to handle WebDAV operations,
and neon seems to send (valid but unfortunate) headers with empty
string values.  Thanks to Patrice Damezin at Skyrock.com for reporting
this bug.

There's also a few minor cleanups.  The latest 2.6.34 stable kernel
release no longer requires our EPOLL_CTL_MOD race workaround.  There
are also some test suite updates for future releases of Ruby.
Bigger changes coming later this year...

There's also a new public mailing list at:

    cmogstored-public@bogomips.org

No subscription will ever be necessary to post.
Subscription is optional via:

    cmogstored-public+subscribe@bogomips.org

Archives are available at http://bogomips.org/cmogstored-public/

Eric Wong (11):
      minor cleanups for functions which do not return
      remove old fsck_queue declarations
      svc_dev: calling free does not need the lock
      test/mgmt: lengthen test for iostat watch
      test/http: plug race condition in FIFO test
      test/http_chunked_put: test for gigantic trailer
      update address to public mailing list
      Rakefile: remove freecode/freshmeat references
      Rakefile: shorten ChangeLog dump
      queue_epoll: disable buggy epoll workaround for 2.6.34.15+
      http_common: correctly handle empty header values