Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
5 changed files with
21 additions and
13 deletions
-
CHANGELOG
-
Makefile
-
misc/packagecore/packagecore.yaml
-
nnn.1
-
src/nnn.c
|
|
@@ -1,3 +1,11 @@ |
|
|
|
nnn v2.8.1 |
|
|
|
2019-12-05 |
|
|
|
|
|
|
|
- Fix always archiving current file |
|
|
|
- More elaborate docs on selection changes |
|
|
|
|
|
|
|
------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
nnn v2.8 |
|
|
|
2019-12-04 |
|
|
|
|
|
|
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
VERSION = 2.8 |
|
|
|
VERSION = 2.8.1 |
|
|
|
|
|
|
|
PREFIX ?= /usr/local |
|
|
|
MANPREFIX ?= $(PREFIX)/share/man |
|
|
|
|
|
@@ -85,16 +85,16 @@ packages: |
|
|
|
deps: |
|
|
|
- ncurses |
|
|
|
- readline |
|
|
|
# fedora30: |
|
|
|
# builddeps: |
|
|
|
# - make |
|
|
|
# - gcc |
|
|
|
# - pkg-config |
|
|
|
# - ncurses-devel |
|
|
|
# - readline-devel |
|
|
|
# deps: |
|
|
|
# - ncurses |
|
|
|
# - readline |
|
|
|
fedora30: |
|
|
|
builddeps: |
|
|
|
- make |
|
|
|
- gcc |
|
|
|
- pkg-config |
|
|
|
- ncurses-devel |
|
|
|
- readline-devel |
|
|
|
deps: |
|
|
|
- ncurses |
|
|
|
- readline |
|
|
|
fedora31: |
|
|
|
builddeps: |
|
|
|
- make |
|
|
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
.Dd Dec 04, 2019 |
|
|
|
.Dd Dec 05, 2019 |
|
|
|
.Dt NNN 1 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@@ -103,7 +103,7 @@ |
|
|
|
#include "dbg.h" |
|
|
|
|
|
|
|
/* Macro definitions */ |
|
|
|
#define VERSION "2.8" |
|
|
|
#define VERSION "2.8.1" |
|
|
|
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn" |
|
|
|
#define SESSIONS_VERSION 1 |
|
|
|
|
|
|
|