<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Christoph Berg pushed to branch upstream
at <a href="https://salsa.debian.org/java-team/libpostgresql-jdbc-java" style="color: #1068bf; text-decoration: none;">Debian Java Maintainers / libpostgresql-jdbc-java</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/4d30267c0879a2836dd47b807ddcf4764ef12fbe" style="color: #1068bf; text-decoration: none;">4d30267c</a></strong>
<div>
<span>by Christoph Berg</span>
<i>at 2022-06-14T15:18:16+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>New upstream version 42.4.0</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d" style="color: #1068bf; text-decoration: none;">
README.md
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec" style="color: #1068bf; text-decoration: none;">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#e312842d670e83c86caa6ace46f38b94caac81b1" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/PGProperty.java
</a>
</li>
<li class="file-stats">
<a href="#a0ae5dc2aa62a11c3c9551295b45e711da0a2b8c" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/core/Field.java
</a>
</li>
<li class="file-stats">
<a href="#9ea73ed3970ccb6c5f6af060aa09a520f76447c4" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/core/Oid.java
</a>
</li>
<li class="file-stats">
<a href="#2ad2b2da3f798c8ec44ca52a583feff3e268c90e" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/core/PGStream.java
</a>
</li>
<li class="file-stats">
<a href="#97c7d5563933e52d44f062605ce2a26beea4abb1" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
</a>
</li>
<li class="file-stats">
<a href="#a1ec6438452d1f34d8643af7e6c90423586dd92a" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
</a>
</li>
<li class="file-stats">
<a href="#cefef37b85ac37f1f12a1c66b8b8124874308002" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/ds/common/BaseDataSource.java
</a>
</li>
<li class="file-stats">
<a href="#2642e9fa9b6a2602c32d0fbd101c767d1d71d42f" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/jdbc/AutoSave.java
</a>
</li>
<li class="file-stats">
<a href="#add9d531806697a433777345ff09976b85b0db2e" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
</a>
</li>
<li class="file-stats">
<a href="#06f6ceccbce9ecb474b923ca394c7baddd1e7aa3" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
</a>
</li>
<li class="file-stats">
<a href="#cb95bc5971f10d9ae4cfa8bbaa1163dac82281de" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/jdbc/TimestampUtils.java
</a>
</li>
<li class="file-stats">
<a href="#906a97fd8d0ffce63a1d43f8507a407c9e7a8001" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/jdbc/TypeInfoCache.java
</a>
</li>
<li class="file-stats">
<a href="#c1776bc73bec272c208381950567a6f40c07f064" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/ssl/LibPQFactory.java
</a>
</li>
<li class="file-stats">
<a href="#a575e6ee9a6fa8e02774015143ddd1a3137ba109" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/util/DriverInfo.java
</a>
</li>
<li class="file-stats">
<a href="#4cf476ab6e1b6ebe374a0a4afc3fac05ccea1a10" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/util/HostSpec.java
</a>
</li>
<li class="file-stats">
<a href="#0da3e839f2601899c5a506cc55f404a98d1cfaf1" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/util/OSUtil.java
</a>
</li>
<li class="file-stats">
<a href="#6edd41b60ea25e923324fc3816639007a471b93a" style="color: #1068bf; text-decoration: none;">
src/main/java/org/postgresql/util/PGPropertyUtil.java
</a>
</li>
<li class="file-stats">
<a href="#96110cc0699cb7724cc180967f0867a05c447c49" style="color: #1068bf; text-decoration: none;">
src/main/resources/META-INF/MANIFEST.MF
</a>
</li>
<li class="file-stats">
<a href="#eada4ebcb2b21c7e2562a3b086640fb345fe2761" style="color: #1068bf; text-decoration: none;">
src/main/resources/META-INF/licenses/client-2.1.jar/LICENSE
→
src/main/resources/META-INF/licenses/com.ongres.scram/client-2.1/LICENSE
</a>
</li>
<li class="file-stats">
<a href="#fd5ced8db22d25cf1b75ab8696048fcfd6dc34ac" style="color: #1068bf; text-decoration: none;">
src/main/resources/META-INF/licenses/common-2.1.jar/LICENSE
→
src/main/resources/META-INF/licenses/com.ongres.scram/common-2.1/LICENSE
</a>
</li>
<li class="file-stats">
<a href="#2241d2b96b740ddfddb2a16312bf86c84dcfe957" style="color: #1068bf; text-decoration: none;">
src/main/resources/META-INF/licenses/saslprep-1.1.jar/LICENSE
→
src/main/resources/META-INF/licenses/com.ongres.stringprep/saslprep-1.1/LICENSE
</a>
</li>
<li class="file-stats">
<a href="#964e04b80071834982a3e864313796755ec70de5" style="color: #1068bf; text-decoration: none;">
src/main/resources/META-INF/licenses/stringprep-1.1.jar/LICENSE
→
src/main/resources/META-INF/licenses/com.ongres.stringprep/stringprep-1.1/LICENSE
</a>
</li>
<li class="file-stats">
<a href="#f7e222fc96eefe86dbf0f7922aa1f7084889a776" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/core/AsciiStringInternerTest.java
</a>
</li>
<li class="file-stats">
<a href="#a0279a3c9721fdee591d95c0d4a434ac2ba0e747" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
</a>
</li>
<li class="file-stats">
<a href="#a7ebb01d4fffe202cbefe05e7f514c80a8e36d6e" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/core/UTF8EncodingTest.java
</a>
</li>
<li class="file-stats">
<a href="#240b6e5f766cab5256d3eac483ff3fe7bd4a08fe" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/jdbc/PgSQLXMLTest.java
</a>
</li>
<li class="file-stats">
<a href="#c840a674c9abf4151869b8091f2ba97fddc0f246" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/test/core/LogServerMessagePropertyTest.java
</a>
</li>
<li class="file-stats">
<a href="#4b38bce26389e1992dbcfd1a7c276d698f408a8f" style="color: #1068bf; text-decoration: none;">
src/test/java/org/postgresql/test/jdbc2/BaseTest4.java
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">
—
<br>
<a href="https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/4d30267c0879a2836dd47b807ddcf4764ef12fbe" style="color: #1068bf; text-decoration: none;">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/4d30267c0879a2836dd47b807ddcf4764ef12fbe"}}</script>
</p>
</div>
</body>
</html>