diff options
author | Murray Cumming <murrayc@murrayc.com> | 2014-02-11 09:36:40 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2014-02-11 09:36:40 +0100 |
commit | aff5295bef28770d6099defed8326fcbeed14c0a (patch) | |
tree | e10cd46607148f644406325eb475ca11c9b1db5e | |
parent | c6a30e232d9dac8df12f8ab5d9565c14c0ecb6dc (diff) |
1.11.1
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +1.11.1 (unstable): + +* Pattern: Add set_extend() and get_extend(). + (Povilas Kanapickas) Bug #73775 +* ScaledFont: Add the missing get_extents() method implementation. + (Murray Cumming) Bug #53981 (cheshirekow) +* Allow use from Objective-C instead of just allowing building. + (Anton Bachin) Bug #66328 +* Avoid dereferencing empty std::vector<>s. + (Murray Cumming) Bug #36020 (Robert Kurjata) +* Documentation improvements. + (Mark Vender) +* Fix linker problems in examples. + (Murray Cumming) + 1.10.0 (stable): * Documentation: Context::arc(): Correct the documentation, as in the C diff --git a/configure.ac b/configure.ac index 03cb898..8b83180 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.10.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.11.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |