aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--Makefile2
-rw-r--r--misc/packagecore/packagecore.yaml20
-rw-r--r--nnn.12
-rw-r--r--src/nnn.c2
5 files changed, 21 insertions, 13 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c79a75..0f9231c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/Makefile b/Makefile
index c8ae898..43287f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 2.8
+VERSION = 2.8.1
PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
diff --git a/misc/packagecore/packagecore.yaml b/misc/packagecore/packagecore.yaml
index a2f731a..6a34e0e 100644
--- a/misc/packagecore/packagecore.yaml
+++ b/misc/packagecore/packagecore.yaml
@@ -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
diff --git a/nnn.1 b/nnn.1
index 25a2eeb..630fd58 100644
--- a/nnn.1
+++ b/nnn.1
@@ -1,4 +1,4 @@
-.Dd Dec 04, 2019
+.Dd Dec 05, 2019
.Dt NNN 1
.Os
.Sh NAME
diff --git a/src/nnn.c b/src/nnn.c
index 7b4baa7..f751c6f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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