Merge lp:~michihenning/persistent-cache-cpp/landing-150819 into lp:persistent-cache-cpp
| Status: | Merged |
|---|---|
| Approved by: | James Henstridge on 2015-08-20 |
| Approved revision: | 24 |
| Merged at revision: | 21 |
| Proposed branch: | lp:~michihenning/persistent-cache-cpp/landing-150819 |
| Merge into: | lp:persistent-cache-cpp |
| Diff against target: |
952 lines (+211/-545) 9 files modified
CMakeLists.txt (+1/-1) debian/changelog (+8/-510) doc/main_page.dox.in (+4/-4) examples/CMakeLists.txt (+17/-24) include/core/internal/persistent_string_cache_stats.h (+17/-5) include/core/persistent_cache_stats.h (+20/-0) src/core/internal/persistent_string_cache_impl.cpp (+1/-1) src/core/persistent_cache_stats.cpp (+20/-0) tests/core/internal/persistent_string_cache_impl/persistent_string_cache_impl_test.cpp (+123/-0) |
| To merge this branch: | bzr merge lp:~michihenning/persistent-cache-cpp/landing-150819 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| James Henstridge | 2015-08-19 | Approve on 2015-08-20 | |
| PS Jenkins bot | continuous-integration | Approve on 2015-08-19 | |
|
Review via email:
|
|||
Commit Message
Minor enhancements to cache. Suppressed a lintian warning, fixed autopkg test dependency, and added run length averages to stats.
Description of the Change
Minor enhancements to cache. Suppressed a lintian warning, fixed autopkg test dependency, and added run length averages to stats.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:21
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 22. By Michi Henning on 2015-08-19
-
Fixed changelog version and change micro version to match.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:22
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| James Henstridge (jamesh) wrote : | # |
This is still wrong. You are still replacing the existing 1.0.3+15.
- 23. By Michi Henning on 2015-08-19
-
Fixed changelog again.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:23
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 24. By Michi Henning on 2015-08-19
-
Merged documentation fix.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:24
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

The changes to debian/changelog look incorrect here. Version 1.0.3+15. 10.20150807- 0ubuntu1 was released to the archive, so it shouldn't be replaced like this. Instead create a new stanza to describe what's new in this release.
The changes for the 1.0.0+15. 10.20150805- 0ubuntu1 changelog seem fine, assuming the build tools let it go.