Skip to content

Commit

Permalink
prepare for 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Jul 30, 2021
1 parent a97b146 commit 6cc9926
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions pspg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: pspg: a unix pager optimized for psql
Name: pspg
Version: 5.3.0
Version: 5.3.1
Release: 0%{?dist}
License: BSD
Group: Development/Tools
Expand Down Expand Up @@ -43,7 +43,11 @@ CFLAGS="$RPM_OPT_FLAGS"
%{_bindir}/*

%changelog
* Thu Jul 29 2021 Pavel Stehule <[email protected]>
* Fri Jul 30 2021 Pavel Stehule <[email protected]>
- using stream mode as default for PIPE source was bad idea.
I reverted it.

* Thu Jul 29 2021 Pavel Stehule <[email protected]>
- the option --stream is implicit for PIPE. If you use
pspg as page for PSQL_WATCH_PAGER, there is not necessity
to explicitly use option --stream
Expand Down
6 changes: 3 additions & 3 deletions src/pspg.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define FILE_TSV 2
#define FILE_MATRIX 3

#define PSPG_VERSION "5.3.0"
#define PSPG_VERSION "5.3.1"

/* GNU Hurd does not define MAXPATHLEN */
#ifndef MAXPATHLEN
Expand Down Expand Up @@ -491,9 +491,9 @@ extern FILE *logfile;
/*
* REMOVE THIS COMMENT FOR DEBUG OUTPUT
* and modify a path.
*/
*
#define DEBUG_PIPE "/home/pavel/debug"
//*/
*/

#ifdef DEBUG_PIPE

Expand Down

0 comments on commit 6cc9926

Please sign in to comment.