summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-02-11 09:36:40 +0100
committerMurray Cumming <murrayc@murrayc.com>2014-02-11 09:36:40 +0100
commitaff5295bef28770d6099defed8326fcbeed14c0a (patch)
treee10cd46607148f644406325eb475ca11c9b1db5e
parentc6a30e232d9dac8df12f8ab5d9565c14c0ecb6dc (diff)
1.11.1
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 198aa8f..763728b 100644
--- a/NEWS
+++ b/NEWS
@@ -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])