Skip to content

Commit 192c1ff

Browse files
committed
prepare for 1.6.5
1 parent c0a4f9a commit 192c1ff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pspg.spec

+4-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.4
6+
Version: 1.6.5
77
Release: 0%{?dist}
88
License: BSD
99
Group: Development/Tools
@@ -43,6 +43,9 @@ CFLAGS="$RPM_OPT_FLAGS"
4343
%{_bindir}/*
4444

4545
%changelog
46+
* Mon Apr 8 2019 Pavel Stehule <[email protected]>
47+
- fix minor issue related to draw menu, when terminal is resized
48+
4649
* Thu Mar 21 2019 Pavel Stehule <[email protected]>
4750
- use higher 8 colours when it is possible (fix Fodora 30 issue)
4851
- 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.4"
87+
#define PSPG_VERSION "1.6.5"
8888

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

0 commit comments

Comments
 (0)