Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: commits

r156 - cherokee

 

 

Cherokee commits RSS feed   Index | Next | Previous | View Threaded


alo at alobbs

Jan 21, 2006, 6:17 AM

Post #1 of 1 (213 views)
Permalink
r156 - cherokee

Author: alo
Date: 2006-01-21 14:17:08 +0100 (Sat, 21 Jan 2006)
New Revision: 156

Modified:
cherokee/ChangeLog
cherokee/configure.in
Log:


Modified: cherokee/ChangeLog
===================================================================
--- cherokee/ChangeLog 2006-01-20 22:34:30 UTC (rev 155)
+++ cherokee/ChangeLog 2006-01-21 13:17:08 UTC (rev 156)
@@ -1,3 +1,8 @@
+2006-01-21 Alvaro Lopez Ortega <alvaro at alobbs.com>
+
+ * configure.in: poll() took over port event in Solaris time ago,
+ but the configure information wasn't showing it like that.
+
2006-01-20 Alvaro Lopez Ortega <alvaro at alobbs.com>

* cherokee/handler_redir.c, cherokee/virtual_server.c,

Modified: cherokee/configure.in
===================================================================
--- cherokee/configure.in 2006-01-20 22:34:30 UTC (rev 155)
+++ cherokee/configure.in 2006-01-21 13:17:08 UTC (rev 156)
@@ -24,8 +24,8 @@
dnl Version
m4_define([cherokee_major_version], [0])
m4_define([cherokee_minor_version], [4])
-m4_define([cherokee_micro_version], [30])
-m4_define([cherokee_patch_version], [])
+m4_define([cherokee_micro_version], [31])
+m4_define([cherokee_patch_version], [b1])
m4_define([cherokee_version], m4_format('%s.%s.%s%s', cherokee_major_version, cherokee_minor_version, cherokee_micro_version, cherokee_patch_version))

dnl Init autoconf and automake
@@ -941,8 +941,8 @@
methods=""
if test "$have_epoll" = yes; then methods="${methods}epoll "; fi
if test "$have_kqueue" = yes; then methods="${methods}kqueue "; fi
+if test "$have_poll" = yes; then methods="${methods}poll "; fi
if test "$have_port" = yes; then methods="${methods}port "; fi
-if test "$have_poll" = yes; then methods="${methods}poll "; fi
if test "$have_select" = yes; then methods="${methods}select"; fi

crypt_type="no"

Cherokee commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.