Loading CHANGES +1 −1 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.2.34 Changes with Apache 2.2.34 (final) *) Allow single-char field names inadvertantly disallowed in 2.2.32. PR 61220. [Yann Ylavic] Loading include/ap_release.h +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 34 #define AP_SERVER_DEVBUILD_BOOLEAN 0 #define AP_SERVER_PATCHLEVEL_NUMBER 35 #define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line -*- coding: utf-8 -*- Changes with Apache 2.2.34 Changes with Apache 2.2.34 (final) *) Allow single-char field names inadvertantly disallowed in 2.2.32. PR 61220. [Yann Ylavic] Loading
include/ap_release.h +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 34 #define AP_SERVER_DEVBUILD_BOOLEAN 0 #define AP_SERVER_PATCHLEVEL_NUMBER 35 #define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ Loading