From 32d3ae91c8e25ec22994123f797d708e9b7e5592 Mon Sep 17 00:00:00 2001 From: nick black <dankamongmen@gmail.com> Date: Sun, 17 May 2020 09:01:53 -0400 Subject: [PATCH] v1.4.2.3 --- CMakeLists.txt | 2 +- NEWS.md | 2 +- doc/Doxyfile | 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-tetris.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_error.3.md | 2 +- doc/man/man3/notcurses_fade.3.md | 2 +- doc/man/man3/notcurses_fds.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_multiselector.3.md | 2 +- doc/man/man3/notcurses_output.3.md | 2 +- doc/man/man3/notcurses_palette.3.md | 2 +- doc/man/man3/notcurses_plane.3.md | 2 +- doc/man/man3/notcurses_plot.3.md | 2 +- doc/man/man3/notcurses_reader.3.md | 2 +- doc/man/man3/notcurses_reel.3.md | 2 +- doc/man/man3/notcurses_refresh.3.md | 2 +- doc/man/man3/notcurses_render.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/man/man3/notcurses_visual.3.md | 2 +- python/setup.py | 2 +- rust/libnotcurses-sys/Cargo.toml | 2 +- rust/libnotcurses-sys/build.rs | 2 +- rust/notcurses/Cargo.toml | 4 ++-- tools/release.sh | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3f8433fe5..1a97d12e54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.4.2.2 +project(notcurses VERSION 1.4.2.3 DESCRIPTION "UI for modern terminal emulators" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" LANGUAGES C CXX) diff --git a/NEWS.md b/NEWS.md index 8c9e42ad47..f45641c3fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ This document attempts to list user-visible changes and any major internal rearrangements of Notcurses. -* 1.4.2.2 (2020-05-17) +* 1.4.2.3 (2020-05-17) * Added `notcurses_canutf8()`, to verify use of UTF-8 encoding. * Fixed bug in `ncvisual_from_plane()` when invoked on the standard plane. * `ncvisual_from_plane()` now accepts the same four geometric parameters diff --git a/doc/Doxyfile b/doc/Doxyfile index 7ece3f6c44..c3503294fa 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.4.2.2 +PROJECT_NUMBER = 1.4.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/man/index.html b/doc/man/index.html index fb52cad823..1798cbd49f 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -20,7 +20,7 @@ </center> <br> <hr> - <h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.4.2.2)</h1> + <h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.4.2.3)</h1> <a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/> <h2>Binaries (section 1)</h2> <a href="notcurses-demo.1.html">notcurses-demo</a>—shows off some notcurses features<br/> diff --git a/doc/man/man1/notcurses-demo.1.md b/doc/man/man1/notcurses-demo.1.md index b02496487b..e38cc109fe 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index 411ff33882..98bbc951b6 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index cd6016f4cc..bbde231f5e 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-pydemo.1.md b/doc/man/man1/notcurses-pydemo.1.md index 79f023275f..13c732e59b 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index 3f6e6419f3..d171733d18 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index d7bd5043c0..c52fc2f8f8 100644 --- a/doc/man/man1/notcurses-tetris.1.md +++ b/doc/man/man1/notcurses-tetris.1.md @@ -1,6 +1,6 @@ % notcurses-tetris(1) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index 58ef427f02..364233e3cb 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 4fe7950e7d..1b66429a2c 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -1,6 +1,6 @@ % notcurses(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index c72bd493de..4592cf5bd9 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index c822f9b2b6..4964a2a563 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_directmode.3.md b/doc/man/man3/notcurses_directmode.3.md index df71beb3a7..d0dd499017 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_error.3.md b/doc/man/man3/notcurses_error.3.md index 3ba94f86a4..27657e0b3d 100644 --- a/doc/man/man3/notcurses_error.3.md +++ b/doc/man/man3/notcurses_error.3.md @@ -1,6 +1,6 @@ % notcurses_error(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index 1c0cdd7e92..107a8900c6 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_fds.3.md b/doc/man/man3/notcurses_fds.3.md index 5221738368..51228d6d29 100644 --- a/doc/man/man3/notcurses_fds.3.md +++ b/doc/man/man3/notcurses_fds.3.md @@ -1,6 +1,6 @@ % notcurses_fds(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index 9635fcb4d6..d1328c7058 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 717dc45278..3856e18349 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index 78481ccc0f..6956cd3e77 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index 5de7574bf0..789e19ca43 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_multiselector.3.md b/doc/man/man3/notcurses_multiselector.3.md index b410bc64c6..9a78263bd8 100644 --- a/doc/man/man3/notcurses_multiselector.3.md +++ b/doc/man/man3/notcurses_multiselector.3.md @@ -1,6 +1,6 @@ % notcurses_multiselector(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index d439ec20dd..0239fc45f7 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index 4d2ec8a501..7039f42703 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index 0c02232c6f..c9c2715ee6 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -1,6 +1,6 @@ % notcurses_plane(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md index 2c2d6ffaee..7ce7ae1957 100644 --- a/doc/man/man3/notcurses_plot.3.md +++ b/doc/man/man3/notcurses_plot.3.md @@ -1,6 +1,6 @@ % notcurses_plot(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_reader.3.md b/doc/man/man3/notcurses_reader.3.md index eed75355d9..c94507d752 100644 --- a/doc/man/man3/notcurses_reader.3.md +++ b/doc/man/man3/notcurses_reader.3.md @@ -1,6 +1,6 @@ % notcurses_reader(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index 27b498e1d5..360407c3b7 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_refresh.3.md b/doc/man/man3/notcurses_refresh.3.md index 937c8cc92b..19164a242d 100644 --- a/doc/man/man3/notcurses_refresh.3.md +++ b/doc/man/man3/notcurses_refresh.3.md @@ -1,6 +1,6 @@ % notcurses_refresh(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index 992ad1f35f..2eb882f9e2 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index 0047dda210..24208d2a83 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index f608fa16f7..6d1132850e 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index b41ffd2fb2..6b3b524de1 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index 6c01e55767..dce3768358 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 <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME diff --git a/doc/man/man3/notcurses_visual.3.md b/doc/man/man3/notcurses_visual.3.md index 1934509b2d..8ee0fcc444 100644 --- a/doc/man/man3/notcurses_visual.3.md +++ b/doc/man/man3/notcurses_visual.3.md @@ -1,6 +1,6 @@ % notcurses_ncvisual(3) % nick black <nickblack@linux.com> -% v1.4.2.2 +% v1.4.2.3 # NAME notcurses_ncvisual - notcurses multimedia diff --git a/python/setup.py b/python/setup.py index bed47cb06c..2d10a7f421 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name="notcurses", - version="1.4.2.2", + version="1.4.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 09dc287145..40bde59ed2 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.4.2.2" +version = "1.4.2.3" links = "notcurses" build = "build.rs" edition = "2018" diff --git a/rust/libnotcurses-sys/build.rs b/rust/libnotcurses-sys/build.rs index 1b94a9e012..340267d05d 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.4.2.2") + .atleast_version("1.4.2.3") .probe("notcurses") .unwrap(); diff --git a/rust/notcurses/Cargo.toml b/rust/notcurses/Cargo.toml index 916bff5ba4..526370c00b 100644 --- a/rust/notcurses/Cargo.toml +++ b/rust/notcurses/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "1.4.2.2" +version = "1.4.2.3" authors = ["nick black <dankamongmen@gmail.com>"] edition = "2018" license = "Apache-2.0" @@ -11,7 +11,7 @@ homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libnotcurses-sys = "^1.4.2.2" +libnotcurses-sys = "^1.4.2.3" libc = "0.2.66" libc-stdhandle = ">= 0.1.0" diff --git a/tools/release.sh b/tools/release.sh index aea61fae01..33c0b2917c 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -17,7 +17,7 @@ for i in $BUMP ; do sed -i -e "s/$OLDVERSION/$VERSION/g" $i done echo "Checking for instances of $OLDVERSION..." -grep -rF "$OLDVERSION" * +grep -rF "$OLDVERSION" * || true git commit -a -m v$VERSION git push git pull