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