rpms/cherokee/devel .cvsignore, 1.19, 1.20 cherokee.init, 1.1, 1.2 cherokee.spec, 1.29, 1.30 import.log, 1.15, 1.16 sources, 1.19, 1.20

Pavel Lisý pali at fedoraproject.org
Fri Mar 19 16:25:05 UTC 2010


Author: pali

Update of /cvs/pkgs/rpms/cherokee/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11433/devel

Modified Files:
	.cvsignore cherokee.init cherokee.spec import.log sources 
Log Message:
new release, suppressed confusing output from init script


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	2 Feb 2010 15:58:55 -0000	1.19
+++ .cvsignore	19 Mar 2010 16:25:04 -0000	1.20
@@ -1 +1 @@
-cherokee-0.99.42.tar.gz
+cherokee-0.99.43.tar.gz


Index: cherokee.init
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/devel/cherokee.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cherokee.init	19 Oct 2008 19:47:36 -0000	1.1
+++ cherokee.init	19 Mar 2010 16:25:04 -0000	1.2
@@ -37,10 +37,10 @@ case "$1" in
                 exit $RETVAL
         fi
         echo -n "Starting Cherokee service: "
-        $BASE -C $CONF $DAEMON pidfile $PIDFILE
-        sleep 1
-        action "" /sbin/pidof $NAME
+        $BASE --config=$CONF $DAEMON pidfile $PIDFILE >&/dev/null
+	/sbin/pidof $NAME >&/dev/null && success || failure 
         RETVAL=$?
+        echo
         [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cherokee
         ;;
   stop)


Index: cherokee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/devel/cherokee.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- cherokee.spec	2 Feb 2010 15:58:55 -0000	1.29
+++ cherokee.spec	19 Mar 2010 16:25:04 -0000	1.30
@@ -11,8 +11,8 @@ ExcludeArch:    ppc
 %endif
 
 Name:           cherokee
-Version:        0.99.42
-Release:        0%{?dist}
+Version:        0.99.43
+Release:        1%{?dist}
 Summary:        Flexible and Fast Webserver
 
 Group:          Applications/Internet
@@ -167,6 +167,18 @@ fi
 
 
 %changelog
+* Thu Mar 18 2010 Pavel Lisy <pavel.lisy at gmail.com> - 0.99.43-1
+- 0.99.43
+- FIX: Performance related regression (Keep-alive w/o cache)
+- FIX: Better lingering close
+- FIX: PAM authentication module fixes: threading issue
+- FIX: Cherokee-admin supports IPv6 by default
+- FIX: Parsing IPv6 addresses in "allow from" restrictions
+- FIX: Rule OR is slightly faster now
+- FIX: Fixes a few accessibility issues in cherokee-admin
+- FIX: Symfony wizard, fixed to use the new paths
+- suppressed confusing output from init script
+
 * Tue Feb 2 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 0.99.42-1
 - 0.99.42
 - Compilation and last-minute fixes
@@ -189,7 +201,6 @@ fi
 - FIX: PATH_INFO generation on merging non-final rules (corner case)
 - DOC: Installation updated
 
-
 * Tue Dec 29 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 0.99.39-1
 - 0.99.39
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/devel/import.log,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- import.log	11 Jul 2009 20:58:52 -0000	1.15
+++ import.log	19 Mar 2010 16:25:04 -0000	1.16
@@ -13,3 +13,4 @@ cherokee-0_99_17-1_fc11:HEAD:cherokee-0.
 cherokee-0_99_17-1_fc11:HEAD:cherokee-0.99.17-1.fc11.src.rpm:1245003270
 cherokee-0_99_17-2_fc11:HEAD:cherokee-0.99.17-2.fc11.src.rpm:1245004731
 cherokee-0_99_20-1_fc11:HEAD:cherokee-0.99.20-1.fc11.src.rpm:1247345910
+cherokee-0_99_43-1_fc12:HEAD:cherokee-0.99.43-1.fc12.src.rpm:1269015883


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	2 Feb 2010 15:58:55 -0000	1.19
+++ sources	19 Mar 2010 16:25:05 -0000	1.20
@@ -1 +1 @@
-7a23a78a0568f59085e27b9484e78514  cherokee-0.99.42.tar.gz
+ec7d92a26d606e6606e61125cf77d37d  cherokee-0.99.43.tar.gz



More information about the scm-commits mailing list