From 2f02902ab723833da3eb7766b3687d7f209e382d Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Tue, 23 Mar 2021 18:01:33 +0100 Subject: [PATCH] prepare for 4.5.0 --- pspg.spec | 12 ++++++++---- src/pspg.h | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pspg.spec b/pspg.spec index d473799..c2db623 100644 --- a/pspg.spec +++ b/pspg.spec @@ -3,7 +3,7 @@ Summary: pspg: a unix pager optimized for psql Name: pspg -Version: 4.4.0 +Version: 4.5.0 Release: 0%{?dist} License: BSD Group: Development/Tools @@ -43,14 +43,18 @@ CFLAGS="$RPM_OPT_FLAGS" %{_bindir}/* %changelog +* Tue Mar 23 2021 Pavel Stehule +- fix stream mode on apple (/dev/tty dosn't work with poll function) +- new query stream mode - queries for pg client are read from stream + * Fri Mar 19 2021 Pavel Stehule -* for some cases the multiline values are exported as one value +- for some cases the multiline values are exported as one value * Sun Feb 7 2021 Pavel Stehule -* main window has vertical scrollbar +- main window has vertical scrollbar * Fri Jan 29 2021 Pavel Stehule -* enhancing mouse usage by support xterm mouse mode 1002 +- enhancing mouse usage by support xterm mouse mode 1002 * Sat Jan 16 2021 Pavel Stehule - possibility to export to clipboard or file in CSV, TSVC, formatted text and INSERT formats diff --git a/src/pspg.h b/src/pspg.h index 3a0fd08..e4362e3 100644 --- a/src/pspg.h +++ b/src/pspg.h @@ -34,7 +34,7 @@ #define FILE_TSV 2 #define FILE_MATRIX 3 -#define PSPG_VERSION "4.4.0" +#define PSPG_VERSION "4.5.0" /* GNU Hurd does not define MAXPATHLEN */ #ifndef MAXPATHLEN