Skip to content

Commit e7fe9ec

Browse files
committed
prepare for 1.6.4
1 parent 1b3f67c commit e7fe9ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pspg.spec

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: pspg: a unix pager optimized for psql
55
Name: pspg
6-
Version: 1.6.2
6+
Version: 1.6.4
77
Release: 0%{?dist}
88
License: BSD
99
Group: Development/Tools
@@ -43,6 +43,11 @@ CFLAGS="$RPM_OPT_FLAGS"
4343
%{_bindir}/*
4444

4545
%changelog
46+
* Thu Mar 21 2019 Pavel Stehule <[email protected]>
47+
- use higher 8 colours when it is possible (fix Fodora 30 issue)
48+
- new themes
49+
- new options: bold labels, bold cursors
50+
4651
* Mon Sep 10 2018 Pavel Stehule <[email protected]>
4752
- possibility to show line numbers and hide cursor, menu and status bar
4853
- new themes

src/pspg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#endif
8585
#endif
8686

87-
#define PSPG_VERSION "1.6.3"
87+
#define PSPG_VERSION "1.6.4"
8888

8989
/* GNU Hurd does not define MAXPATHLEN */
9090
#ifndef MAXPATHLEN

0 commit comments

Comments
 (0)