We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a67a66 commit b0d72ffCopy full SHA for b0d72ff
pspg.spec
@@ -3,7 +3,7 @@
3
4
Summary: pspg: a unix pager optimized for psql
5
Name: pspg
6
-Version: 0.9.2
+Version: 0.9.3
7
Release: 0%{?dist}
8
License: BSD
9
Group: Development/Tools
@@ -43,6 +43,9 @@ CFLAGS="$RPM_OPT_FLAGS"
43
%{_bindir}/*
44
45
%changelog
46
+* Sun Feb 11 2018 Pavel Stehule <[email protected]>
47
+- fix few crash related when searching was used
48
+
49
* Fri Jan 12 2017 Pavel Stehule <[email protected]>
50
- possibility to replace ascii art by unicode
51
src/pspg.c
@@ -29,7 +29,7 @@
29
#include "unicode.h"
30
#include "themes.h"
31
32
-#define PSPG_VERSION "0.9.2"
+#define PSPG_VERSION "0.9.3"
33
34
/* GNU Hurd does not define MAXPATHLEN */
35
#ifndef MAXPATHLEN
0 commit comments