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 Reser <be...@reser.org> on 2004/12/21 04:04:48 UTC

Subversion 1.1.2 released.

Subversion 1.1.2 is ready.  Grab it from:

   http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.gz
   http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.bz2
   http://subversion.tigris.org/tarballs/subversion-1.1.2.zip

The MD5 checksums are:

   11ec307ef937721fddd800f9b36078a5  subversion-1.1.2.tar.gz
   b93a792b6bc610dc6c1c254591979a8c  subversion-1.1.2.tar.bz2
   cc65df28f078a031a455a58d07211de2  subversion-1.1.2.zip

The SHA1 checksums are:

   3abfb7efb76e5fadea217196905461e441e5b36e  subversion-1.1.2.tar.gz
   98727de166d7d1eb3ea594100ca3ea3945cd4e5c  subversion-1.1.2.tar.bz2
   66e9cb22843d56c97cb0401c59b68f1b463d90e5  subversion-1.1.2.zip

PGP Signatures are available at:
   http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.gz.asc
   http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.bz2.asc
   http://subversion.tigris.org/tarballs/subversion-1.1.2.zip.asc

PGP Signatures will be made by the following person(s) for this release:
   Ben Reser [1024D/641E358B] with fingerprint:
   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B

This is a bug fix release in the 1.1.x line.

A detailed list of changes since 1.1.1 follows below.

Questions, comments, and bug reports to users_at_subversion.tigris.org.

Thanks,
-The Subversion Team

