diff options
-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]) |