summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-12-13 17:54:24 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-12-13 17:54:24 +0100
commit19099b65fff85e268ddf5639bc2203374e9081f9 (patch)
treebfcbed293f4c756bb6db9f0380daaabfd761f694
parentd6194d4dc04bc22e893154119415a5751b5a93c7 (diff)
1.15.3v1.15.3
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20b059e..23bc223 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.15.3 (unstable):
+(Distros should probably not package this yet.)
+
+* RefPtr: This is now an alias for std::shared_ptr<>.
+ These should be instatiated via
+ Cairo::make_refptr_for_instance(), though that should
+ never be necessary anyway outside of the cairomm
+ implementation itself.
+
1.15.2 (unstable):
(Distros should probably not package this yet.)
diff --git a/configure.ac b/configure.ac
index 27e907f..dea5628 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.15.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
+AC_INIT([cairomm], [1.15.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
[cairomm], [http://www.cairographics.org/cairomm/])
AC_PREREQ([2.62])