Ver código fonte

Prepare for release v2.8.1

master
Arun Prakash Jana 5 anos atrás
pai
commit
90108ba763
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
5 arquivos alterados com 21 adições e 13 exclusões
  1. +8
    -0
      CHANGELOG
  2. +1
    -1
      Makefile
  3. +10
    -10
      misc/packagecore/packagecore.yaml
  4. +1
    -1
      nnn.1
  5. +1
    -1
      src/nnn.c

+ 8
- 0
CHANGELOG Ver arquivo

@@ -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 nnn v2.8
2019-12-04 2019-12-04




+ 1
- 1
Makefile Ver arquivo

@@ -1,4 +1,4 @@
VERSION = 2.8 VERSION = 2.8.1


PREFIX ?= /usr/local PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man MANPREFIX ?= $(PREFIX)/share/man


+ 10
- 10
misc/packagecore/packagecore.yaml Ver arquivo

@@ -85,16 +85,16 @@ packages:
deps: deps:
- ncurses - ncurses
- readline - readline
# fedora30: fedora30:
# builddeps: builddeps:
# - make - make
# - gcc - gcc
# - pkg-config - pkg-config
# - ncurses-devel - ncurses-devel
# - readline-devel - readline-devel
# deps: deps:
# - ncurses - ncurses
# - readline - readline
fedora31: fedora31:
builddeps: builddeps:
- make - make


+ 1
- 1
nnn.1 Ver arquivo

@@ -1,4 +1,4 @@
.Dd Dec 04, 2019 .Dd Dec 05, 2019
.Dt NNN 1 .Dt NNN 1
.Os .Os
.Sh NAME .Sh NAME


+ 1
- 1
src/nnn.c Ver arquivo

@@ -103,7 +103,7 @@
#include "dbg.h" #include "dbg.h"


/* Macro definitions */ /* Macro definitions */
#define VERSION "2.8" #define VERSION "2.8.1"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn" #define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#define SESSIONS_VERSION 1 #define SESSIONS_VERSION 1




||||||
x
 
000:0
Carregando…
Cancelar
Salvar