about summary refs log tree commit homepage
tag namev1.4.1 (e1086eec88da7f926da74562dea108525ec409b9)
tag date2014-09-07 02:21:35 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit 3a39cbd663...
downloadcmogstored-1.4.1.tar.gz
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