diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-09-06 13:53:23 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-09-06 13:53:23 +0200 |
commit | 3b7fcd28c113ba76fa641717d87bf02b10563602 (patch) | |
tree | 0716d23f679d331901b2d7b9f1c6574e64c5a811 | |
parent | cab739de4dd1a5e786db18e8e28b4f406db658be (diff) |
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.9.2: + 2010-09-02 Murray Cumming <murrayc@murrayc.com> Context: set_dash(): Make the dashes parameter const. @@ -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]) |