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 -&gt; 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 @@
 <BODY>
 <H1>Squid 2.5.STABLE12 release notes</H1>
 
-<H2>Squid Developers</H2>$Id: release-2.5.html,v 1.1.2.67 2006/03/10 23:42:48 hno Exp $
+<H2>Squid Developers</H2>$Id: release-2.5.html,v 1.1.2.68 2006/03/12 11:04:41 hno Exp $
 <HR>
 <EM>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 @@
 <DT><B>relaxed_http_parser</B><DD><P>New directive in 2.5.STABLE8 to control how strict the HTTP parser should be.</P>
 <DT><B>retry_on_error</B><DD><P>New directive in 2.5.STABLE9 to aggressive retry requests on errors (was the default in earlier versions)</P>
 <DT><B>acl dst</B><DD><P>No longer matches invalid hosts. Was previously using the IP address "255.255.255.255" on invalid hosts.</P>
+<DT><B>persistent_connection_after_error</B><DD><P>New directive in 2.5.STABLE13 to allow disabling the use of persistent connections after error pages (access denied etc).</P>
 </DL>
 </P>
 
@@ -153,11 +154,11 @@
 <DT><B>Bug 
 <A HREF="http://www.squid-cache.org/bugs/show_bug.cgi?id=649">#649</A></B><DD><P>Problems refreshing pages stored with 'vary' information</P>
 <DT><B>Bug 
-<A HREF="http://www.squid-cache.org/bugs/show_bug.cgi?id=779">#779</A></B><DD><P>users going above their allowed IP count no longer logged in cache.log</P>
-<DT><B>Bug 
 <A HREF="http://www.squid-cache.org/bugs/show_bug.cgi?id=888">#888</A></B><DD><P>ntlm_user_pool assertion error on shutdown</P>
 <DT><B>Bug 
 <A HREF="http://www.squid-cache.org/bugs/show_bug.cgi?id=1420">#1420</A></B><DD><P>302 responses with an Expires header is always cached</P>
+<DT><B>Bug 
+<A HREF="http://www.squid-cache.org/bugs/show_bug.cgi?id=1500">#1500</A></B><DD><P>diskd related memory corruption under heavy load</P>
 </DL>
 </P>
 
@@ -477,7 +478,8 @@
 <UL>
 <LI>connstate related memory leak plugged</LI>
 <LI>ftp upload issues fixed</LI>
-<LI>delay pools working better on -k reconfigure
+<LI>delay pools working better on -k reconfigure</LI>
+<LI>error pages translated to Azerbaijani
 </LI>
 <LI>a number of other minor and cosmetic bugfixes. See the list of 
 <A HREF="http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE12">squid-2.5.STABLE12 patches</A> 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 <<EOF
 #define PACKAGE "$PACKAGE"
 EOF
@@ -1078,7 +1078,7 @@
 
   
 
-# From configure.in Revision: 1.251.2.106 
+# From configure.in Revision: 1.251.2.107 
 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&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
