summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-08-12 11:34:23 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-08-12 11:34:23 +0200
commit59366128a9848549a9bc6572145da1c02be2f8b9 (patch)
treead3dfaa64ace5c439bed795755a8f7ea4a4b57ed
parent632b5d1c4dfb7fb044351e56e69985ef64305fdd (diff)
1.11.4v1.11.4
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a08fce..c1693c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.11.4 (unstable):
+
+* Use (and require) C++11.
+ (Murray Cumming)
+* Add Script and ScriptSurface.
+ (Povilas Kanapickas)
+* Context: get_surface_wrapper(): Handle CAIRO_SURFACE_TYPE_SCRIPT,
+ returning a ScriptSurface.
+ (Povilas Kanapickas)
+* Surface: get_device(): Handle CAIRO_SURFACE_TYPE_SCRIPT,
+ returning a Script.
+ (Povilas Kanapickas)
+* Wrap cairo script device and script surface APIs.
+ (Povilas Kanapickas)
+* FtFontFace: Add get/set/unset_synthesize().
+ (Povilas Kanapickas)
+* Update MSVC.Net 2010 project files.
+ (David Weiß)
+
1.11.2 (unstable):
* Pattern: Add set_extend() and get_extend().
diff --git a/configure.ac b/configure.ac
index 04dbadc..a775e32 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.11.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
+AC_INIT([cairomm], [1.11.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
[cairomm], [http://www.cairographics.org/cairomm/])
AC_PREREQ([2.62])