From ac683e21d2384436c93daf9307bf020790591c1d Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 7 Mar 2020 18:53:36 -0500 Subject: [PATCH] v1.2.3 --- CMakeLists.txt | 2 +- debian/changelog | 13 ++++--------- doc/Doxyfile | 2 +- doc/FreeBSD-Makefile | 2 +- doc/man/index.html | 2 +- doc/man/man1/notcurses-demo.1.md | 2 +- doc/man/man1/notcurses-input.1.md | 2 +- doc/man/man1/notcurses-ncreel.1.md | 2 +- doc/man/man1/notcurses-pydemo.1.md | 2 +- doc/man/man1/notcurses-tester.1.md | 2 +- doc/man/man1/notcurses-view.1.md | 2 +- doc/man/man3/notcurses.3.md | 2 +- doc/man/man3/notcurses_cell.3.md | 2 +- doc/man/man3/notcurses_channels.3.md | 2 +- doc/man/man3/notcurses_directmode.3.md | 2 +- doc/man/man3/notcurses_fade.3.md | 2 +- doc/man/man3/notcurses_init.3.md | 2 +- doc/man/man3/notcurses_input.3.md | 2 +- doc/man/man3/notcurses_lines.3.md | 2 +- doc/man/man3/notcurses_menu.3.md | 2 +- doc/man/man3/notcurses_ncplane.3.md | 2 +- doc/man/man3/notcurses_ncvisual.3.md | 2 +- doc/man/man3/notcurses_output.3.md | 2 +- doc/man/man3/notcurses_palette.3.md | 2 +- doc/man/man3/notcurses_reel.3.md | 2 +- doc/man/man3/notcurses_render.3.md | 2 +- doc/man/man3/notcurses_resize.3.md | 2 +- doc/man/man3/notcurses_selector.3.md | 2 +- doc/man/man3/notcurses_stats.3.md | 2 +- doc/man/man3/notcurses_stdplane.3.md | 2 +- doc/man/man3/notcurses_stop.3.md | 2 +- doc/release-checklist.md | 2 +- python/setup.py | 2 +- rust/libnotcurses-sys/Cargo.toml | 2 +- rust/libnotcurses-sys/build.rs | 2 +- rust/notcurses/Cargo.toml | 2 +- 36 files changed, 39 insertions(+), 44 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95d17d639..f4009d281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.2.2 +project(notcurses VERSION 1.2.3 DESCRIPTION "UI for modern terminal emulators" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" LANGUAGES C CXX) diff --git a/debian/changelog b/debian/changelog index 44fc98986..d63a71eb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,11 @@ -notcurses (1.2.3-1) UNRELEASED; urgency=medium - - * Remove unnecessary graphviz builddep - * Symbols: add new ncdirect_* functions - - -- Nick Black Mon, 24 Feb 2020 05:54:08 -0500 - -notcurses (1.2.2-1) unstable; urgency=medium +notcurses (1.2.3-1) unstable; urgency=medium * New upstream + * Remove unnecessary graphviz builddep + * Symbols: add new ncdirect_* functions * Replace dep on python with ${python3:Depends} subst - -- Nick Black Mon, 24 Feb 2020 00:01:32 -0500 + -- Nick Black Sat, 07 Mar 2020 18:53:25 -0500 notcurses (1.2.1-1) unstable; urgency=medium diff --git a/doc/Doxyfile b/doc/Doxyfile index 52b1f975a..2e8b41f84 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Notcurses # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.2.2 +PROJECT_NUMBER = 1.2.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/FreeBSD-Makefile b/doc/FreeBSD-Makefile index 443a69ac0..a852b60b6 100644 --- a/doc/FreeBSD-Makefile +++ b/doc/FreeBSD-Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME=notcurses -DISTVERSION=1.2.2 +DISTVERSION=1.2.3 CATEGORIES=graphics MASTER_SITES=https://nick-black.com/dankwiki/index.php/Notcurses diff --git a/doc/man/index.html b/doc/man/index.html index 2b87c6a3a..e16c14d2e 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -14,7 +14,7 @@ -

notcurses man pages (v1.2.2)

+

notcurses man pages (v1.2.3)

notcurses(3)—a blingful TUI library

Binaries (section 1)

notcurses-demo—shows off some notcurses features
diff --git a/doc/man/man1/notcurses-demo.1.md b/doc/man/man1/notcurses-demo.1.md index b9d6ccb4e..8a9729fbb 100644 --- a/doc/man/man1/notcurses-demo.1.md +++ b/doc/man/man1/notcurses-demo.1.md @@ -1,6 +1,6 @@ % notcurses-demo(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index 405cb8dc5..9cfbed76d 100644 --- a/doc/man/man1/notcurses-input.1.md +++ b/doc/man/man1/notcurses-input.1.md @@ -1,6 +1,6 @@ % notcurses-input(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index d47bd985e..a0772cd54 100644 --- a/doc/man/man1/notcurses-ncreel.1.md +++ b/doc/man/man1/notcurses-ncreel.1.md @@ -1,6 +1,6 @@ % notcurses-ncreel(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man1/notcurses-pydemo.1.md b/doc/man/man1/notcurses-pydemo.1.md index bbeefbd75..0a08963d9 100644 --- a/doc/man/man1/notcurses-pydemo.1.md +++ b/doc/man/man1/notcurses-pydemo.1.md @@ -1,6 +1,6 @@ % notcurses-pydemo(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index 55513b761..bbf1fc179 100644 --- a/doc/man/man1/notcurses-tester.1.md +++ b/doc/man/man1/notcurses-tester.1.md @@ -1,6 +1,6 @@ % notcurses-tester(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index eb2743082..7c6114e73 100644 --- a/doc/man/man1/notcurses-view.1.md +++ b/doc/man/man1/notcurses-view.1.md @@ -1,6 +1,6 @@ % notcurses-view(1) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index c86393cf5..458e8baa6 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -1,6 +1,6 @@ % notcurses(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index c056bbe19..e42d2b864 100644 --- a/doc/man/man3/notcurses_cell.3.md +++ b/doc/man/man3/notcurses_cell.3.md @@ -1,6 +1,6 @@ % notcurses_cell(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index 7240308b4..d919b8f54 100644 --- a/doc/man/man3/notcurses_channels.3.md +++ b/doc/man/man3/notcurses_channels.3.md @@ -1,6 +1,6 @@ % notcurses_channels(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_directmode.3.md b/doc/man/man3/notcurses_directmode.3.md index b56573ae7..a64c07ccc 100644 --- a/doc/man/man3/notcurses_directmode.3.md +++ b/doc/man/man3/notcurses_directmode.3.md @@ -1,6 +1,6 @@ % ncdirect_init(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index 4643bec9d..296cd4276 100644 --- a/doc/man/man3/notcurses_fade.3.md +++ b/doc/man/man3/notcurses_fade.3.md @@ -1,6 +1,6 @@ % notcurses_fade(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index 1b7ac6f0d..5bc37c1b7 100644 --- a/doc/man/man3/notcurses_init.3.md +++ b/doc/man/man3/notcurses_init.3.md @@ -1,6 +1,6 @@ % notcurses_init(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 77cb7bda3..061d176a7 100644 --- a/doc/man/man3/notcurses_input.3.md +++ b/doc/man/man3/notcurses_input.3.md @@ -1,6 +1,6 @@ % notcurses_input(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index b857df369..5a9a08405 100644 --- a/doc/man/man3/notcurses_lines.3.md +++ b/doc/man/man3/notcurses_lines.3.md @@ -1,6 +1,6 @@ % notcurses_lines(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index bd848df15..0131ef4bc 100644 --- a/doc/man/man3/notcurses_menu.3.md +++ b/doc/man/man3/notcurses_menu.3.md @@ -1,6 +1,6 @@ % notcurses_menu(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_ncplane.3.md b/doc/man/man3/notcurses_ncplane.3.md index d3fe4baa9..a98d00674 100644 --- a/doc/man/man3/notcurses_ncplane.3.md +++ b/doc/man/man3/notcurses_ncplane.3.md @@ -1,6 +1,6 @@ % notcurses_ncplane(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_ncvisual.3.md b/doc/man/man3/notcurses_ncvisual.3.md index e07fac945..74eff06bf 100644 --- a/doc/man/man3/notcurses_ncvisual.3.md +++ b/doc/man/man3/notcurses_ncvisual.3.md @@ -1,6 +1,6 @@ % notcurses_ncvisual(3) % nick black -% v1.2.2 +% v1.2.3 # NAME notcurses_ncvisual - notcurses multimedia diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index 5df6ae1da..4de78e26d 100644 --- a/doc/man/man3/notcurses_output.3.md +++ b/doc/man/man3/notcurses_output.3.md @@ -1,6 +1,6 @@ % notcurses_output(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index 579c976d7..9bd20f59e 100644 --- a/doc/man/man3/notcurses_palette.3.md +++ b/doc/man/man3/notcurses_palette.3.md @@ -1,6 +1,6 @@ % notcurses_palette(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index a74c6efe0..bbc456fe3 100644 --- a/doc/man/man3/notcurses_reel.3.md +++ b/doc/man/man3/notcurses_reel.3.md @@ -1,6 +1,6 @@ % notcurses_reel(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index f355b78cc..c9b671e9f 100644 --- a/doc/man/man3/notcurses_render.3.md +++ b/doc/man/man3/notcurses_render.3.md @@ -1,6 +1,6 @@ % notcurses_render(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_resize.3.md b/doc/man/man3/notcurses_resize.3.md index a941356fe..abb726bab 100644 --- a/doc/man/man3/notcurses_resize.3.md +++ b/doc/man/man3/notcurses_resize.3.md @@ -1,6 +1,6 @@ % notcurses_resize(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index 6cfdabc6e..4d3618c83 100644 --- a/doc/man/man3/notcurses_selector.3.md +++ b/doc/man/man3/notcurses_selector.3.md @@ -1,6 +1,6 @@ % notcurses_selector(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index 377330489..12c221401 100644 --- a/doc/man/man3/notcurses_stats.3.md +++ b/doc/man/man3/notcurses_stats.3.md @@ -1,6 +1,6 @@ % notcurses_stats(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index c474a8ede..d75f27229 100644 --- a/doc/man/man3/notcurses_stdplane.3.md +++ b/doc/man/man3/notcurses_stdplane.3.md @@ -1,6 +1,6 @@ % notcurses_stdplane(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index 990116944..1c11c97c1 100644 --- a/doc/man/man3/notcurses_stop.3.md +++ b/doc/man/man3/notcurses_stop.3.md @@ -1,6 +1,6 @@ % notcurses_stop(3) % nick black -% v1.2.2 +% v1.2.3 # NAME diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 95648cdac..874b7270f 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,4 +1,4 @@ -* `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` +* `for i in CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs ; do sed -i -e "s/$OLDVERSION/$VERSION/g" $i ; done` * Finalize Debian changelog with `dch -r` * git commit -a -m v$VERSION * Verify that Debian package builds properly diff --git a/python/setup.py b/python/setup.py index be1ce4d6d..bd4d2fe06 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name="notcurses", - version="1.2.2", + version="1.2.3", packages=['notcurses'], package_dir={'': 'src'}, author="Nick Black", diff --git a/rust/libnotcurses-sys/Cargo.toml b/rust/libnotcurses-sys/Cargo.toml index b79dc87db..8149f517e 100644 --- a/rust/libnotcurses-sys/Cargo.toml +++ b/rust/libnotcurses-sys/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" description = "Low-level rust bindings for the notcurses C library." repository = "https://github.com/dankamongmen/notcurses" homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" -version = "1.2.2" +version = "1.2.3" links = "notcurses" build = "build.rs" edition = "2018" diff --git a/rust/libnotcurses-sys/build.rs b/rust/libnotcurses-sys/build.rs index 34ab5c2d5..adfeb814f 100644 --- a/rust/libnotcurses-sys/build.rs +++ b/rust/libnotcurses-sys/build.rs @@ -6,7 +6,7 @@ use std::path::PathBuf; // largely taken from https://rust-lang.github.io/rust-bindgen/tutorial-3.html fn main() { pkg_config::Config::new() - .atleast_version("1.2.2") + .atleast_version("1.2.3") .probe("notcurses") .unwrap(); diff --git a/rust/notcurses/Cargo.toml b/rust/notcurses/Cargo.toml index a298188e9..9fb64b8fb 100644 --- a/rust/notcurses/Cargo.toml +++ b/rust/notcurses/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "1.2.2" +version = "1.2.3" authors = ["nick black "] edition = "2018" license = "Apache-2.0"