We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b64bb commit c9fbd1aCopy full SHA for c9fbd1a
pspg.spec
@@ -3,7 +3,7 @@
3
4
Summary: pspg: a unix pager optimized for psql
5
Name: pspg
6
-Version: 1.2.0
+Version: 1.2.1
7
Release: 0%{?dist}
8
License: BSD
9
Group: Development/Tools
@@ -43,6 +43,10 @@ CFLAGS="$RPM_OPT_FLAGS"
43
%{_bindir}/*
44
45
%changelog
46
+* Thu Jul 19 2018 Pavel Stehule <[email protected]>
47
+- menu support
48
+- new themes
49
+
50
* Thu Apr 26 2018 Pavel Stehule <[email protected]>
51
- compile with readline when it is available - history support
52
- fix some bugs
src/pspg.c
@@ -65,7 +65,7 @@
65
#endif
66
67
68
-#define PSPG_VERSION "1.2.0"
+#define PSPG_VERSION "1.2.1"
69
70
/* GNU Hurd does not define MAXPATHLEN */
71
#ifndef MAXPATHLEN
0 commit comments