Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
squidadm authored and yadij committed Feb 19, 2019
1 parent 607b68b commit 227df18
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes to squid-4.6 (19 Feb 2019):

- Bug 4915: Detect IPv6 loopback binding errors
- Bug 4914: Do not call setsid() in --foreground mode
- Bug 4875 pt2: GCC-8 compile errors with -O3 optimization
- Bug 4856: Exit when GoIntoBackground() fork() call fails
- basic_ldap_auth: Return BH on internal errors; polished messages
- Fix BodyPipe/Sink memory leaks associated with auto-consumption
- Fix OpenSSL builds that define OPENSSL_NO_ENGINE
- Fix several cases of rock cache corruption
- Add Georgian (ka) language translation

Changes to squid-4.5 (01 Jan 2019):

- Bug 4253: ssl_bump prevents access to some web contents
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##

AC_INIT([Squid Web Proxy],[4.5-VCS],[http://bugs.squid-cache.org/],[squid])
AC_INIT([Squid Web Proxy],[4.6-VCS],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
Expand Down
4 changes: 2 additions & 2 deletions doc/release-notes/release-4.sgml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype linuxdoc system>
<article>
<title>Squid 4.5 release notes</title>
<title>Squid 4.6 release notes</title>
<author>Squid Developers</author>

<abstract>
Expand All @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community.
<toc>

<sect>Notice
<p>The Squid Team are pleased to announce the release of Squid-4.5 for testing.
<p>The Squid Team are pleased to announce the release of Squid-4.6 for testing.

This new release is available for download from <url url="http://www.squid-cache.org/Versions/v4/"> or the
<url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
Expand Down

0 comments on commit 227df18

Please sign in to comment.