cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] cmogstored 1.4.1 - bugfix for neon clients
@ 2014-09-07  2:26  5% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-09-07  2:26 UTC (permalink / raw)
  To: cmogstored-public, mogile

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/

http://bogomips.org/cmogstored/files/cmogstored-1.4.1.tar.gz
SHA-1 3f9872a24e49e6215bdae325a15e4ff55b47a12e

* http://bogomips.org/cmogstored/README
* git clone git://bogomips.org/cmogstored.git
* cgit :: http://bogomips.org/cmogstored.git
* gitweb :: http://repo.or.cz/w/cmogstored.git

shortlog:
      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

^ permalink raw reply	[relevance 5%]

* [PATCH] update address to public mailing list
@ 2014-09-05  0:33  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-09-05  0:33 UTC (permalink / raw)
  To: cmogstored-public

Receiving bug reports via private email is awkward because I must
ask reporters if they wish to be credited publically.  This also
allows users to help each other in case they're not subscribed to
the MogileFS list (which requires subscription).

So the new public mail address is at:

	cmogstored-public@bogomips.org

No subscription will ever be required to post.
HTML email is considered spam and blocked.

There's now a public mailing list for reporting issues
with git clone-able archives (via ssoma[1]) at:

	git://bogomips.org/cmogstored-public

[1] http://soma.public-inbox.org/README
---
 HACKING      |  9 ++++++++-
 README       | 26 +++++++++++++++++++++++---
 configure.ac |  2 +-
 3 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/HACKING b/HACKING
index 85bea96..47c73aa 100644
--- a/HACKING
+++ b/HACKING
@@ -40,4 +40,11 @@ feed for our website.
 Hack away!
 
 Email patches (git format-patch + git send-email) and pull requests to
-Eric Wong <normalperson@yhbt.net>
+the public list at <cmogstored-public@bogomips.org>
+Subscription is optional (so please reply-to-all), but you may
+subscribe by sending an email to <cmogstored-public+subscribe@bogomips.org>
+and answering the confirmation.
+Archives are available at http://bogomips.org/cmogstored-public/
+ssoma[1] archives are clonable at git://bogomips.org/cmogstored-public
+
+[1] ssoma - http://ssoma.public-inbox.org/README
diff --git a/README b/README
index 3e10fe0..c9acaaa 100644
--- a/README
+++ b/README
@@ -44,9 +44,29 @@ Contact
 =======
 
 For any and all questions, bug reports, patches, pull requests,
-send plain-text email to: Eric Wong <normalperson@yhbt.net>
-We may also piggy-back onto the public MogileFS mailing list:
-<mogile@googlegroups.com> for public discussions.
+send plain-text email to the mailing list at:
+
+	cmogstored-public@bogomips.org
+
+No subscription is neccessary, so reply-to-all on replies.
+HTML email is not welcome and will be flagged as spam.
+You may optionally subscribe via:
+
+	cmogstored-public+subscribe@bogomips.org
+
+Archives are available at http://bogomips.org/cmogstored-public/
+ssoma[1] archives are clonable at git://bogomips.org/cmogstored-public
+
+We also piggy-back onto the public MogileFS mailing list for public
+discussions:
+
+	mogile@googlegroups.com
+
+Note, subscription required for the MogileFS list:
+
+	mogile+subscribe@googlegroups.com
+
+[1] ssoma - http://ssoma.public-inbox.org/README
 
 Downloads
 =========
diff --git a/configure.ac b/configure.ac
index 1ad3b41..5d7a8a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT([cmogstored],
  m4_esyscmd([build-aux/git-version-gen .tarball-version]),
- [normalperson@yhbt.net])
+ [cmogstored-public@bogomips.org])
 AC_CONFIG_SRCDIR([cmogstored.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign silent-rules parallel-tests subdir-objects])
-- 
EW

^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-09-05  0:33  7% [PATCH] update address to public mailing list Eric Wong
2014-09-07  2:26  5% [ANN] cmogstored 1.4.1 - bugfix for neon clients Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).