Skip to content

Commit

Permalink
Drop README-UPGRADE. Add requirements.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 9, 2022
1 parent 3a54855 commit f3b9907
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUBDIRS = include src test tools config doc
EXTRA_DIST = autogen.sh configitems README.md README-UPGRADE VERSION
EXTRA_DIST = autogen.sh configitems README.md VERSION requirements.json

MAINTAINERCLEANFILES = \
Makefile.in aclocal.m4 config.h.in config.log configure stamp-h.in
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
with_postgres_lib = @with_postgres_lib@
SUBDIRS = include src test tools config doc
EXTRA_DIST = autogen.sh configitems README.md README-UPGRADE VERSION
EXTRA_DIST = autogen.sh configitems README.md VERSION requirements.json
MAINTAINERCLEANFILES = \
Makefile.in aclocal.m4 config.h.in config.log configure stamp-h.in

Expand Down
5 changes: 0 additions & 5 deletions README-UPGRADE

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ commits in `master`. For example, to get version 7.1.1:
Upgrade notes
-------------

**The 7.x versions require C++17.** Make sure your compiler is up to date.
For libpqxx 8.x you will need C++20.
**The 7.x versions require at least C++17.** Make sure your compiler is up to
date. For libpqxx 8.x you will need at least C++20.

Also, **7.0 makes some breaking changes in rarely used APIs:**
* There is just a single `connection` class. It connects immediately.
Expand Down

0 comments on commit f3b9907

Please sign in to comment.