httpd/httpd-2.0.48-release.patch
cvsdist b895f53cf3 auto-import changelog data from httpd-2.0.49-2.ent.src.rpm
Fri Mar 26 2004 Joe Orton <jorton@redhat.com> 2.0.49-2
- mod_ssl: fix session cache memory leak (Madhu Mathihalli)
- mod_ssl: fix SEGV when trying to shutdown during pool cleanup
- merge the mod_proxy HTTP/1.1-compliance fixes
- apply fix for #118020
2004-09-09 06:18:41 +00:00

12 lines
383 B
Diff

--- httpd-2.0.48/server/core.c.release
+++ httpd-2.0.48/server/core.c
@@ -2386,7 +2386,7 @@
ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
}
else {
- ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
+ ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
}
/*