You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/09/09 20:12:01 UTC

1.1.0-rc3

I'd like to get 1.1.0-rc3 released soon.  I've made a CHANGES entry for
stuff that's been committed to the 1.1.x branch since the rc2 tag, as
well as summarize stuff that still needs voting.  At the bottom of my
list are some "loose threads" that may still need to be discussed.

The 1.1.x branch has been 'soaking' for two months now (since July
10th), and hopefully none of these commits below are severe enough to
warrant a re-soak.  According to the new plans in our HACKING file, we
would release the final 1.1.0 a week after we release 1.1.0-rc3.

Here's my compilation, take a look.  Let me know if I've missed any
critical loose threads.


(Ran 'svn log -r10587:10861 URL-to-1.1.x' to get this.)

1.1.0-rc3 changes (against 1.1.0-rc2)
-----------------

User-visible-changes:
* make 'svnadmin recover' detect/report lock contention, new '--wait' option
* new $Revision$ synonym for $Rev$ and $LastChangedRevision$
* default to fsfs repos-type when building without BDB
* fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
* fixed: better error message on failed eol-translation (r10546) 
* fixed: prevent 'svnadmin load' crash on contentful r0 (r10608)
* fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673)
* fixed: 'svn info' should refuse URL targets (r10760)
* improved bash_completion file (r10322, 10531)
* many .po translation updates

Developer-visible-changes:
* fixed: gcc compiler warning (r10242)
* allow apr 1.0 linkage by removing all APR_STATUS_IS_SUCCESS calls (r10438)
* remove defunct mandrake rpm stuff (r10752)
* update INSTALL doc -- BDB not mandatory (r10780)
* perl bindings: make tests work before svn libs are installed (r10599)
* perl bindings: fix non-portable tmpfile creation (r10711)
* javahl bindings: better exception throwing (r10704)


oooooooooo NOT YET COMMITTED, still needs votes:

User-visible-changes:
* new runtime option 'store-passwords = ' gives finer control (r10794)
* fixed: 'svn st -u' crash bug (r10841)
* fixed: fsfs changed-path reporting, might lose data in dump (r10782, r10824)
* fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
         [currently vetoed by brane]
* fixed: trivial message tweaks (r10860)

Developer-visible-changes:
* change svn_path_dirname() behavior [currently vetoed by ghudson]
* qsort code factorization (r10604)
* have ./configure quietly ignore old apache installations (r10674)
* perl bindings: wrap svn_config_enumerator_t (r10775)
* javahl bindngs: add -lstdc++ to fix link problem (r10800)
 

oooooooooo Things Ben is still worried about, not in these lists:

* want to backport: symlink bugfix (r10858)
* want to backport: editor-driver bugfix (r10851)
* want to backport: segfault bugfix (r10676)

* what's up with win32 build .bat/.dsp debates?  ready for RC3?

* UNC path regression bug [issue #2011]  --> worth delaying RC3?

* win32 speed regression, apr-iconv caching  [issue #2016]
          --> put fix in 1.1.1, not 1.1.0, so we don't have to resoak.
          --> steveking will include patch in TSVN anyway.

* mysterious win32 path_not_found bug [issue #1862]
          --> very close to diagnosing now, but not worth delaying RC3



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.0-rc3

Posted by Mark Benedetto King <mb...@lowlatency.com>.
On Thu, Sep 09, 2004 at 03:12:01PM -0500, Ben Collins-Sussman wrote:
> 
> 1.1.0-rc3 changes (against 1.1.0-rc2)
> -----------------
> 
> User-visible-changes:
> * make 'svnadmin recover' detect/report lock contention, new '--wait' option

We should probably say this with a warning of some sort; that the old behaviour
was to block forever, and now we only do that when --wait is specified.

--ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.1.0-rc3

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-09-09 at 15:12, Ben Collins-Sussman wrote:
> I'd like to get 1.1.0-rc3 released soon.

Amazing work, guys.  The 1.1.x STATUS has been cleared out!

Here's my latest CHANGES entry for our RC3 release tomorrow.  Note that
this list will go out in the release announcement for RC3.  But I'm
going to 'filter it' a bit when merging into our actual 1.1.0 CHANGES
entry.


1.1.0-rc3 changes (against 1.1.0-rc2)
-----------------

User-visible-changes:
* 'svnadmin recover' no longer waits forever for a lock (new '--wait' option)
* new $Revision$ synonym for $Rev$ and $LastChangedRevision$
* new runtime option 'store-passwords = ' gives finer control (r10794)
* default to fsfs repos-type when building without BDB
* fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
* fixed: 'svn st -u' crash bug (r10841)
* fixed: 'svn commit' segfault (r10676)
* fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
* fixed: prevent 'svnadmin load' crash on contentful r0 (r10608)
* fixed: allow 'svn commit' to delete a versioned symlink (r10858)
* fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673)
* fixed: 'svn info' should refuse URL targets (r10760)
* fixed: better error message on failed eol-translation (r10546) 
* fixed: ./configure warns, not aborts, when detecting ancient apache (r10674)
* fixed: make external diff3 work again, and with full env (r10889, r10890)
* fixed: allow cancellation between files during recursive dir add (r10894)
* friendlier ./configure interaction when locating swig (r10903)
* improved bash_completion file (r10322, 10531)
* many .po translation updates

Developer-visible-changes:
* fixed: fsfs changed-path handling, might lose data in dump (r10782, r10824)
* fixed: gcc compiler warning (r10242)
* fixed: editor-driver bug (don't delete before every copy) (r10851)
* new factorized API for qsort (r10604)
* add svn_utf_initialize() placeholder in 1.1 API (issue #2046)
* allow apr 1.0 linkage by removing all APR_STATUS_IS_SUCCESS calls (r10438)
* remove defunct mandrake rpm stuff (r10752)
* update INSTALL doc -- BDB not mandatory (r10780)
* perl bindings: make tests work before svn libs are installed (r10599)
* perl bindings: fix non-portable tmpfile creation (r10711)
* perl bindings: wrap svn_config_enumerator_t (r10775)
* javahl bindings: better exception throwing (r10704)
* javahl bindngs: add -lstdc++ to fix link problem (r10800)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org