[cherokee/el6/master] * Fri Aug 6 2010 lvillani <lvillani at enterprise.binaryhelix.net> 1.0.6-1 - Relevant changes since 1.0

Lorenzo Villani arbiter at fedoraproject.org
Fri Aug 6 17:09:00 UTC 2010


commit 1fdc173caa82eebf7bc32258fff2b460942537b1
Author: Lorenzo Villani <lvillani at binaryhelix.net>
Date:   Fri Aug 6 19:08:13 2010 +0200

    * Fri Aug 6 2010 lvillani <lvillani at enterprise.binaryhelix.net> 1.0.6-1
    - Relevant changes since 1.0.4
    - NEW: Much better UTF-8 encoding
    - NEW: Templates support slicing now (as in Python str)
    - NEW: 'TLS/SSL' matching rule
    - NEW: Reverse HTTP proxy can overwrite "Expire:" entries
    - NEW: Redirection handler support the ${host} macro now
    - FIX: POST support in the HTTP reverse proxy
    - FIX: Some SSL/TLS were fixed. [unfinished]
    - FIX: X-Forwarded-For parsing bug fixed
    - FIX: Better php-fpm support in the PHP wizard
    - FIX: Bundled PySCGI bumped to 1.14
    - FIX: Random 100% CPU usage
    - FIX: POST management regression in the proxy
    - FIX: Connection RST/WAIT_FIN related fixes
    - FIX: Dirlist bugfix: symbolic links handling
    - FIX: POST status report bug-fixes
    - DOC: Documentation updates
    - i18n: Spanish translation updated
    - i18n: Dutch translation updated
    - i18n: Polish translation updated
    - i18n: German translation updated

 .gitignore    |    3 +-
 cherokee.spec |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 76 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea273b8..d5fd851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-cherokee-0.99.49.tar.gz
+cherokee-1.0.4.tar.gz
+cherokee-1.0.6.tar.gz
diff --git a/cherokee.spec b/cherokee.spec
index 4fa56c8..2214b6e 100644
--- a/cherokee.spec
+++ b/cherokee.spec
@@ -11,7 +11,7 @@ ExcludeArch:    ppc
 %endif
 
 Name:           cherokee
-Version:        0.99.49
+Version:        1.0.6
 Release:        1%{?dist}
 Summary:        Flexible and Fast Webserver
 
@@ -32,6 +32,8 @@ Requires(post):  chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 
+Provides: webserver
+
 %description
 Cherokee is a very fast, flexible and easy to configure Web Server. It supports
 the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL
@@ -167,6 +169,76 @@ fi
 
 
 %changelog
+* Fri Aug 6 2010 lvillani <lvillani at enterprise.binaryhelix.net> 1.0.6-1
+- Relevant changes since 1.0.4
+- NEW: Much better UTF-8 encoding
+- NEW: Templates support slicing now (as in Python str)
+- NEW: 'TLS/SSL' matching rule
+- NEW: Reverse HTTP proxy can overwrite "Expire:" entries
+- NEW: Redirection handler support the ${host} macro now
+- FIX: POST support in the HTTP reverse proxy
+- FIX: Some SSL/TLS were fixed. [unfinished]
+- FIX: X-Forwarded-For parsing bug fixed
+- FIX: Better php-fpm support in the PHP wizard
+- FIX: Bundled PySCGI bumped to 1.14
+- FIX: Random 100% CPU usage
+- FIX: POST management regression in the proxy
+- FIX: Connection RST/WAIT_FIN related fixes
+- FIX: Dirlist bugfix: symbolic links handling
+- FIX: POST status report bug-fixes
+- DOC: Documentation updates
+- i18n: Spanish translation updated
+- i18n: Dutch translation updated
+- i18n: Polish translation updated
+- i18n: German translation updated
+
+* Mon Jun 28 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 1.0.4-1
+- Relevant changes since 1.0.0
+- OLD: Dropped support for RFC 2817.
+- NEW: MediaWiki wizard
+- NEW: PHP wizard for Virtual Servers
+- FIX: Fixes a regression in the SSL/TLS support
+- FIX: Shorter SSL session names
+- FIX: Content-Range management issue
+- FIX: Content-Type (max-age) management issue fixed
+- FIX: Better 'IPv6 is missing' report
+- FIX: RRD for VServers with spaces in the name
+- FIX: admin, Fixes uWSGI wizard
+- FIX: admin, Adds extra path to find php-fpm
+- FIX: admin, Fixes the Static content wizard
+- FIX: admin, Fixes issue with the RoR wizard
+- FIX: admin, Validation of executable files
+- FIX: HTTP error codes bug
+- FIX: Auth headers are added from error pages if needed
+- FIX: Better fd limit management
+- FIX: Duplicated Cache-Control header
+- FIX: Safer TLS/SSL close.
+- FIX: Trac wizard checking bug.
+- FIX: NCSA/Combined log invalid length.
+- FIX: Better inter-wizard dependencies management
+- FIX: PID file management fix
+- FIX: PHP wizard create functional vservers now
+- FIX: Add WebM MIME types
+- FIX: Admin, rule table style improved
+- FIX: Reordering for vservers and rules
+- FIX: Joomla wizard
+- FIX: Validation for incoming ports/interfaces
+- FIX: Regression: Document root can be defined per-rule
+- FIX: 'Broken installation detected' error improved
+- FIX: Handler common parameters work again
+- FIX: PHP-fpm detection
+- FIX: Better list validations
+- FIX: File exists issue
+- DOC: Various updates
+- I18n: Spanish translation updated
+- I18n: Brazilian Portuguese translation updated
+- I18n: Polish updated
+- I18n: Dutch updated
+- I18n: New translation to Catalan
+
+* Wed May 12 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 1.0.0-1
+- First stable release
+
 * Wed May  5 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 0.99.49-1
 - Changes since 0.99.44:
 - New cherokee-admin (rewritten from scratch)
diff --git a/sources b/sources
index 5baf5c0..e79eb6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dd550b70b1459356b1c3b8933d8a833  cherokee-0.99.49.tar.gz
+685d7f0319a27ff3b2d49f0f490d31ef  cherokee-1.0.6.tar.gz


More information about the scm-commits mailing list