summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--docs/docroot/index.html.zh-tw.big546
-rw-r--r--include/ap_release.h2
3 files changed, 1 insertions, 51 deletions
diff --git a/CHANGES b/CHANGES
index b8e4d95fb5..2826f19a1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,3 @@
-Changes with Apache 2.0.46
-
-
-
Changes with Apache 2.0.45
*) Fix possible segfaults under obscure error conditions within the
diff --git a/docs/docroot/index.html.zh-tw.big5 b/docs/docroot/index.html.zh-tw.big5
deleted file mode 100644
index 1ca02124a7..0000000000
--- a/docs/docroot/index.html.zh-tw.big5
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
- <HEAD>
- <TITLE>¦w¸Ë Apache ªº´ú¸Õºô­¶</TITLE>
- </HEAD>
- <!-- Background white, links blue (unvisited), navy (visited), red (active)-->
- <BODY
- BGCOLOR="#FFFFFF"
- TEXT="#000000"
- LINK="#0000FF"
- VLINK="#000080"
- ALINK="#FF0000"
- >
-
-
-<P>
-¦pªG§A¥i¥H¬Ý¨£¦¹­¶¡A³oªí¥Ü§Aªº
-<A HREF="http://httpd.apache.org/">Apache Web Server</A>
-¤w¸g¦w¸Ë¦¨¥\¡C
-§A¥i¥H¼W¥[¤º®e¨ì³o­Ó¥Ø¿ý¡A©Î§â³o­Óºô­¶´«±¼¡C<P>
-
-<P><HR WIDTH="50%" SIZE="8">
-
-<H2 ALIGN="CENTER">¨S¦³¬Ý¨ì§A·Q¬Ýªººô¯¸¶Ü ?</H2>
-
-<P>
-³o­Óºô­¶¤§©Ò¥H·|¦b³oùØ¡A¨º¬O¦]¬°ºô¯¸ºÞ²zªÌ¤w¸g§ó§ï³o­Óºô¯¸ªº³]©w¡C
-­Y¦³°ÝÃD, ½Ð»P <STRONG>ºûÅ@³o­Ó¦øªA¾¹ªº¤H­ûÁpµ¸</STRONG>¡C
-Apache ³nÅé°òª÷·|¡A¤]´N¬O¶}µo³o®M³nÅ骺³æ¦ì¡A»P¦¹ºô¯¸¨ÃµL¥ô¦óÃö«Y¡A
-¦Ó¥B¤]µLªkÀ°§A¸Ñ¨M³]©w¤Wªº°ÝÃD¡C
-
-<P><HR WIDTH="50%" SIZE="8">
-
-<P>
-Apache ªº
-<A HREF="manual/">¤å¥ó</A>
-¤w¸g¥]§t¦b¸Óª©¥»¤¤¡C
-
-<P>
-§A¥i¥H¦b¨Ï¥Î Apache ªººô¯¸¦øªA¾¹¤W¡A¦Û¥Ñªº¨Ï¥Î¤U­±¤§¹Ï¥Ü¡A
-·PÁ±z¨Ï¥Î Apache¡I
-<BR><BR>
-<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>
-
-</BODY>
-</HTML>
diff --git a/include/ap_release.h b/include/ap_release.h
index 336dd0fe6a..0b1d3ad065 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -75,7 +75,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "46-dev"
+#define AP_SERVER_PATCHLEVEL "45"
#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