Skip to content

Commit

Permalink
Prepare for release v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 4, 2019
1 parent c139178 commit 90108ba
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.8
VERSION = 2.8.1

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
Expand Down
20 changes: 10 additions & 10 deletions misc/packagecore/packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nnn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd Dec 04, 2019
.Dd Dec 05, 2019
.Dt NNN 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

7 comments on commit 90108ba

@jarun
Copy link
Owner Author

@jarun jarun commented on 90108ba Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szlin, @dilawar, @eclipso, @fornwall @sjmulder nnn v2.8.1 is released!

v2.8.1 fixes a much-used feature which was broken in v2.8 released yesterday.

Note that the findutils dep (for xargs) is gone from v2.8 release. nnn works with any xargs implementation now including the minimal BusyBox one.

@dilawar
Copy link
Collaborator

@dilawar dilawar commented on 90108ba Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitted 2.8.1. to openSUSE.

@jarun
Copy link
Owner Author

@jarun jarun commented on 90108ba Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@szlin
Copy link
Collaborator

@szlin szlin commented on 90108ba Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun New version of nnn has been uploaded!

@jarun
Copy link
Owner Author

@jarun jarun commented on 90108ba Dec 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lin!

@sjmulder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In pkgsrc!

(Thought I left a note already but apparently not.)

@jarun
Copy link
Owner Author

@jarun jarun commented on 90108ba Dec 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.