Skip to content

Commit

Permalink
prep for 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Apr 11, 2020
1 parent bd22696 commit 24a9343
Show file tree
Hide file tree
Showing 40 changed files with 46 additions and 43 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.

* 1.2.7 (not yet released)
* 1.2.8
* `notcurses-tetris` now happily continues if it can't load its background.

* 1.2.7
* Plots now always keep the most recent data to their far right (i.e., the
gap that is initially filled is on the left, rather than the right).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(notcurses VERSION 1.2.8
project(notcurses VERSION 1.2.9
DESCRIPTION "UI for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
notcurses (1.2.8-1) unstable; urgency=medium
notcurses (1.2.9-1) unstable; urgency=medium

* New upstream
* Remove unnecessary graphviz builddep
* Symbols: add new functions
* Replace dep on python with ${python3:Depends} subst

-- Nick Black <[email protected]> Fri, 10 Apr 2020 16:17:55 -0400
-- Nick Black <[email protected]> Sat, 11 Apr 2020 12:39:37 -0400

notcurses (1.2.1-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
PROJECT_NUMBER = 1.2.9

# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/FreeBSD-Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME=notcurses
DISTVERSION=1.2.8
DISTVERSION=1.2.9
CATEGORIES=graphics
MASTER_SITES=https://nick-black.com/dankwiki/index.php/Notcurses

Expand Down
2 changes: 1 addition & 1 deletion doc/man/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</script>
</head>
<body>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.2.8)</h1>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.2.9)</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/>
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-demo.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-demo(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-input.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-input(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-ncreel.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-ncreel(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-pydemo.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-pydemo(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-tester.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-tester(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-tetris.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-tetris(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-view.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-view(1)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_cell.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_cell(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_channels.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_channels(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_directmode.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% ncdirect_init(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_fade.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_fade(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_init.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_init(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_input.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_input(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_lines.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_lines(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_menu.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_menu(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_multiselector.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_multiselector(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncplane(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncvisual.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncvisual(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME
notcurses_ncvisual - notcurses multimedia
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_output.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_output(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_palette.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_palette(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_plot.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_plot(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_reel.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_reel(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_refresh.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_refresh(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_render.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_render(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_selector.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_selector(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stats.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stats(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stdplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stdplane(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stop.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stop(3)
% nick black <[email protected]>
% v1.2.8
% v1.2.9

# NAME

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name="notcurses",
version="1.2.8",
version="1.2.9",
packages=['notcurses'],
package_dir={'': 'src'},
author="Nick Black",
Expand Down
2 changes: 1 addition & 1 deletion rust/libnotcurses-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
version = "1.2.9"
links = "notcurses"
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion rust/libnotcurses-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.8")
.atleast_version("1.2.9")
.probe("notcurses")
.unwrap();

Expand Down
4 changes: 2 additions & 2 deletions rust/notcurses/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.2.8"
version = "1.2.9"
authors = ["nick black <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -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.2.8"
libnotcurses-sys = "^1.2.9"
libc = "0.2.66"
libc-stdhandle = ">= 0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions tools/notcurses.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: notcurses
Version: 1.2.8
Version: 1.2.9
Release: 1%{?dist}
Summary: Character graphics and TUI library
License: ASL 2.0
Expand Down Expand Up @@ -96,5 +96,5 @@ Python wrappers and a demonstration script for the notcurses library.
%{python3_sitelib}/*egg-info/

%changelog
* Tue Apr 07 2020 Nick Black <[email protected]> - 1.2.8-1
* Tue Apr 07 2020 Nick Black <[email protected]> - 1.2.9-1
- Initial Fedora packaging

0 comments on commit 24a9343

Please sign in to comment.