[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Time for another 1.4.0 RC?

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-08-14 23:54:32 CEST

Garrett Rooney wrote:
> So, we've made substantial progress since the initial relese candidate
> for 1.4.0, and I'd love to get another one put together ASAP, just in
> the interest of getting our recent fixes out there in front of people.
>
> Hey, danderson, feel like rolling us a new set of tarballs?

Don't we need a CHANGES update first?

Below are the logs of the 1.4.x branch since the last CHANGES update,
with voting and translation updates filtered out - as you can see,
there's quite a lot.

Max.

------------------------------------------------------------------------
r20658 | danderson | 2006-07-14 03:27:57 +0100 (Fri, 14 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/dist.sh

Merge r20657 via svnmerge.

   * dist.sh: Roll the dependencies into separate packages from the core
       svn sources, and add commandline flags and processing for including
       zlib in the deps bundle.

------------------------------------------------------------------------
r20719 | maxb | 2006-07-18 18:30:07 +0100 (Tue, 18 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/include/svn_config.h
    M /branches/1.4.x/subversion/libsvn_subr/config_file.c

Merge r20648 from trunk to 1.4.x branch.

Fix broken API contract and numerous error leaks in svn_config_ensure().

Approved by: +1: dlr, malcolm, maxb

------------------------------------------------------------------------
r20725 | rooneg | 2006-07-18 20:10:34 +0100 (Tue, 18 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_fs_base/bdb/env.c

Merge r20715 and r20717 from trunk to the 1.4.x release branch.

Fix some more global pool destruction ordering bugs.

Approved by: rooneg, dlr, cmpilato

------------------------------------------------------------------------
r20726 | dlr | 2006-07-18 20:27:06 +0100 (Tue, 18 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/bindings/java/javahl/native/JNIUtil.cpp
    M /branches/1.4.x/subversion/bindings/java/javahl/native/SVNClient.cpp
    M /branches/1.4.x/subversion/bindings/java/javahl/native/SVNClient.h
    M
/branches/1.4.x/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClient.java
    M
/branches/1.4.x/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java

Merge r20652 from trunk into the 1.4.x branch, fixing the JavaHL
bindings' handling of the client's config dir during native library
init and API manipulation.

Votes: +1: dlr, cmpilato

------------------------------------------------------------------------
r20748 | maxb | 2006-07-19 17:44:53 +0100 (Wed, 19 Jul 2006) | 7 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_repos/hooks.c

Merge r20729 from trunk to 1.4.x branch.

Pay attention to any errors caused by manipulating hook script
(write) file handles.

Approved by: +1: dlr, rooneg, maxb

------------------------------------------------------------------------
r20749 | maxb | 2006-07-19 17:48:29 +0100 (Wed, 19 Jul 2006) | 7 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/build.conf

Merge r20701, r20703 from trunk to 1.4.x branch.

Add 'neon' dependencies to svnsync, ra-local-test, and svn-push,
working around libtool bug.

Approved by: +1: maxb, rooneg, jerenkrantz

------------------------------------------------------------------------
r20753 | rooneg | 2006-07-19 18:04:11 +0100 (Wed, 19 Jul 2006) | 8 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M
/branches/1.4.x/subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c
    M /branches/1.4.x/subversion/bindings/swig/ruby/test/test_client.rb

Merge r20741 from trunk to the 1.4.x branch and r20743 from the r20741
branch to the 1.4.x branch.

Fix a segmentation fault bug when an error is occurred in log message
callback.

Approved by: kou, rooneg

------------------------------------------------------------------------
r20778 | danderson | 2006-07-19 23:04:19 +0100 (Wed, 19 Jul 2006) | 8 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_fs_base/bdb/env.c

Merge r20767, r20777 from trunk to the 1.4.x branch.

Fix build of libsvn_fs_base when APR is built without threads.
r20777 is a related comment tweak, no votes required.

Votes (for r20767): +1: rooneg, dlr, cmpilato

------------------------------------------------------------------------
r20780 | danderson | 2006-07-20 00:43:33 +0100 (Thu, 20 Jul 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/dist.sh

Merge r20779 from trunk to the 1.4.x branch.

   * dist.sh: export TZ=UTC, so that the RM's timezone doesn't affect the
      release tarballs.

------------------------------------------------------------------------
r20790 | dlr | 2006-07-20 04:51:37 +0100 (Thu, 20 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/contrib/client-side/svn_apply_autoprops.py

Merge r20787 from trunk into the 1.4.x branch, fixing
svn_apply_autoprops.py to trim leading and trailing whitespace from
property names and values.

Votes: +1: blair, dlr

------------------------------------------------------------------------
r20825 | dws | 2006-07-22 16:17:30 +0100 (Sat, 22 Jul 2006) | 6 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_repos/repos.c

Merge r20796 from trunk into the 1.4.x branch;
The generated, default hook scripts should be valid for vanilla Bourne
shell.

Votes: +1: dlr, maxb, jerenkrantz

------------------------------------------------------------------------
r20878 | dlr | 2006-07-27 20:44:08 +0100 (Thu, 27 Jul 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/tools/hook-scripts/mailer/mailer.conf.example
    M /branches/1.4.x/tools/hook-scripts/mailer/mailer.py

Merge r20841 and r20854 from trunk into the 1.4.x branch, fixing a
regression in mailer.py's handling of the configured diff URLs (issue
#2587).

Votes: +1: cmpilato, blair, dlr

------------------------------------------------------------------------
r20917 | dlr | 2006-07-31 20:23:38 +0100 (Mon, 31 Jul 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svnsync/main.c
    M /branches/1.4.x/subversion/tests/cmdline/svnsync_tests.py

Merge r20874 from trunk into the 1.4.x branch, improving the output
from svnsync.

Votes: +1: cmpilato, dlr, rooneg

------------------------------------------------------------------------
r20918 | dlr | 2006-07-31 20:25:32 +0100 (Mon, 31 Jul 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svnsync/main.c

Merge r20879 and r20880 from trunk into the 1.4.x branch, fixing
segfaults caused by faulty svnsync user input.

Votes: +1: cmpilato, rooneg, dlr

------------------------------------------------------------------------
r20936 | dlr | 2006-08-03 00:24:25 +0100 (Thu, 03 Aug 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/include/svn_wc.h
    M /branches/1.4.x/subversion/libsvn_wc/diff.c
    M /branches/1.4.x/subversion/libsvn_wc/translate.c

Merge r20834 and r20864 from trunk into the 1.4.x branch, fixing issue
#2583 (a regression): 'svn diff' shouldn't require write access to the
working copy.

Votes: +1: dionisos, dlr, jerenkrantz

------------------------------------------------------------------------
r20937 | dlr | 2006-08-03 00:25:52 +0100 (Thu, 03 Aug 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svn/notify.c

Merge r20927 from trunk into the 1.4.x branch, showing locking
notifications using local path style for the 'svn' command-line
client.

Votes: +1: dlr, jerenkrantz, djh

------------------------------------------------------------------------
r20951 | dlr | 2006-08-03 18:25:54 +0100 (Thu, 03 Aug 2006) | 9 lines
Changed paths:
    M /branches/1.4.x/subversion/include/svn_wc.h
    M /trunk/subversion/include/svn_wc.h

A follow-up to the merge of r20834/r20864 from trunk into the 1.4.x
branch, changing the value of the @since tag from 1.5 to 1.4.

* branches/1.4.x/subversion/include/svn_wc.h
* trunk/subversion/include/svn_wc.h
   (SVN_WC_TRANSLATE_USE_GLOBAL_TMP): Fix value for @since tag.

Found by: blair

------------------------------------------------------------------------
r20977 | cmpilato | 2006-08-04 15:42:24 +0100 (Fri, 04 Aug 2006) | 15 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svnsync/main.c

Backport r20938 from trunk to 1.4.x.
Votes: rooneg, nori, dlr (+1)

    Improve svnsync help output.

    Patch by: David Glasser <glasser@mit.edu>

    * subversion/svnsync/main.c
      (svnsync_command_table): Describe the requirements for svnsync
       in "svnsync help init".

Additionally:

* STATUS
   Remove this change from the approved changes list.
------------------------------------------------------------------------
r20978 | cmpilato | 2006-08-04 15:44:05 +0100 (Fri, 04 Aug 2006) | 16 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svnsync/main.c

Backport r20939 from trunk to 1.4.x.
Votes: rooneg, nori, dlr (+1)

    Fix svnsync error message.

    Patch by: David Glasser <glasser@mit.edu>

    * subversion/svnsync/main.c
      (open_source_session): Fix error message to refer to source UUID,
       not destination.

Additionally:

* STATUS
   Remove this from the approved changes list.

------------------------------------------------------------------------
r20979 | cmpilato | 2006-08-04 15:49:08 +0100 (Fri, 04 Aug 2006) | 17 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/build.conf
    A /branches/1.4.x/subversion/svnsync/svnsync.1 (from
/trunk/subversion/svnsync/svnsync.1:20940)

Backport r20940 from trunk to 1.4.x.
Votes: rooneg, dlr, cmpilato (+1)

    Add a manpage for svnsync.

    Patch by: David Glasser <glasser@mit.edu>

    * subversion/svnsync/svnsync.1
      New file.

    * build.conf
      (svnsync): Set the 'manpages' section variable.

Additionally:

* STATUS
   Remove this from the approved changes list.
------------------------------------------------------------------------
r20981 | cmpilato | 2006-08-04 16:00:40 +0100 (Fri, 04 Aug 2006) | 16 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_wc/adm_ops.c

Backport r20885 from trunk to 1.4.x.
Votes: nori, dlr, cmpilato (+1)

    Improve an error message.

    Patch by: David Glasser <glasser@mit.edu>

    * subversion/libsvn_wc/adm_ops.c
      (svn_wc_add2): Clarify node type change error message to not imply
        that the next step must be to "commit the deletion", which may
        have already occurred.

Additionally:

* STATUS
   Remove this from the approved entries section
------------------------------------------------------------------------
r21007 | dlr | 2006-08-07 21:47:17 +0100 (Mon, 07 Aug 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/INSTALL
    M /branches/1.4.x/STATUS

Merge r20172 and r20828 from trunk into 1.4.x, updating the Windows
build instructions to match reality.

Votes: +1: djh, dlr, rooneg

------------------------------------------------------------------------
r21008 | dlr | 2006-08-07 21:49:14 +0100 (Mon, 07 Aug 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svn/main.c

Merge r20926 from trunk into 1.4.x, adding the help text for the new
diff extensions to 'svn'.

Votes: +1: nori, dlr, rooneg

------------------------------------------------------------------------
r21018 | pburba | 2006-08-08 17:24:59 +0100 (Tue, 08 Aug 2006) | 6 lines
Changed paths:
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/build/generator/gen_win.py
    M /branches/1.4.x/subversion/svn_private_config.hw
    M /branches/1.4.x/win-tests.py

Merge r20190, 20250, 20444, and 20826 from trunk to branches/1.4.x.

A few improvements to the Windows build system.

Votes: +1: djh, rooneg, brane (r20826 only from email), pburba
        +0: dlr
------------------------------------------------------------------------
r21039 | dlr | 2006-08-10 21:20:17 +0100 (Thu, 10 Aug 2006) | 6 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/libsvn_client/commit.c
    M /branches/1.4.x/subversion/tests/cmdline/commit_tests.py

Merge r20276 and r21028 from trunk into the 1.4.x branch, fixing an
issue where non-recursive commit crashes/hangs svn (a regression
compared to 1.3).

Votes: +1: rooneg, nori, cmpilato, +0: lgo

------------------------------------------------------------------------
r21041 | dlr | 2006-08-10 21:58:33 +0100 (Thu, 10 Aug 2006) | 5 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    A /branches/1.4.x/subversion/include/svn_dso.h (from
/trunk/subversion/include/svn_dso.h:20996)
    M /branches/1.4.x/subversion/libsvn_fs/fs-loader.c
    M /branches/1.4.x/subversion/libsvn_ra/ra_loader.c
    M /branches/1.4.x/subversion/libsvn_subr/cmdline.c
    A /branches/1.4.x/subversion/libsvn_subr/dso.c (from
/trunk/subversion/libsvn_subr/dso.c:20996)
    M /branches/1.4.x/subversion/mod_dav_svn/mod_dav_svn.c

Merge r20996 and r20999 from trunk into the 1.4.x branch, fixing
--enable-dso in the face of global bdb environment caching.

Votes: +1: rooneg, dlr, cmpilato

------------------------------------------------------------------------
r21043 | rooneg | 2006-08-10 22:21:02 +0100 (Thu, 10 Aug 2006) | 8 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svnsync/main.c
    M /branches/1.4.x/subversion/tests/cmdline/svnsync_tests.py
    M /branches/1.4.x/subversion/tests/cmdline/svntest/actions.py

Merge all remaining revisions that affect svnsync or svnsync_tests.py
from trunk to the 1.4.x branch.

Specifically, this means revisions 19937, 19940, 20956 20958-20965,
20967, 20971, 20975 and 21034.

Approved by: rooneg, cmpilato, dlr

------------------------------------------------------------------------
r21072 | maxb | 2006-08-14 21:47:44 +0100 (Mon, 14 Aug 2006) | 11 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/subversion/svn/main.c

Merge r20883 from trunk to 1.4.x branch.

Fix an l10n encoding bug: correctly encode an error message showing
invalid options passed to svn.

An entry for CHANGES may be something like
"fixed: a wrongly-encoded error message on invalid options for svn
(r20883)".

Approved by: +1: nori, rooneg, djh

------------------------------------------------------------------------
r21073 | maxb | 2006-08-14 21:55:29 +0100 (Mon, 14 Aug 2006) | 7 lines
Changed paths:
    M /branches/1.4.x
    M /branches/1.4.x/STATUS
    M /branches/1.4.x/packages/windows-innosetup/svn.iss

Merge r21022 from trunk to 1.4.x branch.

Fix a syntax error that prevents some Inno Setup versions from
using the debug Component of the install script.

Approved by: +1: dlr, rooneg

------------------------------------------------------------------------

Received on Mon Aug 14 23:55:48 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.