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