Commit 8b12a921 authored by Sander Striker's avatar Sander Striker
Browse files

Tag is done, moving on.

* STATUS

  Add 2.0.55, update 2.0.54.


* CHANGES

  Add section for 2.0.55


* include/ap_release.h
  
  (AP_SERVER_PATCHLEVEL): Bump to 55-dev.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160951 13f79535-47bb-0310-9956-ffa450edef68
parent ad6536ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.55
Changes with Apache 2.0.54
  *) mod_cache: Add CacheIgnoreHeaders directive.  PR 30399.
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS

Release history:

    2.0.54  : in development
    2.0.55  : in development
    2.0.54  : tagged April 11, 2005.
    2.0.53  : released February 7, 2005 as GA.
    2.0.52  : released September 28, 2004 as GA.
    2.0.51  : released September 15, 2004 as GA.
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
#define AP_SERVER_PATCHLEVEL "54"
#define AP_SERVER_PATCHLEVEL "55-dev"
#define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
#define AP_SERVER_BASEREVISION  AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION