| This file tracks the status of releases in the 1.0.x line. |
| |
| See "Stabilizing and maintaining releases" in trunk/HACKING for |
| details on how release lines and voting work, what kinds of bugs can |
| delay a release, etc. |
| |
| Status of 1.0.0: |
| ================ |
| |
| Release 1.0.0 is already frozen. The candidate tarball was |
| subversion-0.37.0.tar.gz for a four week soak period; we'll put out |
| 1.0.0-beta1 on Friday, February 20th as a final sanity check, then |
| release 1.0.0 on February 23rd, 2004. If you find a bug that you |
| think is important enough to delay 1.0.0, please start a dev@ list |
| thread and mention the thread below. |
| |
| Candidate changes: |
| |
| [None: time to party] |
| |
| Status of 1.0.1: |
| ================ |
| |
| Candidate changes: |
| |
| * r8550 |
| Make failed direct-URL commits clean up their fs txns (issue #1726) |
| Justification: users have noticed extra fs txns lying around. |
| Notes: just add 3 calls to abort_edit() to cleanup the sloppiness. |
| Votes: |
| +1: sussman |
| +0: dlr, gstein |
| |
| * r8553 |
| Fix invalid REPORT response when updating a deleted wc. (issue #1721) |
| Justification: users have noticed unintelligible XML parse error. |
| Notes: one-line change to mod_dav_svn allows a real error to get through. |
| Votes: |
| +1: sussman, dlr, gstein |
| |
| * r8253 |
| Make svnlook use apr_tempdir(), instead of trying to write in '.' |
| Justification: users have been bitten by this a few times already. |
| Notes: just some internal changes to svnlook's main.c. |
| Votes: |
| +1: sussman, dlr, bliss |
| +0: gstein (big patch; not sure) |
| |
| * r8302, 8304 |
| Fix issue #1694: can't checkout repos with space in path. |
| Justification: users (especially on win32) have reported this. |
| Notes: whoops, we forgot to uri-encode the root_path. duh. |
| Votes: |
| +1: sussman, dlr, bliss, philip, gstein |
| |
| * r8431 |
| Bugfix to commits: allow deletions below schedule-add-with-history dirs. |
| Justification: reported by a user, an unnecessary restriction. |
| Notes: change just sets a flag differently for this case. See #830. |
| Votes: |
| +1: sussman |
| +0: dlr, gstein |
| |
| * r8256 |
| Improve presentation of directory property conflicts. |
| Justification: already bit kfogel; his dir_conflicts.prej looked awful. |
| Notes: just adds some newlines to printed strings. |
| Votes: |
| +1: sussman, dlr, philip |
| +0: gstein (isn't that output considered part of the contract?) |
| |
| * r8577, r8584 |
| Prevent a potential ra_dav commit race-condition. |
| Justification: fixes a conflict between deltaV and svn semantics. |
| Notes: this can be a problem under high commit concurrency. |
| Votes: |
| +1: sussman, gstein |
| |
| * r8613, r8614 |
| Fix 'svn merge --dry-run' bug on added-files with props. (issue #1738) |
| Justification: severeal users have noticed this --dry-run bug already. |
| Notes: a one-line logic fix, plus new regression test. |
| Votes: |
| +1: sussman, philip |
| +0: dlr, gstein |
| |
| * r8618 |
| Fix segfault in mod_dav_svn. |
| Justification: it's a seg fault, and the fix is simple. |
| Votes: |
| +1: cmpilato, dlr, sussman, philip, gstein |
| |
| * r8617 |
| Fix improper cursor shutdown in libsvn_fs leading to wedgitude. |
| Justification: severe lossage occurs if this bug is encountered. |
| Votes: |
| +1: cmpilato, dlr, gstein |
| |
| * r8616 |
| Improved warnings from svnlook and svnadmin. |
| Justification: greatly increased admin-friendliness. |
| Votes: |
| +1: cmpilato, dlr, sussman |
| -1: julianfoad (memory leak and inappropriate verbosity; see the dev@ |
| mailing list thread "r8616: candidate for 1.0.1: Improved warnings |
| from svnlook and svnadmin") |
| |
| * r8581 |
| Detect invalid UTF8 filenames when native locale is UTF8. |
| Justification: it's really easy to get invalid utf8 into the repository, |
| which then hoses checkouts. |
| Notes: This has the potential to burn a whole lot of new users. |
| Votes: |
| +1: sussman, brane, philip |
| +0: dlr |
| -0: gstein (woah. lots o' code) |
| |
| * r8681 |
| Fix issue 1692: obscure bugs in formatting of time/date strings. |
| Justification: Simple fix; affects all "svn log" output in time zone |
| "Canada/Newfoundland". |
| Votes: |
| +1: julianfoad, dlr, gstein |
| |
| * r8672 |
| Fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy' |
| Justification: 'svnadmin hotcopy' can fail on ext3/Linux-2.6 (and XFS?) |
| Votes: |
| +1: philip |
| +0: gstein (feels big; need more review) |
| |
| * r8708 |
| Use warnings pragma on perl hook-scripts. |
| Justification: Perl correctness issue. |
| Votes: |