Repository: trafficserver Updated Branches: refs/heads/master 01aac1ef8 -> d9f04c7ae
TS-2816: Bump the minor cache version for ATS 5.0 release Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d9f04c7a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d9f04c7a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d9f04c7a Branch: refs/heads/master Commit: d9f04c7ae4c9793cb3f3c4903519fb0927e7a1a2 Parents: 01aac1e Author: Bryan Call <[email protected]> Authored: Thu May 22 12:33:18 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Thu May 22 12:33:18 2014 -0700 ---------------------------------------------------------------------- CHANGES | 2 ++ iocore/cache/I_CacheDefs.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d9f04c7a/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2954e93..ecf8804 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 + *) [TS-2816] Bump the minor cache version for ATS 5.0 release + *) [TS-2764] Remove when_to_add_no_cache_to_msie_requests configuration. *) [TS-2737] Rename rfc5861 plugin to stale_while_revalidate. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d9f04c7a/iocore/cache/I_CacheDefs.h ---------------------------------------------------------------------- diff --git a/iocore/cache/I_CacheDefs.h b/iocore/cache/I_CacheDefs.h index e41709a..1bf3997 100644 --- a/iocore/cache/I_CacheDefs.h +++ b/iocore/cache/I_CacheDefs.h @@ -34,7 +34,7 @@ #define CACHE_ALT_REMOVED -2 #define CACHE_DB_MAJOR_VERSION 23 -#define CACHE_DB_MINOR_VERSION 1 +#define CACHE_DB_MINOR_VERSION 2 #define CACHE_DIR_MAJOR_VERSION 18 #define CACHE_DIR_MINOR_VERSION 0
