From 81d69c6ce66bf8a3388ff22de6dbeb4c733b151a Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 1 Feb 2020 02:38:56 -0500 Subject: [PATCH] v1.1.3 --- debian/libnotcurses++1.symbols | 3 --- doc/release-checklist.md | 1 - 2 files changed, 4 deletions(-) diff --git a/debian/libnotcurses++1.symbols b/debian/libnotcurses++1.symbols index d9c0aad5f..bf83ce386 100644 --- a/debian/libnotcurses++1.symbols +++ b/debian/libnotcurses++1.symbols @@ -13,13 +13,10 @@ libnotcurses++.so.1 libnotcurses++1 #MINVER# _ZN4ncpp5Plane15plane_map_mutexE@Base 1.1.0 _ZN4ncpp5Plane9map_planeEP7ncplanePS0_@Base 1.1.0 _ZN4ncpp5Plane9plane_mapE@Base 1.1.0 - _ZN4ncpp5PlaneD1Ev@Base 1.1.0 - _ZN4ncpp5PlaneD2Ev@Base 1.1.0 _ZN4ncpp6Tablet10map_tabletEP6tablet@Base 1.1.0 _ZN4ncpp6Tablet10tablet_mapE@Base 1.1.0 _ZN4ncpp6Tablet12unmap_tabletEPS0_@Base 1.1.0 _ZN4ncpp6Tablet16tablet_map_mutexE@Base 1.1.0 - _ZN4ncpp6Visual13destroy_planeEPNS_5PlaneE@Base 1.1.0 _ZN4ncpp9NotCurses10init_mutexE@Base 1.1.0 _ZN4ncpp9NotCurses25default_notcurses_optionsE@Base 1.1.0 _ZN4ncpp9NotCurses7get_topEv@Base 1.1.0 diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 69e8833e1..d3af5ffdd 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,6 +1,5 @@ * `for i in CMakeLists.txt doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs ; do sed -i -e "s/x.y.z/$VERSION/g" $i ; done` * Finalize Debian changelog with `dch -r` -* Update version in rust/Cargo.toml * git commit -a -m v$VERSION * Verify that Debian package builds properly * git clean -d -f -x