diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2021-05-20 15:56:55 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2021-05-20 15:56:55 +0200 |
commit | 61286896d11ed961add217ff4a209d10d9efb700 (patch) | |
tree | b84d83c8c9de28724bdfc7b381b1efce89b12c72 | |
parent | 432005252aaab163bed7eaed19f9fae17b9cf408 (diff) |
1.16.11.16.1
-rwxr-xr-x[-rw-r--r--] | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +1.16.1 (stable): + +Cairo: +* Surface::Type: Deprecate WIN32, add WIN32_SURFACE + (Kjell Ahlstedt) Issue #26, merge request !14 + +Build: +* cairommconfig.h.*: Don't dllimport on MinGW + (Chun-wei Fan) Merge reqest !16 + (Chun-wei Fan) Issue gtkmm#90 (Lukas K.) +* Meson build: Make it possible to use cairomm as a subproject + (Kjell Ahlstedt) +* Meson build: No implicit_include_directories + (Kjell Ahlstedt) +* MSVC build: exception.h: Export Cairo::logic_error selectively + (Chun-wei Fan) Merge request !17 + + 1.16.0 (stable): This is the first stable release in the cairomm-1.16 ABI series. diff --git a/configure.ac b/configure.ac index d6c1fab..d224409 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.16.0], +AC_INIT([cairomm], [1.16.1], [https://gitlab.freedesktop.org/cairo/cairomm/-/issues], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |