diff options
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -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]) |