Skip to content

Commit

Permalink
prepare for 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Mar 23, 2021
1 parent cb1a5fc commit 2f02902
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 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: 4.4.0
Version: 4.5.0
Release: 0%{?dist}
License: BSD
Group: Development/Tools
Expand Down Expand Up @@ -43,14 +43,18 @@ CFLAGS="$RPM_OPT_FLAGS"
%{_bindir}/*

%changelog
* Tue Mar 23 2021 Pavel Stehule <[email protected]>
- 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 <[email protected]>
* 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 <[email protected]>
* main window has vertical scrollbar
- main window has vertical scrollbar

* Fri Jan 29 2021 Pavel Stehule <[email protected]>
* enhancing mouse usage by support xterm mouse mode 1002
- enhancing mouse usage by support xterm mouse mode 1002

* Sat Jan 16 2021 Pavel Stehule <[email protected]>
- possibility to export to clipboard or file in CSV, TSVC, formatted text and INSERT formats
Expand Down
2 changes: 1 addition & 1 deletion 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 "4.4.0"
#define PSPG_VERSION "4.5.0"

/* GNU Hurd does not define MAXPATHLEN */
#ifndef MAXPATHLEN
Expand Down

0 comments on commit 2f02902

Please sign in to comment.