Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 33211da

Browse files
committed
2.7.0 readiness
2 parents 62fd405 + 1530738 commit 33211da

File tree

2 files changed

+11
-27
lines changed

2 files changed

+11
-27
lines changed

CHANGELOG.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.7.0 - TBD
5+
## 2.7.0 - 2016-04-12
66

77
### Added
88

9+
- [#59](https://github.com/zendframework/zend-cache/pull/59)
10+
XCache >= 3.1.0 works in CLI mode
911
- [#23](https://github.com/zendframework/zend-cache/issues/23)
1012
[#47](https://github.com/zendframework/zend-cache/issues/47)
1113
Added an Apcu storage adapter as future replacement for Apc
@@ -31,6 +33,12 @@ All notable changes to this project will be documented in this file, in reverse
3133

3234
### Fixed
3335

36+
- [#44](https://github.com/zendframework/zend-cache/issues/44)
37+
Filesystem: fixed race condition in method clearByTags
38+
- [#59](https://github.com/zendframework/zend-cache/pull/59)
39+
XCache: fixed broken internalSetItem() with empty namespace
40+
- [#58](https://github.com/zendframework/zend-cache/issues/58)
41+
XCache: Fatal error storing objects
3442
- [#94](https://github.com/zendframework/zend-cache/pull/94) updates the
3543
`PatternPluginManager` to accept `$options` to `get()` and `build()`, cast
3644
them to a `PatternOptions` instance, and inject them into the generated plugin
@@ -42,30 +50,6 @@ All notable changes to this project will be documented in this file, in reverse
4250
of pre-configured plugin managers (e.g., those seeded with custom plugins
4351
and/or adapters).
4452

45-
## 2.6.2 - TBD
46-
47-
### Added
48-
49-
- [#59](https://github.com/zendframework/zend-cache/pull/59)
50-
XCache >= 3.1.0 works in CLI mode
51-
52-
### Deprecated
53-
54-
- Nothing.
55-
56-
### Removed
57-
58-
- Nothing.
59-
60-
### Fixed
61-
62-
- [#44](https://github.com/zendframework/zend-cache/issues/44)
63-
Filesystem: fixed race condition in method clearByTags
64-
- [#59](https://github.com/zendframework/zend-cache/pull/59)
65-
XCache: fixed broken internalSetItem() with empty namespace
66-
- [#58](https://github.com/zendframework/zend-cache/issues/58)
67-
XCache: Fatal error storing objects
68-
6953
## 2.6.1 - 2016-02-12
7054

7155
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"prefer-stable": true,
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "2.6-dev",
46-
"dev-develop": "2.7-dev"
45+
"dev-master": "2.7-dev",
46+
"dev-develop": "2.8-dev"
4747
},
4848
"zf": {
4949
"component": "Zend\\Cache",

0 commit comments

Comments
 (0)