unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* release unicorn v4.2.0 soon?
@ 2012-01-23  9:20  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2012-01-23  9:20 UTC (permalink / raw)
  To: mongrel-unicorn

I just realized we haven't had a release in a while.  There's nothing
major that needs fixing, but I figure we should release 4.2.0 to
get some changes that have been brewing for a while.

The SSL support is still unaudited, but since Unicorn is only good on
LAN, it should be at least useful enough to detect network corruption.
TCP checksums are weak, so SSL can add an additional layer of
checksumming to the data stream if you're intent on end-to-end data
integrity.  (Rack apps can also support the Content-MD5 header/trailer
without SSL too)

Here are the changes since v4.1.1 in git://bogomips.org/unicorn.git

Brian P O'Rourke (1):
      Detect daemonization via configuration.

Eric Wong (18):
      add GPLv3 option to the license
      http_server: a few more things eligible for GC in worker
      http_server: update comment on tick == 0
      Links: add a link to the UnXF middleware
      add preliminary SSL support
      t: ensure SSL certificates exist on fresh test
      configurator: limit timeout to 30 days
      tests: just use the sha1sum implemented in Ruby
      tests: try to set a shorter path for Unix domain sockets
      bump dependencies
      socket_helper: remove out-of-date comment for TCP_NODELAY
      socket_helper: set SO_KEEPALIVE on TCP sockets
      socket_helper: fix grammerr fail
      quiet possible IOError from SIGUSR1 (reopen logs)
      cleanup exception handling on SIGUSR1
      http: test case for "Connection: TE"
      update tests for rack 1.4.0
      Rakefile: swap freshmeat.net URL for freecode.com

Jeremy Evans (2):
      t0011: fix test under OpenBSD
      test_helper: ensure test client connects to valid address

Yuichi Tateno (1):
      OobGC: force GC.start

In the future, feel free to ping me if you want an official release, I'm
forgetful sometimes and sometimes get completely immersed in other
projects.  "master" on unicorn.git is usually in a releasable state
anyways.

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

^ permalink raw reply	[relevance 6%]

* Re: Fix hang when running tests on OpenBSD by skipping two tests
  @ 2011-11-16  1:18  7%         ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2011-11-16  1:18 UTC (permalink / raw)
  To: unicorn list

Jeremy Evans <jeremyevans0@gmail.com> wrote:
> On Tue, Nov 15, 2011 at 4:17 AM, Eric Wong <normalperson@yhbt.net> wrote:
> > I usually prefer to work on each problem, one-at-a-time.  However,
> > GNU make already has a handy -k/--keep-going flag to ignore failures.
> 
> Thanks, I didn't know about that, and it is much easier than patching
> make files.
> 
> I think I've fixed all the issues that caused test failures on
> OpenBSD.  All changes are in the test code itself.  Hope this helps.

OK, I think I've pushed relevant fixes up to master of unicorn.git
(commit fbcf6aa641e5827da48a3b6776c9897de123b405)

  Eric Wong (3):
        configurator: limit timeout to 30 days
        tests: just use the sha1sum implemented in Ruby
        tests: try to set a shorter path for Unix domain sockets

  Jeremy Evans (2):
        t0011: fix test under OpenBSD
        test_helper: ensure test client connects to valid address

> Sorry if gmail mangles these diffs.

No worries, patch(1) is very lenient.

Just wondering, do most folks have/lack decent SMTP setups nowadays?
(especially on servers they don't usually work from)

When working without a VCS repo (live fixes on servers :x),
I'll sometimes just send a patch out like this:

	diff -u a b | mail -s diff-a-b a@example.com

This is a big reason I prefer no-subscription-required mailing lists.
If it's to a public mailing list, I'll always email myself first to
cleanup the Received: trail and also to rewrite my email address
so it doesn't have @evil-corporation.com in it :)
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

^ permalink raw reply	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-11-14 19:33     Fix hang when running tests on OpenBSD by skipping two tests Jeremy Evans
2011-11-14 20:54     ` Eric Wong
2011-11-14 23:46       ` Jeremy Evans
2011-11-15  3:17         ` Eric Wong
2011-11-15 20:03           ` Jeremy Evans
2011-11-16  1:18  7%         ` Eric Wong
2012-01-23  9:20  6% release unicorn v4.2.0 soon? Eric Wong

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

	https://yhbt.net/unicorn.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).