diff options
author | Enrico Zini <enrico@enricozini.org> | 2013-10-24 19:03:46 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2013-10-24 19:03:46 +0200 |
commit | 8893ce8bf6048f553d8cbdcad86c1b4e9b05f3c0 (patch) | |
tree | 6bd08fc08d8c70797d2b5a254ff824ea9a1101ac | |
parent | 18593215d47fcc1443caf54c8453c228b687c636 (diff) | |
download | libept-8893ce8bf6048f553d8cbdcad86c1b4e9b05f3c0.tar.gz |
New version and changelog
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 423ed4d..efd2e70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include( FindDoxygen ) add_custom_target( unit ) -set( EPT_VERSION "1.0.10" ) +set( EPT_VERSION "1.0.11" ) # Get the soversion from libapt-pkg to include in our own execute_process( diff --git a/debian/changelog b/debian/changelog index 1746e80..a4179a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libept (1.0.11) unstable; urgency=low + + * Added explicit template instantiation with the symbols aptitude needs. + Closes: #727540 + + -- Enrico Zini <enrico@debian.org> Thu, 24 Oct 2013 19:02:55 +0200 + libept (1.0.10) unstable; urgency=low * Dropped Conflict on long-disappeared version of debtags |