Skip to content

Commit c9fbd1a

Browse files
committed
prepare for 1.2.1
1 parent 51b64bb commit c9fbd1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pspg.spec

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

4545
%changelog
46+
* Thu Jul 19 2018 Pavel Stehule <[email protected]>
47+
- menu support
48+
- new themes
49+
4650
* Thu Apr 26 2018 Pavel Stehule <[email protected]>
4751
- compile with readline when it is available - history support
4852
- fix some bugs

src/pspg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#endif
6666
#endif
6767

68-
#define PSPG_VERSION "1.2.0"
68+
#define PSPG_VERSION "1.2.1"
6969

7070
/* GNU Hurd does not define MAXPATHLEN */
7171
#ifndef MAXPATHLEN

0 commit comments

Comments
 (0)