Skip to content

Commit b0d72ff

Browse files
committed
prepare for 0.9.3
1 parent 5a67a66 commit b0d72ff

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: 0.9.2
6+
Version: 0.9.3
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+
* Sun Feb 11 2018 Pavel Stehule <[email protected]>
47+
- fix few crash related when searching was used
48+
4649
* Fri Jan 12 2017 Pavel Stehule <[email protected]>
4750
- possibility to replace ascii art by unicode
4851

src/pspg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "unicode.h"
3030
#include "themes.h"
3131

32-
#define PSPG_VERSION "0.9.2"
32+
#define PSPG_VERSION "0.9.3"
3333

3434
/* GNU Hurd does not define MAXPATHLEN */
3535
#ifndef MAXPATHLEN

0 commit comments

Comments
 (0)