summaryrefslogtreecommitdiff
path: root/debian/svn_1.9_releasenotes.html
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-02-28 20:43:21 -0500
committerJames McCoy <jamessan@debian.org>2018-02-28 21:03:29 -0500
commit5ae8f3deb3316b490bda547e45e9f94608722027 (patch)
tree563cf5d92d7c9b5826ac1c25d82a1f569f6cbc62 /debian/svn_1.9_releasenotes.html
parentaf236dd6de6239dff820d480206b4c92b8287be2 (diff)
Update the release notes for 1.8 - 1.10
Signed-off-by: James McCoy <jamessan@debian.org>
Diffstat (limited to 'debian/svn_1.9_releasenotes.html')
-rw-r--r--debian/svn_1.9_releasenotes.html95
1 files changed, 87 insertions, 8 deletions
diff --git a/debian/svn_1.9_releasenotes.html b/debian/svn_1.9_releasenotes.html
index be9c680..9cf3a02 100644
--- a/debian/svn_1.9_releasenotes.html
+++ b/debian/svn_1.9_releasenotes.html
@@ -4,18 +4,96 @@
<head>
<title>Apache Subversion 1.9 Release Notes</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<base href="https://subversion.apache.org"/>
<style type="text/css">
@import url("/style/site.css");
</style>
</head>
<body>
+<div id="site-banner">
+<div style="float: right; width: 379px; height: 80px; font-style: italic;
+ text-align: center;">
+ <a href="https://www.apache.org/"
+ ><img src="/images/apache-logo.png"
+ alt="Apache Software Foundation" /></a>
+</div>
+<a href="/">
+ <img src="/images/svn-square.jpg"
+ alt="[S]"
+ style="width: 80px; height: 80px;"/>
+ <img src="/images/svn-name-banner.jpg"
+ alt="Subversion"
+ style="width: 320px; height: 80px;"/></a>
+</div> <!-- #site-banner -->
+
<div id="site-nav">
+<div id="site-nav-menu">
+<ul>
+ <li>About Subversion
+ <ul>
+ <li><a href="/news.html">News</a></li>
+ <li><a href="/features.html">Features</a></li>
+ <li><a href="/docs/">Documentation</a></li>
+ <li><a href="/faq.html">FAQ</a></li>
+ <li><a href="/roadmap.html">Roadmap</a></li>
+ <li><a href="/security/">Security</a></li>
+ <li><a href="/quick-start">Quick Start</a></li>
+ </ul>
+ </li>
+ <li>Getting Subversion
+ <ul>
+ <li><a href="/download.cgi?update=201708081800">Source Download</a></li>
+ <li><a href="/packages.html">Binary Packages</a></li>
+ <li><a href="/docs/release-notes/">Release Notes</a></li>
+ </ul>
+ </li>
+ <li>Community
+ <ul>
+ <li><a href="/mailing-lists.html">Mailing Lists</a></li>
+ <li><a href="/reporting-issues.html">Reporting Issues</a></li>
+ <li><a href="https://wiki.apache.org/subversion/">Wiki</a></li>
+ <li><a href="/contributing.html">Getting Involved</a></li>
+ </ul>
+ </li>
+ <li>About the <acronym title="Apache Software Foundation">ASF</acronym>
+ <ul>
+ <li><a class="linkaway"
+ href="https://www.apache.org/licenses/">Licenses</a></li>
+ <li><a class="linkaway"
+ href="https://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+ <li><a class="linkaway"
+ href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ </ul>
+ </li>
+</ul>
+</div> <!-- #site-nav-menu -->
+
+<div id="site-search">
+ <form action="https://www.google.com/search" method="get"
+ style="margin-top: 10px; margin-bottom: 10px; display: inline;">
+ <div style="display: inline;">
+ <input value="subversion.apache.org" name="sitesearch" type="hidden" />
+ <input name="q" id="query" type="text" placeholder="Search..."
+ style="width: 10em"
+ />
+ <input name="Search" value="Go" type="submit"/>
+ </div>
+ </form>
+</div> <!-- #site-search -->
+
+<div id="site-svnbook-block">
+<p>Read the official Subversion
+ documentation <a href="http://svnbook.org" class="linkaway">online</a>!</p>
+<p><a href="http://svnbook.org/"
+ ><img src="/images/svnbook-cover.jpg"
+ alt="Version Control With Subversion"/></a></p>
+</div> <!-- #site-svnbook-block -->
<div id="copyright">
-<p>Copyright &#169; 2011 <a href="http://www.apache.org/">The Apache
+<p>Copyright &#169; 2017 <a href="https://www.apache.org/">The Apache
Software Foundation</a>, Licensed under
- the <a href="http://www.apache.org/licenses/LICENSE-2.0" >Apache
+ the <a href="https://www.apache.org/licenses/LICENSE-2.0" >Apache
License, Version 2.0</a>. Apache, Apache Subversion, and
the Apache feather logo are trademarks of The Apache Software
Foundation. Subversion and the Apache Subversion logo are
@@ -65,11 +143,11 @@ releases, and is as of the time of its release considered the current
in 1.9, but 1.9 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.9 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.9 section of the <a
-href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES" >CHANGES</a>
+href="https://svn.apache.org/repos/asf/subversion/trunk/CHANGES" >CHANGES</a>
file.</p>
</div> <!-- news -->
@@ -102,7 +180,7 @@ cannot necessarily compile or run against older libraries.</p>
slightly modified from previous releases. These are cases where edge cases
of the functionality has been deemed buggy, and therefore improved or removed.
Please consult the
-<a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/1.9/"
+<a href="https://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/1.9/"
>API errata</a> for more detailed information on what these APIs are
and what impact these changes may have.</p>
@@ -427,7 +505,7 @@ the benefits.
their repositories but to eventually migrate them to format 7. For some,
it will be the fast verification feature, others will need the disk I/O
improvements. Note that the key I/O characteristics here is the
-<a href="http://en.wikipedia.org/wiki/Bandwidth-delay_product">Bandwidth
+<a href="https://en.wikipedia.org/wiki/Bandwidth-delay_product">Bandwidth
Delay Product</a> of your storage, which is usually between 100kB and 1MB.
Even with SSDs you will see a speed-up, unless your storage bandwidth is
severely limited.
@@ -1526,8 +1604,9 @@ be updated.</p>
<p>At the moment there is one potentially known proprietary proxy running into
this issue: Java-SSL-tunnel. See
-<a href="http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&amp;dsMessageId=3171337">Tortoise SVN mailing list</a>
-.</p>
+<a href="https://groups.google.com/d/msg/tortoisesvn/h72AhfjwcbQ/RfTVgbXqCwAJ"
+ >Tortoise SVN mailing list</a>.
+</p>
</div> <!-- http-pipelining-issue -->