--------------------8-<-------cut-here---------8-<-----------------------

 User-visible-changes:
  - Client:
    * fixed: 'svn switch' interruption can break working copy (issue #1826)
    * fixed: 'svn switch' memleak over ra_dav (issue #2106)
    * fixed: 'svn blame' algorithm bug (r11527)
    * fixed: invoke external diff/diff3 with local-style paths (r11689)
    * fixed: 'svn status' handling of missing subdirs (r11936)
    * fixed: 'svn ls -v' encoding bug (r11740)
    * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
    * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
    * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
    * fixed: 'svnversion --version .' crash (r11438)
    * fixed: UNC paths on Cygwin (issue #2108)
    * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
    * improved 'svn status' performance:
        - do fewer check_path calls (r11592)
        - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
    * translation updates for localized client messages.
    
  - Server:
    * fixed: 'svnadmin load' race condition (r12327)
    * fixed: fsfs memleak in commit finalization (r11706)
    * fixed: fsfs memleak in inefficient directory removal (r11701)
    * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
    * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
    * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
    * fixed: 'svnserve -h' encoding bug (part of issue #1997)
    * fixed: prevent cross-repository copies (r12003)
    * fixed: increase log-region max size in default DB_CONFIG (issue #2159)

  - Both:
    * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
    * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
    * fixed: memleak into UTF8 translation routines (r11689)

 Developer-visible-changes:
 * add support for BerkeleyDB 4.3
 * add support for any apr/apr-util 1.X
 * disallow incompatible SWIG versions (r12450)
 * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
 * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
 * fixed: perl bindings pool usage and potential memleak (r12397)
 * fixed: javahl crash trying to fetch nonexistent property (r12184)
 * fixed: javahl build can fail due to missing dirs (issue #2032)
 * fixed: RPM build breakage (issue #2111)
 * fixed: i18n issues for windows installer (r11685)
 * allow build system to update single .po file (r11763)

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

Re: Subversion 1.1.2 released.

Posted by Ben Reser <be...@reser.org>.
On Tue, Dec 21, 2004 at 11:25:29AM -0800, Justin Erenkrantz wrote:
> On Tue, Dec 21, 2004 at 10:38:57AM -0600, Ben Collins-Sussman wrote:
> > I think, then, that we need to call 1.1.2 a "brown paper bag" release, 
> > since the perl bindings don't even compile.... and release 1.1.3 ASAP.
> 
> I think the percentage of people who use the Perl bindings is low enough
> that we could just post a link to clkao's patch instead in semi-obvious
> place(s).  So, no, I don't think this justifies a 1.1.3 release. 

We need a better patch.  The patch he posted has a fw problems...

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: Subversion 1.1.2 released.

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Tue, Dec 21, 2004 at 10:38:57AM -0600, Ben Collins-Sussman wrote:
> I think, then, that we need to call 1.1.2 a "brown paper bag" release, 
> since the perl bindings don't even compile.... and release 1.1.3 ASAP.

I think the percentage of people who use the Perl bindings is low enough
that we could just post a link to clkao's patch instead in semi-obvious
place(s).  So, no, I don't think this justifies a 1.1.3 release.  -- justin

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

Re: Subversion 1.1.2 released.

Posted by Ben Collins-Sussman <su...@collab.net>.
On Dec 21, 2004, at 9:58 AM, Chia-liang Kao wrote:

> Ben Reser <ben <at> reser.org> writes:
>> Subversion 1.1.2 is ready.  Grab it from:
>>  * fixed: perl bindings pool usage and potential memleak (r12397)
>
> Unfortunately the very last svn/perl merge (r12397) depends on r12144,
> which wasn't merged.  This results in swig-pl-lib not buildable for
> 1.1.2 release.  The patch merging r12144 from trunk with conflicts
> resolved can be found at
> http://wagner.elixus.org/~clkao/svn-1.1.2-perl.patch
>

I think, then, that we need to call 1.1.2 a "brown paper bag" release, 
since the perl bindings don't even compile.... and release 1.1.3 ASAP.

This is a bit absurd.  Our release procedure involves running all the 
regression tests over all three RA layers... yet apparently it doesn't 
even try to *compile* everything!

While there's no way to perfectly detect regression bugs in releases, 
the problem of detecting compile syntax errors *is* 100% solvable by 
our release process.  I think we need to augment the procedure in 
notes/releases.txt.  How embarrassing.  :-(



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

Re: Subversion 1.1.2 released.

Posted by Chia-liang Kao <cl...@clkao.org>.
Ben Reser <ben <at> reser.org> writes:
> Subversion 1.1.2 is ready.  Grab it from:
>  * fixed: perl bindings pool usage and potential memleak (r12397)

Unfortunately the very last svn/perl merge (r12397) depends on r12144,
which wasn't merged.  This results in swig-pl-lib not buildable for
1.1.2 release.  The patch merging r12144 from trunk with conflicts
resolved can be found at
http://wagner.elixus.org/~clkao/svn-1.1.2-perl.patch

Sorry for the inconveniences.

Cheers,
CLK



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

Re: POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
Any chance to get this fixed?

Thanks!

On Tue, Dec 21, 2004 at 04:25:44PM +0100, Axel Thimm wrote:
> On FC3, FC2 and FC1 I get the following error.
> 
> /bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
> 
> 
> On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
> >  User-visible-changes:
> >   - Client:
> >     * fixed: 'svn switch' interruption can break working copy (issue #1826)
> >     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
> >     * fixed: 'svn blame' algorithm bug (r11527)
> >     * fixed: invoke external diff/diff3 with local-style paths (r11689)
> >     * fixed: 'svn status' handling of missing subdirs (r11936)
> >     * fixed: 'svn ls -v' encoding bug (r11740)
> >     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
> >     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
> >     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
> >     * fixed: 'svnversion --version .' crash (r11438)
> >     * fixed: UNC paths on Cygwin (issue #2108)
> >     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
> >     * improved 'svn status' performance:
> >         - do fewer check_path calls (r11592)
> >         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
> >     * translation updates for localized client messages.
> >     
> >   - Server:
> >     * fixed: 'svnadmin load' race condition (r12327)
> >     * fixed: fsfs memleak in commit finalization (r11706)
> >     * fixed: fsfs memleak in inefficient directory removal (r11701)
> >     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
> >     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
> >     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
> >     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
> >     * fixed: prevent cross-repository copies (r12003)
> >     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> > 
> >   - Both:
> >     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
> >     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
> >     * fixed: memleak into UTF8 translation routines (r11689)
> > 
> >  Developer-visible-changes:
> >  * add support for BerkeleyDB 4.3
> >  * add support for any apr/apr-util 1.X
> >  * disallow incompatible SWIG versions (r12450)
> >  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
> >  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
> >  * fixed: perl bindings pool usage and potential memleak (r12397)
> >  * fixed: javahl crash trying to fetch nonexistent property (r12184)
> >  * fixed: javahl build can fail due to missing dirs (issue #2032)
> >  * fixed: RPM build breakage (issue #2111)
> >  * fixed: i18n issues for windows installer (r11685)
> >  * allow build system to update single .po file (r11763)
> > 
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> 



-- 
Axel.Thimm at ATrpms.net

Re: POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
Any chance to get this fixed?

Thanks!

On Tue, Dec 21, 2004 at 04:25:44PM +0100, Axel Thimm wrote:
> On FC3, FC2 and FC1 I get the following error.
> 
> /bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
> subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)
> 
> 
> On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
> >  User-visible-changes:
> >   - Client:
> >     * fixed: 'svn switch' interruption can break working copy (issue #1826)
> >     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
> >     * fixed: 'svn blame' algorithm bug (r11527)
> >     * fixed: invoke external diff/diff3 with local-style paths (r11689)
> >     * fixed: 'svn status' handling of missing subdirs (r11936)
> >     * fixed: 'svn ls -v' encoding bug (r11740)
> >     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
> >     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
> >     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
> >     * fixed: 'svnversion --version .' crash (r11438)
> >     * fixed: UNC paths on Cygwin (issue #2108)
> >     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
> >     * improved 'svn status' performance:
> >         - do fewer check_path calls (r11592)
> >         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
> >     * translation updates for localized client messages.
> >     
> >   - Server:
> >     * fixed: 'svnadmin load' race condition (r12327)
> >     * fixed: fsfs memleak in commit finalization (r11706)
> >     * fixed: fsfs memleak in inefficient directory removal (r11701)
> >     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
> >     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
> >     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
> >     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
> >     * fixed: prevent cross-repository copies (r12003)
> >     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> > 
> >   - Both:
> >     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
> >     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
> >     * fixed: memleak into UTF8 translation routines (r11689)
> > 
> >  Developer-visible-changes:
> >  * add support for BerkeleyDB 4.3
> >  * add support for any apr/apr-util 1.X
> >  * disallow incompatible SWIG versions (r12450)
> >  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
> >  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
> >  * fixed: perl bindings pool usage and potential memleak (r12397)
> >  * fixed: javahl crash trying to fetch nonexistent property (r12184)
> >  * fixed: javahl build can fail due to missing dirs (issue #2032)
> >  * fixed: RPM build breakage (issue #2111)
> >  * fixed: i18n issues for windows installer (r11685)
> >  * allow build system to update single .po file (r11763)
> > 
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> 



-- 
Axel.Thimm at ATrpms.net

POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
On FC3, FC2 and FC1 I get the following error.

/bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)


On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
>  User-visible-changes:
>   - Client:
>     * fixed: 'svn switch' interruption can break working copy (issue #1826)
>     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
>     * fixed: 'svn blame' algorithm bug (r11527)
>     * fixed: invoke external diff/diff3 with local-style paths (r11689)
>     * fixed: 'svn status' handling of missing subdirs (r11936)
>     * fixed: 'svn ls -v' encoding bug (r11740)
>     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
>     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
>     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
>     * fixed: 'svnversion --version .' crash (r11438)
>     * fixed: UNC paths on Cygwin (issue #2108)
>     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
>     * improved 'svn status' performance:
>         - do fewer check_path calls (r11592)
>         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
>     * translation updates for localized client messages.
>     
>   - Server:
>     * fixed: 'svnadmin load' race condition (r12327)
>     * fixed: fsfs memleak in commit finalization (r11706)
>     * fixed: fsfs memleak in inefficient directory removal (r11701)
>     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
>     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
>     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
>     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
>     * fixed: prevent cross-repository copies (r12003)
>     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> 
>   - Both:
>     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
>     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
>     * fixed: memleak into UTF8 translation routines (r11689)
> 
>  Developer-visible-changes:
>  * add support for BerkeleyDB 4.3
>  * add support for any apr/apr-util 1.X
>  * disallow incompatible SWIG versions (r12450)
>  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
>  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
>  * fixed: perl bindings pool usage and potential memleak (r12397)
>  * fixed: javahl crash trying to fetch nonexistent property (r12184)
>  * fixed: javahl build can fail due to missing dirs (issue #2032)
>  * fixed: RPM build breakage (issue #2111)
>  * fixed: i18n issues for windows installer (r11685)
>  * allow build system to update single .po file (r11763)
> 
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

-- 
Axel.Thimm at ATrpms.net

Re: Subversion 1.1.2 released.

Posted by Ben Reser <be...@reser.org>.
On Wed, Dec 22, 2004 at 10:37:33AM -0500, Scott Palmer wrote:
> Perhaps the url to the subversion tag for the release, and/or the 
> revision of the trunk can be incorporated into these announcements as 
> well?

Releases are never cut from trunk.  The branch and revision number off
that branch and the tag name are included at the top of the CHANGES
entry....  

That said the tag is always predictable.  And the revision and branch
the release is cut from doesn't seem that useful to most people.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: Subversion 1.1.2 released.

Posted by Ben Reser <be...@reser.org>.
On Wed, Dec 22, 2004 at 10:37:33AM -0500, Scott Palmer wrote:
> Perhaps the url to the subversion tag for the release, and/or the 
> revision of the trunk can be incorporated into these announcements as 
> well?

Releases are never cut from trunk.  The branch and revision number off
that branch and the tag name are included at the top of the CHANGES
entry....  

That said the tag is always predictable.  And the revision and branch
the release is cut from doesn't seem that useful to most people.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: Subversion 1.1.2 released.

Posted by Scott Palmer <sc...@digital-rapids.com>.
Perhaps the url to the subversion tag for the release, and/or the 
revision of the trunk can be incorporated into these announcements as 
well?

Scott

On Dec 20, 2004, at 11:04 PM, Ben Reser wrote:

> Subversion 1.1.2 is ready.  Grab it from:
>
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.gz
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.bz2
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.zip
> ...


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

Re: Subversion 1.1.2 released.

Posted by Scott Palmer <sc...@digital-rapids.com>.
Perhaps the url to the subversion tag for the release, and/or the 
revision of the trunk can be incorporated into these announcements as 
well?

Scott

On Dec 20, 2004, at 11:04 PM, Ben Reser wrote:

> Subversion 1.1.2 is ready.  Grab it from:
>
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.gz
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.bz2
>    http://subversion.tigris.org/tarballs/subversion-1.1.2.zip
> ...


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

POOLINFO undeclared (was: Subversion 1.1.2 released.)

Posted by Axel Thimm <Ax...@ATrpms.net>.
On FC3, FC2 and FC1 I get the following error.

/bin/sh subversion-1.1.2/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -O2 -g -pipe -m32 -march=i386 -mtune=pentium4   -pthread  -DNEON_ZLIB -DNEON_SSL  -Isubversion-1.1.2/subversion/bindings/swig -Isubversion-1.1.2/subversion/include -I/usr/lib/swig1.3 -DSVN_SWIG_VERSION=103021 -I/usr/include/apr-0  -I/usr/include/apr-0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE  -I./subversion/include -I./subversion -I/usr/include/neon -I/usr/include/apr-0   -I/usr/include/apr-0  -o subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.lo -c subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_open_tmp_file':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: `POOLINFO' undeclared (first use in this function)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: (Each undeclared identifier is reported only once
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:861: error: for each function it appears in.)
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c: In function `thunk_get_wc_prop':
subversion-1.1.2/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:881: error: `POOLINFO' undeclared (first use in this function)


On Mon, Dec 20, 2004 at 08:04:48PM -0800, Ben Reser wrote:
>  User-visible-changes:
>   - Client:
>     * fixed: 'svn switch' interruption can break working copy (issue #1826)
>     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
>     * fixed: 'svn blame' algorithm bug (r11527)
>     * fixed: invoke external diff/diff3 with local-style paths (r11689)
>     * fixed: 'svn status' handling of missing subdirs (r11936)
>     * fixed: 'svn ls -v' encoding bug (r11740)
>     * fixed: 'svn ls "file with space"' bug (r12273, r12393) 
>     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
>     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
>     * fixed: 'svnversion --version .' crash (r11438)
>     * fixed: UNC paths on Cygwin (issue #2108)
>     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
>     * improved 'svn status' performance:
>         - do fewer check_path calls (r11592)
>         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
>     * translation updates for localized client messages.
>     
>   - Server:
>     * fixed: 'svnadmin load' race condition (r12327)
>     * fixed: fsfs memleak in commit finalization (r11706)
>     * fixed: fsfs memleak in inefficient directory removal (r11701)
>     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
>     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
>     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
>     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
>     * fixed: prevent cross-repository copies (r12003)
>     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
> 
>   - Both:
>     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
>     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
>     * fixed: memleak into UTF8 translation routines (r11689)
> 
>  Developer-visible-changes:
>  * add support for BerkeleyDB 4.3
>  * add support for any apr/apr-util 1.X
>  * disallow incompatible SWIG versions (r12450)
>  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
>  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
>  * fixed: perl bindings pool usage and potential memleak (r12397)
>  * fixed: javahl crash trying to fetch nonexistent property (r12184)
>  * fixed: javahl build can fail due to missing dirs (issue #2032)
>  * fixed: RPM build breakage (issue #2111)
>  * fixed: i18n issues for windows installer (r11685)
>  * allow build system to update single .po file (r11763)
> 
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

-- 
Axel.Thimm at ATrpms.net

Re: Subversion 1.1.2 released.

Posted by Benjamin Pflugmann <be...@pflugmann.de>.
On Wed 2004-12-22 at 15:14:34 -0800, you wrote
> On Mon, 20 Dec 2004 20:04:48 -0800, Ben Reser wrote:
> > Subversion 1.1.2 is ready.  Grab it from:
> 
> Thanks for the hard work. As a user/admin, I'm trying to figure out
> how quickly I should upgrade after a release announcement.
> 
> I'm not familiar with the release process for Subversion. Has 1.1.2
> been tested by various users outside the team?

Yes and no.

No, they was no release candidate that was tested by "outsiders". Yes,
the fixes got tested by a lot of users, because the fixes are part of
the trunk (the main development line) and only ported back to the
1.1.x branch.

Additionally, each patch had to be approved (that is: reviewed and
tested) by three of the devs, in order to be applied to the 1.1.x
branch.

Note that this is only for patch releases (that is 1.1.x). Minor
releases (that is 1.x.0) have a freeze period of 4 weeks (details in
the HACKING doc) with release candidate and all.

> Also, is there an automated regression test suite that the
> development team uses to lock down bugfixes?

Yes.

> If so, how complete is it? If not, how is testing done?

It's good, but could be improved. IIRC, someone once did an explicit
test coverage analysis for Subversion, but I don't have it handy.
You'd have to search in the archives yourself.

> I'm currently getting along with 1.1.1 great, but I see plenty of
> enticing fixes in the 1.1.2 notes.

Experience shows that any problems with such a release are reported
within some days due to the sheer number of users. So I'd call it safe
for use on production systems after a week if their are no reports
until then. But in the end, you have to do the risk management yourself.

Bye,

	Benjamin.

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

Re: Subversion 1.1.2 released.

Posted by Chuck Esterbrook <Ch...@yahoo.com>.
On Mon, 20 Dec 2004 20:04:48 -0800, Ben Reser wrote:
> Subversion 1.1.2 is ready.  Grab it from:

Thanks for the hard work. As a user/admin, I'm trying to figure out how quickly I should upgrade after a release announcement.

I'm not familiar with the release process for Subversion. Has 1.1.2 been tested by various users outside the team? Also, is there an automated regression test suite that the development team uses to lock down bugfixes? If so, how complete is it? If not, how is testing done?

I'm currently getting along with 1.1.1 great, but I see plenty of enticing fixes in the 1.1.2 notes.

-Chuck


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