diff -ruN squid-2.5.STABLE13-RC1/ChangeLog squid-2.5.STABLE13/ChangeLog
--- squid-2.5.STABLE13-RC1/ChangeLog Fri Mar 10 16:42:48 2006
+++ squid-2.5.STABLE13/ChangeLog Sun Mar 12 04:18:41 2006
@@ -27,7 +27,7 @@
#1484)
- [Minor] Fails to compile on Fedora Core 5 test 2 x86_64 (Bug #1492)
- [Cosmetic] Typo in ftp.c (Bug #1507)
- - [Cosmetic] Error in FTP listings of files with -> in their name
+ - [Cosmetic] Error in FTP listings of files with -> in their name
(Bug #1508)
- [Cosmetic] With Squid-2.5 there is no more the DUPLICATE IP logging
in cache.log (Bug #779)
diff -ruN squid-2.5.STABLE13-RC1/RELEASENOTES.html squid-2.5.STABLE13/RELEASENOTES.html
--- squid-2.5.STABLE13-RC1/RELEASENOTES.html Fri Mar 10 16:43:46 2006
+++ squid-2.5.STABLE13/RELEASENOTES.html Sun Mar 12 04:29:34 2006
@@ -7,7 +7,7 @@
Squid 2.5.STABLE12 release notes
-Squid Developers
$Id: release-2.5.html,v 1.1.2.67 2006/03/10 23:42:48 hno Exp $
+Squid Developers
$Id: release-2.5.html,v 1.1.2.68 2006/03/12 11:04:41 hno Exp $
This document contains the release notes for version 2.5 of Squid.
Squid is a WWW Cache application developed by the National Laboratory
@@ -140,6 +140,7 @@
relaxed_http_parserNew directive in 2.5.STABLE8 to control how strict the HTTP parser should be.
retry_on_errorNew directive in 2.5.STABLE9 to aggressive retry requests on errors (was the default in earlier versions)
acl dstNo longer matches invalid hosts. Was previously using the IP address "255.255.255.255" on invalid hosts.
+persistent_connection_after_errorNew directive in 2.5.STABLE13 to allow disabling the use of persistent connections after error pages (access denied etc).
@@ -153,11 +154,11 @@
Bug
#649Problems refreshing pages stored with 'vary' information
Bug
-#779users going above their allowed IP count no longer logged in cache.log
-Bug
#888ntlm_user_pool assertion error on shutdown
Bug
#1420302 responses with an Expires header is always cached
+Bug
+#1500diskd related memory corruption under heavy load
@@ -477,7 +478,8 @@
- connstate related memory leak plugged
- ftp upload issues fixed
-- delay pools working better on -k reconfigure
+
- delay pools working better on -k reconfigure
+- error pages translated to Azerbaijani
- a number of other minor and cosmetic bugfixes. See the list of
squid-2.5.STABLE12 patches and the
diff -ruN squid-2.5.STABLE13-RC1/configure squid-2.5.STABLE13/configure
--- squid-2.5.STABLE13-RC1/configure Fri Mar 10 16:43:35 2006
+++ squid-2.5.STABLE13/configure Sun Mar 12 04:29:22 2006
@@ -1027,7 +1027,7 @@
# Define the identity of the package.
PACKAGE=squid
-VERSION=2.5.STABLE13-RC1
+VERSION=2.5.STABLE13
cat >> confdefs.h <&6
echo "configure:1084: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
diff -ruN squid-2.5.STABLE13-RC1/configure.in squid-2.5.STABLE13/configure.in
--- squid-2.5.STABLE13-RC1/configure.in Fri Mar 10 16:43:35 2006
+++ squid-2.5.STABLE13/configure.in Sun Mar 12 04:29:22 2006
@@ -3,15 +3,15 @@
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.251.2.106 2006/03/10 22:59:30 hno Exp $
+dnl $Id: configure.in,v 1.251.2.107 2006/03/12 11:19:07 hno Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_AUX_DIR(cfgaux)
-AM_INIT_AUTOMAKE(squid, 2.5.STABLE13-RC1)
+AM_INIT_AUTOMAKE(squid, 2.5.STABLE13)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.251.2.106 $)dnl
+AC_REVISION($Revision: 1.251.2.107 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
diff -ruN squid-2.5.STABLE13-RC1/include/version.h squid-2.5.STABLE13/include/version.h
--- squid-2.5.STABLE13-RC1/include/version.h Fri Mar 10 16:43:35 2006
+++ squid-2.5.STABLE13/include/version.h Sun Mar 12 04:29:22 2006
@@ -9,5 +9,5 @@
*/
#ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1142034211
+#define SQUID_RELEASE_TIME 1142162957
#endif