summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-09-06 13:53:23 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-09-06 13:53:23 +0200
commit3b7fcd28c113ba76fa641717d87bf02b10563602 (patch)
tree0716d23f679d331901b2d7b9f1c6574e64c5a811
parentcab739de4dd1a5e786db18e8e28b4f406db658be (diff)
-rw-r--r--ChangeLog2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d311bf..c746a70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.9.2:
+
2010-09-02 Murray Cumming <murrayc@murrayc.com>
Context: set_dash(): Make the dashes parameter const.
diff --git a/NEWS b/NEWS
index ff2dab8..36d9df8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.9.2 (unstable):
+
+* Context:
+ - set_dash(): Make the dashes parameter const.
+ - device_to_user(), device_to_user_distance(), user_to_device(),
+ user_to_device_distance(): Deprecate the non-const versions, adding const
+ versions.
+ (Murray Cumming)
+* Cleanup of most -Weffc++ warnings. Bug #28246.
+ (Ian Britten)
+
1.9.1 (unstable):
* Added Region.
diff --git a/configure.ac b/configure.ac
index 6b93151..8354dcf 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.9.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
+AC_INIT([cairomm], [1.9.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm],
[cairomm], [http://www.cairographics.org/cairomm/])
AC_PREREQ([2.62])