@@ -7,15 +7,15 @@ What's new in psycopg 2.9.7
77- Fix propagation of exceptions raised during module initialization
88 (:ticket:`#1598`).
99- Fix building when pg_config returns an empty string (:ticket:`#1599`).
10- - Wheel package compiled against OpenSSL 1.1.1v.
10+ - Wheel package bundled with OpenSSL 1.1.1v.
1111
1212
1313What's new in psycopg 2.9.6
1414^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515
1616- Package manylinux 2014 for aarch64 and ppc64le platforms, in order to
1717 include libpq 15 in the binary package (:ticket:`#1396`).
18- - Wheel package compiled against OpenSSL 1.1.1t.
18+ - Wheel package bundled with OpenSSL 1.1.1t.
1919
2020
2121What's new in psycopg 2.9.5
@@ -24,7 +24,7 @@ What's new in psycopg 2.9.5
2424- Add support for Python 3.11.
2525- Add support for rowcount in MERGE statements in binary packages
2626 (:ticket:`#1497`).
27- - Wheel package compiled against OpenSSL 1.1.1r and PostgreSQL 15 libpq.
27+ - Wheel package bundled with OpenSSL 1.1.1r and PostgreSQL 15 libpq.
2828
2929
3030What's new in psycopg 2.9.4
@@ -38,7 +38,7 @@ What's new in psycopg 2.9.4
3838 binary packages (:ticket:`#1365`).
3939- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
4040 PostgreSQL 15.
41- - Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4 libpq.
41+ - Wheel package bundled with OpenSSL 1.1.1q and PostgreSQL 14.4 libpq.
4242
4343
4444What's new in psycopg 2.9.3
@@ -55,7 +55,7 @@ What's new in psycopg 2.9.2
5555- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
5656 PostgreSQL 14.
5757- Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`).
58- - Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1 libpq
58+ - Wheel package bundled with OpenSSL 1.1.1l and PostgreSQL 14.1 libpq
5959 (:ticket:`#1388`).
6060
6161
@@ -92,7 +92,7 @@ Other changes:
9292 platforms.
9393- Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and
9494 ppc64le platforms.
95- - Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3 libpq.
95+ - Wheel package bundled with OpenSSL 1.1.1k and PostgreSQL 13.3 libpq.
9696- Build system for Linux/MacOS binary packages moved to GitHub Actions.
9797
9898
@@ -116,7 +116,7 @@ What's new in psycopg 2.8.6
116116- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
117117 PostgreSQL 13.
118118- Added wheel packages for ARM architecture (:ticket:`#1125`).
119- - Wheel package compiled against OpenSSL 1.1.1g.
119+ - Wheel package bundled with OpenSSL 1.1.1g.
120120
121121
122122What's new in psycopg 2.8.5
@@ -145,7 +145,7 @@ What's new in psycopg 2.8.4
145145 and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`).
146146- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
147147 PostgreSQL 12.
148- - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.
148+ - Wheel package bundled with OpenSSL 1.1.1d and PostgreSQL at least 11.4.
149149
150150
151151What's new in psycopg 2.8.3
@@ -234,22 +234,22 @@ Other changes:
234234 source files are now compatible with Python 2 & 3 as is.
235235- The `!psycopg2.test` package is no longer installed by ``python setup.py
236236 install``.
237- - Wheel package compiled against OpenSSL 1.0.2r and PostgreSQL 11.2 libpq.
237+ - Wheel package bundled with OpenSSL 1.0.2r and PostgreSQL 11.2 libpq.
238238
239239
240240What's new in psycopg 2.7.7
241241^^^^^^^^^^^^^^^^^^^^^^^^^^^
242242
243243- Cleanup of the cursor results assignment code, which might have solved
244244 double free and inconsistencies in concurrent usage (:tickets:`#346, #384`).
245- - Wheel package compiled against OpenSSL 1.0.2q.
245+ - Wheel package bundled with OpenSSL 1.0.2q.
246246
247247
248248What's new in psycopg 2.7.6.1
249249^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
250250
251251- Fixed binary package broken on OS X 10.12 (:ticket:`#807`).
252- - Wheel package compiled against PostgreSQL 11.1 libpq.
252+ - Wheel package bundled with PostgreSQL 11.1 libpq.
253253
254254
255255What's new in psycopg 2.7.6
@@ -266,7 +266,7 @@ What's new in psycopg 2.7.6
266266- `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable`
267267 objects (:ticket:`#794`).
268268- `~psycopg2.errorcodes` map updated to PostgreSQL 11.
269- - Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
269+ - Wheel package bundled with PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
270270
271271
272272What's new in psycopg 2.7.5
@@ -280,7 +280,7 @@ What's new in psycopg 2.7.5
280280- Maybe fixed building on MSYS2 (as reported in :ticket:`#658`).
281281- Allow string subclasses in connection and other places (:ticket:`#679`).
282282- Don't raise an exception closing an unused named cursor (:ticket:`#716`).
283- - Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.
283+ - Wheel package bundled with PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.
284284
285285
286286What's new in psycopg 2.7.4
@@ -302,15 +302,15 @@ What's new in psycopg 2.7.4
302302- Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING`
303303 statements (:ticket:`#633`).
304304- Fixed compatibility problem with pypy3 (:ticket:`#649`).
305- - Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
305+ - Wheel packages bundled with PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
306306- Wheel packages for Python 2.6 no more available (support dropped from
307307 wheel building infrastructure).
308308
309309
310310What's new in psycopg 2.7.3.2
311311^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
312312
313- - Wheel package compiled against PostgreSQL 10.0 libpq and OpenSSL 1.0.2l
313+ - Wheel package bundled with PostgreSQL 10.0 libpq and OpenSSL 1.0.2l
314314 (:tickets:`#601, #602`).
315315
316316
@@ -383,7 +383,7 @@ New features:
383383 them together.
384384- Added `~psycopg2.__libpq_version__` and
385385 `~psycopg2.extensions.libpq_version()` to inspect the version of the
386- ``libpq`` library the module was compiled/loaded with
386+ ``libpq`` library the module was bundled with
387387 (:tickets:`#35, #323`).
388388- The attributes `~connection.notices` and `~connection.notifies` can be
389389 customized replacing them with any object exposing an `!append()` method
0 commit comments