diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:43:27 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-15 12:43:27 +0100 |
commit | d3d5c85fdc0d0636f87a5a47a5e29a40eca3ccce (patch) | |
tree | f2295ef67c729bca92f53d4661121ca88eb0f78b | |
parent | f784994e5de865383470becc9b3b663c7ac002c5 (diff) |
1.12.1v1.12.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,11 @@ -1.12.0 (unstable): +1.12.1 (stable): + +* C++11: Use nullptr instead of 0. +* C++11: Use override keyword on destructors. +* C++11: Make operator bool() explicit. + (Murray Cumming) + +1.12.0 (stable): * Cairo::RefPtr: Add move constructors and move operator=(). (Murray Cumming) diff --git a/configure.ac b/configure.ac index a6e82be..771884b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([cairomm], [1.12.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.12.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |