Author: stsp
Date: Tue Sep 24 14:32:15 2024
New Revision: 1920876
URL: http://svn.apache.org/viewvc?rev=1920876&view=rev
Log:
* CHANGES: Update in preparation for 1.14.4 and predict a release date
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1920876&r1=1920875&r2=1920876&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Sep 24 14:32:15 2024
@@ -17,6 +17,24 @@ https://svn.apache.org/repos/asf/subvers
time with --disable-plaintext-password-storage. This reverts r1845377
(r1909351).
+Version 1.14.4
+(8 Oct 2024, from /branches/1.14.x)
+https://svn.apache.org/repos/asf/subversion/tags/1.14.4
+ User-visible changes:
+ - Client-side improvements and bugfixes:
+ * Fix unbounded memory usage in propget and proplist --xml commands
+ * Fix cmdline parsing bugs in --change (-c) argument
+ * Improve help message for svnmucc PUT.
+ - Server-side bugfixes:
+ * mailer.py: Fix inconsistency in path argment on Config.which_group()
+
+ Developer-visible changes:
+ * Fix svnadmin_tests.py failing with Python 3.11+ on Windows.
+ * Support building swig-rb with clang 16 / GCC14
+ * Convert path to local style in error message from diff API
+ * Fix `invalid escape sequence` in Python scripts for Python 3.12.
+ * swig-py: Fix `none_dealloc` error caused by reference count issue.
+
Version 1.14.3
(20 Dec 2023, from /branches/1.14.x)
https://svn.apache.org/repos/asf/subversion/tags/1.14.3