Fix several bugs in svn_rangelist_intersect. Augment its test suite
[svn.git] / www / release-history.html
blob5f6a267e0e9725393f0241e6923f008341bc3839
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style type="text/css"> /* <![CDATA[ */
6 @import "branding/css/tigris.css";
7 @import "branding/css/inst.css";
8 /* ]]> */</style>
9 <link rel="stylesheet" type="text/css" media="print"
10 href="branding/css/print.css"/>
11 <script type="text/javascript" src="branding/scripts/tigris.js"></script>
12 <title>Subversion Release History</title>
13 </head>
15 <body>
16 <div class="app">
18 <h2>Subversion Release History</h2>
20 <p>
21 This page provides historical release information for the
22 insanely curious...
23 </p>
25 <ul>
26 <li>
27 <b>Subversion 0.16.1</b> (6 January 2003): Interim bugfix release.
28 </li>
29 <li>
30 <b>Subversion 0.16</b> (3 December 2002): Interim
31 release; <a
32 href="http://subversion.tigris.org/issues/buglist.cgi?target_milestone=0.16">see
33 issues marked with the "0.16" milestone</a>.
34 </li>
35 <li>
36 <b>Subversion 0.15</b> (7 November 2002): Interim
37 release; <a
38 href="http://subversion.tigris.org/issues/buglist.cgi?target_milestone=0.15">see
39 issues marked with the "0.15" milestone</a>.
40 </li>
41 <li>
42 <b>Subversion 0.14.5</b> (29 October 2002): Interim
43 release; fixed a configuration bug found in 0.14.4. This is
44 the last release in the "0.14" series. Later releases, even
45 interim releases, will increment the minor (middle) number;
46 and the patch (rightmost) number will indicate the iteration
47 of the release, for cases where we do post-release bugfixing.
48 See <a href="http://apr.apache.org/versioning.html"
49 >http://apr.apache.org/versioning.html</a> for more details.
50 </li>
51 <li>
52 <b>Subversion 0.14.4</b> (29 October 2002): Interim
53 release, again mostly general bugfixes. Superseded
54 immediately by 0.14.5 (see above).
55 </li>
56 <li>
57 <b>Subversion 0.14.3</b> (20 September 2002): Interim
58 release, mostly general bugfixes.
59 </li>
60 <li>
61 <span style="color: red"><b><i>Subversion 0.14.2</i></b></span>
62 (22 August 2002): Interim release;
63 see issues marked with the "0.14.2" milestone.
64 </li>
65 <li>
66 <b>Subversion 0.14.1</b> (9 August 2002):
67 Interim release after Alpha, mostly bugfixes, some feature
68 enhancements.
69 </li>
70 <li>
71 <span style="color: red"><b><i>Alpha (Subversion 0.14.0)</i></b></span>
72 (23 July 2002):
73 Most commonly used features completed. Freeze on major
74 new features.
75 </li>
76 <li>
77 <b>Subversion 0.13.2</b> (28 June 2002):
78 Fixes to regression test suite, filesystem improvements,
79 bring win32 build up-to-date and allow configuration files
80 under Win32
81 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=579"
82 >issue #579</a>),
83 fix various command line client outputs
84 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=728"
85 >issue #728</a>),
86 add a man page, and of course the usual bug fixes.
87 </li>
88 <li>
89 <b>Subversion 0.13.1</b> (20 June 2002): continuing the
90 wrap-up for Alpha.
91 module system
92 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=517"
93 >issue #517</a>),
94 client feedback system rewrite
95 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=662"
96 >issue #662</a>), copy history traversal in many commands, a
97 new <tt>svn export</tt> command, versioned headers and libs,
98 improved test framework, more SWIG work, the delta combiner,
99 and the usual round of bug fixes.
100 </li>
101 <li>
102 <b>Subversion 0.13.0</b> (10 June 2002): Wrapping up
103 large work items in preparation for an Alpha release.
104 Primary issues fixed:
106 fs dump/load format
107 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=648"
108 >issue #648</a>);
109 new fs nodeID schema
110 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=654"
111 >issue #654</a>);
112 vsn-rsrc-urls use rev/path
113 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=652"
114 >issue #652</a>);
115 module system
116 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=517"
117 >issue #517</a>);
118 reporting deleted entries to the server
119 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=658"
120 >issue #658</a>);
121 eliminate skel_t usage
122 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=656"
123 >issue #656</a>).
124 </li>
125 <li>
126 <b>Subversion 0.12</b> (3 May 2002):
127 Updates to handle disjoint working copies
128 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=663"
129 >issue #663</a>);
130 version the execute bit on files
131 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=522"
132 >issue #522</a>);
133 use text-base checksums in working copies
134 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=549"
135 >issue #549</a>);
136 fix bug in keyword expansion (<a
137 href="http://subversion.tigris.org/issues/show_bug.cgi?id=646"
138 >issue #646</a>);
139 various fixes/improvements to the versioning filesystem (issues
140 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=648"
141 >#648</a>,
142 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=651"
143 >#651</a>, and
144 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=653"
145 >#653</a>, and
146 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=654"
147 >#654</a>), improvements to svn diff and svn rm.
148 </li>
149 <li>
150 <b>Subversion 0.11</b> (12 April 2002):
151 Commits to handle disjoint working copies
152 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=575"
153 >issue #575</a>);
154 use 3-way merge in updates;
155 access to repository via http proxy
156 (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=579"
157 >issue #579</a>);
158 <tt>svn&nbsp;merge</tt> (<a
159 href="http://subversion.tigris.org/issues/show_bug.cgi?id=504"
160 >issue #504</a>);
161 various fixes for text editor invocation (issues
162 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=638"
163 >#638</a>,
164 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=633"
165 >#633</a>, and
166 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=615"
167 >#615</a>).
168 </li>
169 <li> <b>Subversion 0.10</b> (8 March 2002): usability,
170 reliability, and performance:
171 Delta-editor interface changes to promote better memory usage;
172 "streamy" writes into the FS (<a
173 href="http://subversion.tigris.org/issues/show_bug.cgi?id=412"
174 >issue #412</a>); better pool management overall;
175 clearer error messages; configuration improvements.
176 </li>
177 <li> <b>Subversion 0.9</b> (18 February 2002):
178 "svn&nbsp;switch" (<a
179 href="http://subversion.tigris.org/issues/show_bug.cgi?id=575"
180 >issue #575</a>); resolution of some repository db stability
181 issues (<a
182 href="http://subversion.tigris.org/issues/show_bug.cgi?id=608">issue
183 #608</a>); and many small features and bugfixes since 0.8, all
184 praise to the Conquering Developer Hordes. See the
185 <a href="http://svn.collab.net/repos/svn/trunk/CHANGES">CHANGES</a>
186 file for details.
187 </li>
188 <li> <b>Subversion 0.8</b> (14 January 2002): Commit system rewrite (<a
189 href="http://subversion.tigris.org/issues/show_bug.cgi?id=463">issue
190 #463</a>); diffs over the network in both directions (<a
191 href="http://subversion.tigris.org/issues/show_bug.cgi?id=518">issue
192 #518</a>); newline conversion and keyword substitution (<a
193 href="http://subversion.tigris.org/issues/show_bug.cgi?id=524">issue
194 #524</a>); and code migration from libsvn_fs to libsvn_repos (<a
195 href="http://subversion.tigris.org/issues/show_bug.cgi?id=428">issue
196 #428</a>).
197 </li>
198 <li> <b>Subversion 0.7</b> (3 December 2001): Branching and tagging.
199 </li>
200 <li> <b>Subversion 0.6 (Milestone 6)</b> (12 November 2001): Complete
201 "<tt>svn&nbsp;log</tt>", and have "<tt>svn&nbsp;mv</tt>",
202 "<tt>svn&nbsp;cp</tt>" working at least on files, with directory
203 support optional (for this milestone, that is, not in the long term).
204 </li>
205 <li> <b>Milestones 4 and 5</b> (19 October 2001): These milestones
206 were reached together, and fix various bugs related to properties,
207 networking, and filesystem deltification.
208 </li>
209 <li> <b>Milestone 3</b> (30 August 2001): Subversion is now
210 self-hosting.
211 </li>
212 <li><b>Milestone 2</b> (15 May 2001): Rudimentary working filesystem;
213 client can checkout/update/commit using WebDAV layer.
214 </li>
215 <li><b>Milestone 1</b> (20 October 2000): Basic working copy
216 manipulation;
217 client can checkout/update/commit using XML files.
218 </li>
220 </ul>
222 </div>
223 </body>
224 </html>