Author: julianfoad
Date: Mon Sep 30 09:45:28 2019
New Revision: 1867760
URL: http://svn.apache.org/viewvc?rev=1867760&view=rev
Log:
* publish/docs/release-notes/1.13.html: New: (temporary) release notes.
Added:
subversion/site/publish/docs/release-notes/1.13.html (with props)
Added: subversion/site/publish/docs/release-notes/1.13.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.13.html?rev=1867760&view=auto
==============================================================================
--- subversion/site/publish/docs/release-notes/1.13.html (added)
+++ subversion/site/publish/docs/release-notes/1.13.html Mon Sep 30 09:45:28
2019
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Apache Subversion 1.13 Release Notes</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<style type="text/css">
+ @import url("/style/site.css");
+</style>
+</head>
+
+<body>
+<!--#include virtual="/site-banner.html" -->
+<!--#include virtual="/site-nav.html" -->
+<div id="site-content">
+<!--#include virtual="/site-notice.html" -->
+<!-- **************** BEGIN CONTENT ***************** -->
+
+<!-- ************************************************ -->
+<!-- Sections start with "###" are either templates -->
+<!-- or TODOs. Remove them before release. -->
+<!-- ************************************************ -->
+
+<p>Temporary release notes, from
+ <a
href="http://svn.apache.org/repos/asf/subversion/branches/1.13.x/CHANGES">
+ 1.13.x/CHANGES</a>:</p>
+
+<pre>
+ User-visible changes:
+ - Minor new features and improvements:
+ * New 'svnadmin rev-size' command to report revision size (r1857624)
+ * In 'svn help', hide experimental commands and global options (issue
#4828)
+ * Add a hint about mod_dav_svn misconfiguration (r1866738)
+ * Performance improvement for 'svn st' etc., in WC SQLite DB (r1865523)
+
+ - Client-side bugfixes:
+ * Windows: avoid delays in SSL certificate validation override (r1863018)
+ * Fix 'svn patch' setting mode 0600 on patched files with props (r1864440)
+ * Fix "svn diff --changelist ARG" broken in subdirectories (issue #4822)
+ * Fix misleading 'redirect cycle' error on a non-repository URL (r1866899)
+
+ - Server-side bugfixes:
+ * svnserve: Report some errors that we previously ignored (r1866062)
+ * Make server code more resilient to malformed paths and URLs (r1866318 et
al)
+ * Make dump stream parser more resilient to malformed dump stream
(r1866951)
+ * mod_dav_svn: Fix missing Last-Modified header on 'external' GET requests
(r1866425)
+
+ - Client-side and server-side bugfixes:
+ * Fix excessive memory usage in some cases reading binary data (r1866950)
+ * Win32: fix svn_io_file_rename2() spinning in a retry loop (r1865518)
+
+ - Other tool improvements and bugfixes:
+ * svn_load_dirs.pl: do not show password; fix cleanup (r1863262, r1863392)
+
+ Developer-visible changes:
+ * New svn_fs_ioctl() API for FSFS stats, dump/load index, rev-size
(r1857435)
+
+</pre>
+
+<!-- ***************** END CONTENT ****************** -->
+</div> <!-- #site-content -->
+</body>
+</html>
Propchange: subversion/site/publish/docs/release-notes/1.13.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: subversion/site/publish/docs/release-notes/1.13.html
------------------------------------------------------------------------------
svn:mime-type = text/html