Subversion 1.6.6 Released

View: New views
15 Messages — Rating Filter:   Alert me  

Subversion 1.6.6 Released

by Hyrum K. Wright-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm happy to announce Subversion 1.6.6, available from:

    http://subversion.tigris.org/downloads/subversion-1.6.6.tar.bz2
    http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
    http://subversion.tigris.org/downloads/subversion-1.6.6.zip
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.bz2
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.zip

The MD5 checksums are:

    e5109da756d74c7d98f683f004a539af  subversion-1.6.6.tar.bz2
    0ab0f26f6eb056add1b9d3059a3f4247  subversion-1.6.6.tar.gz
    a6939e209bb42038fc7b7e1a5f8ea7fd  subversion-1.6.6.zip
    8ec2a0daea27f86a75939d3ed09618a0  subversion-deps-1.6.6.tar.bz2
    2665b35dbf1f0a33c3f3b460b0bf7dd3  subversion-deps-1.6.6.tar.gz
    bec1ddc026df3998fafc3cfb39c13401  subversion-deps-1.6.6.zip

The SHA1 checksums are:

    01b03d04660fa5d1f76c742b0f8a38bf1ca1a507  subversion-1.6.6.tar.bz2
    7a307a9be882e5ec488bf5a26b46e7831a725d29  subversion-1.6.6.tar.gz
    b7e24889501d62957b493f1009c5c90effe639b2  subversion-1.6.6.zip
    164999e9063a88aa0fcee818eeb36cd5b6c94904  subversion-deps-1.6.6.tar.bz2
    e51d465169f37a6d3c67af74a861c1f41c31b994  subversion-deps-1.6.6.tar.gz
    7fc7b89ec37bed4e0580e0171826880a77b6cf37  subversion-deps-1.6.6.zip

PGP Signatures are available at:

    http://subversion.tigris.org/downloads/subversion-1.6.6.tar.bz2.asc
    http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz.asc
    http://subversion.tigris.org/downloads/subversion-1.6.6.zip.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.bz2.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.6.6.zip.asc

For this release, the following people have provided PGP signatures:

   Senthil Kumaran S [1024D/6CCD4038] with fingerprint:
    8035 16A5 1D6E 50E2 1ECD  DE56 F68D 46FB 6CCD 4038
   C. Michael Pilato [1024D/1706FD6E] with fingerprint:
    20BF 14DC F02F 2730 7EA4  C7BB A241 06A9 1706 FD6E
   Paul T. Burba [1024D/53FCDC55] with fingerprint:
    E630 CF54 792C F913 B13C  32C5 D916 8930 53FC DC55
   Julian Foad [1024D/353E25BC] with fingerprint:
    6604 5A4B 43BC F994 7777  5728 351F 33E4 353E 25BC
   Bert Huijben [1024D/9821F7B2] with fingerprint:
    2017 F51A 2572 0E78 8827  5329 FCFD 6305 9821 F7B2
   Hyrum K. Wright [1024D/4E24517C] with fingerprint:
    3324 80DA 0F8C A37D AEE6  D084 0B03 AE6E 4E24 517C
   Mark Phippard [1024D/035A96A9] with fingerprint:
    D315 89DB E1C1 E9BA D218  39FD 265D F8A0 035A 96A9

Release notes for the 1.6.x release series may be found at:

    http://subversion.tigris.org/svn_1.6_releasenotes.html

You can find the list of changes between 1.6.6 and earlier versions at:

    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES

Questions, comments, and bug reports to users@....

Thanks,
- The Subversion Team

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410047

Re: Subversion 1.6.6 Released

by David Glasser-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
> You can find the list of changes between 1.6.6 and earlier versions at:
>
>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES

And as soon as cmpilato upgrades svn.collab.net to it, that link will
even be usable in most web browsers :)

--dave

--
glasser@... | langtonlabs.org | flickr.com/photos/glasser/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410124

Re: Subversion 1.6.6 Released

by Branko Čibej-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Glasser wrote:

> On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
>  
>> You can find the list of changes between 1.6.6 and earlier versions at:
>>
>>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
>>    
>
> And as soon as cmpilato upgrades svn.collab.net to it, that link will
> even be usable in most web browsers :)
>  

In fact that has nothing to do with upgrading the server. It's a simple
consequence of there not being an svn:mime-type property on that file;
apparently httpd's default content type on svn.collab.net is
application/octet-stream, which is reasonable.

Fixed in r40176, and yes, I'm aware it's a change on a  tag :)

-- Brane

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410158

Re: Subversion 1.6.6 Released

by Daniel Shahaf-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Branko Cibej wrote on Thu, 22 Oct 2009 at 12:34 +0200:

> David Glasser wrote:
> > On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
> >  
> >> You can find the list of changes between 1.6.6 and earlier versions at:
> >>
> >>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
> >>    
> >
> > And as soon as cmpilato upgrades svn.collab.net to it, that link will
> > even be usable in most web browsers :)
> >  
>
> In fact that has nothing to do with upgrading the server. It's a simple
> consequence of there not being an svn:mime-type property on that file;
> apparently httpd's default content type on svn.collab.net is
> application/octet-stream, which is reasonable.
>

According to CHANGES, it's specific to mod_dav_svn 1.6.5:

  * revert r36720's default MIME type change back to "text/plain" (issue #3508)

> Fixed in r40176, and yes, I'm aware it's a change on a  tag :)
>

The 1.6.7 tag will have the same problem unless you update 1.6.x/CHANGES
and trunk/CHANGES too.

> -- Brane
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410158
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410163

Re: Subversion 1.6.6 Released

by Stefan Sperling-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 22, 2009 at 12:34:34PM +0200, Branko Cibej wrote:

> David Glasser wrote:
> > On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
> >  
> >> You can find the list of changes between 1.6.6 and earlier versions at:
> >>
> >>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
> >>    
> >
> > And as soon as cmpilato upgrades svn.collab.net to it, that link will
> > even be usable in most web browsers :)
> >  
>
> In fact that has nothing to do with upgrading the server. It's a simple
> consequence of there not being an svn:mime-type property on that file;
> apparently httpd's default content type on svn.collab.net is
> application/octet-stream, which is reasonable.
>
> Fixed in r40176, and yes, I'm aware it's a change on a  tag :)

Arguably, we could simply paste the CHANGES entry for a release
into its announcement mail, and save people from having to use a
web browser in the first place.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410164

Re: Subversion 1.6.6 Released

by Branko Čibej-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Daniel Shahaf wrote:

> Branko Cibej wrote on Thu, 22 Oct 2009 at 12:34 +0200:
>  
>> David Glasser wrote:
>>    
>>> On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
>>>  
>>>      
>>>> You can find the list of changes between 1.6.6 and earlier versions at:
>>>>
>>>>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
>>>>    
>>>>        
>>> And as soon as cmpilato upgrades svn.collab.net to it, that link will
>>> even be usable in most web browsers :)
>>>  
>>>      
>> In fact that has nothing to do with upgrading the server. It's a simple
>> consequence of there not being an svn:mime-type property on that file;
>> apparently httpd's default content type on svn.collab.net is
>> application/octet-stream, which is reasonable.
>>
>>    
>
> According to CHANGES, it's specific to mod_dav_svn 1.6.5:
>
>   * revert r36720's default MIME type change back to "text/plain" (issue #3508)
>  

Interesting. I must say I slightly object to this change; text/plain is
often not an appropriate content type. Why was it chosen over
application/octet-stream?

-- Brane

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410185

Re: Subversion 1.6.6 Released

by Branko Čibej-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Stefan Sperling wrote:

> On Thu, Oct 22, 2009 at 12:34:34PM +0200, Branko Cibej wrote:
>  
>> David Glasser wrote:
>>    
>>> On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
>>>  
>>>      
>>>> You can find the list of changes between 1.6.6 and earlier versions at:
>>>>
>>>>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
>>>>    
>>>>        
>>> And as soon as cmpilato upgrades svn.collab.net to it, that link will
>>> even be usable in most web browsers :)
>>>  
>>>      
>> In fact that has nothing to do with upgrading the server. It's a simple
>> consequence of there not being an svn:mime-type property on that file;
>> apparently httpd's default content type on svn.collab.net is
>> application/octet-stream, which is reasonable.
>>
>> Fixed in r40176, and yes, I'm aware it's a change on a  tag :)
>>    
>
> Arguably, we could simply paste the CHANGES entry for a release
> into its announcement mail, and save people from having to use a
> web browser in the first place.
>  

We still want them in readble form in the repository, no?

-- Brane

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410186

Re: Subversion 1.6.6 Released

by Stefan Sperling-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 22, 2009 at 01:38:39PM +0200, Branko Cibej wrote:
> Daniel Shahaf wrote:
> > According to CHANGES, it's specific to mod_dav_svn 1.6.5:
> >
> >   * revert r36720's default MIME type change back to "text/plain" (issue #3508)
> >  
>
> Interesting. I must say I slightly object to this change; text/plain is
> often not an appropriate content type. Why was it chosen over
> application/octet-stream?

Because of the browser problem you just fixed by setting the mime-type
explicitly.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410192

Re: Subversion 1.6.6 Released

by Daniel Shahaf-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Branko Cibej wrote on Thu, 22 Oct 2009 at 13:38 +0200:

> Daniel Shahaf wrote:
> > Branko Cibej wrote on Thu, 22 Oct 2009 at 12:34 +0200:
> >  
> >> David Glasser wrote:
> >>    
> >>> On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
> >>>  
> >>>      
> >>>> You can find the list of changes between 1.6.6 and earlier versions at:
> >>>>
> >>>>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
> >>>>    
> >>>>        
> >>> And as soon as cmpilato upgrades svn.collab.net to it, that link will
> >>> even be usable in most web browsers :)
> >>>  
> >>>      
> >> In fact that has nothing to do with upgrading the server. It's a simple
> >> consequence of there not being an svn:mime-type property on that file;
> >> apparently httpd's default content type on svn.collab.net is
> >> application/octet-stream, which is reasonable.
> >>
> >>    
> >
> > According to CHANGES, it's specific to mod_dav_svn 1.6.5:
> >
> >   * revert r36720's default MIME type change back to "text/plain" (issue #3508)
> >  
>
> Interesting. I must say I slightly object to this change; text/plain is
> often not an appropriate content type. Why was it chosen over
> application/octet-stream?
>

Because of the very issue you see with CHANGES now: too many textual
files everywhere do not have text/plain set.

It was discussed on this list (e.g., in the r36720 thread).

Daniel
(sorry, got to run; no time to dig a link)

> -- Brane
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410185
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410193

Re: Subversion 1.6.6 Released

by David Glasser-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 22, 2009 at 4:38 AM, Branko Cibej <brane@...> wrote:

> Daniel Shahaf wrote:
>> Branko Cibej wrote on Thu, 22 Oct 2009 at 12:34 +0200:
>>
>>> David Glasser wrote:
>>>
>>>> On Wed, Oct 21, 2009 at 7:40 PM, Hyrum K. Wright <hyrum@...> wrote:
>>>>
>>>>
>>>>> You can find the list of changes between 1.6.6 and earlier versions at:
>>>>>
>>>>>    http://svn.collab.net/repos/svn/tags/1.6.6/CHANGES
>>>>>
>>>>>
>>>> And as soon as cmpilato upgrades svn.collab.net to it, that link will
>>>> even be usable in most web browsers :)
>>>>
>>>>
>>> In fact that has nothing to do with upgrading the server. It's a simple
>>> consequence of there not being an svn:mime-type property on that file;
>>> apparently httpd's default content type on svn.collab.net is
>>> application/octet-stream, which is reasonable.
>>>
>>>
>>
>> According to CHANGES, it's specific to mod_dav_svn 1.6.5:
>>
>>   * revert r36720's default MIME type change back to "text/plain" (issue #3508)
>>
>
> Interesting. I must say I slightly object to this change; text/plain is
> often not an appropriate content type. Why was it chosen over
> application/octet-stream?

Because it leads to major usability problems and was a major
user-visible change in a patch release.

While the real answer might be "every file should have appropriate
svn:mime-type", in reality given svn's lack of repository-specified
autoprops that's a joke.

--dave

--
glasser@... | langtonlabs.org | flickr.com/photos/glasser/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410338

Re: Subversion 1.6.6 Released

by kmradke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hyrum.wright@... wrote on 10/21/2009 09:40:56 PM:

> I'm happy to announce Subversion 1.6.6, available from:
>
>     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
>     http://subversion.tigris.org/downloads/subversion-1.6.6.zip
>     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz
>     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.zip

Was it intended that the 1.6.6.tar.gz file includes both a "subversion" and
a "subversion-1.6.6" directory?  That seems different from the previous
releases...

Kevin R.

Re: Subversion 1.6.6 Released

by Hyrum K. Wright-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Oct 22, 2009, at 4:35 PM, kmradke@... wrote:

>
> hyrum.wright@... wrote on 10/21/2009 09:40:56 PM:
>
> > I'm happy to announce Subversion 1.6.6, available from:
> >
> >     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.bz2
> >     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
> >     http://subversion.tigris.org/downloads/subversion-1.6.6.zip
> >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.bz2
> >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz
> >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.zip
>
> Was it intended that the 1.6.6.tar.gz file includes both a  
> "subversion" and
> a "subversion-1.6.6" directory?  That seems different from the  
> previous
> releases...

I might be missing something, but the tarball I just unrolled only has  
one directory in it: subversion-1.6.6.  That directory has many  
subdirectories, of which subversion-1.6.6/subversion is one, but it  
does not have a subversion top-level-directory.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410438

Re: Subversion 1.6.6 Released

by kmradke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


"Hyrum K. Wright" <hyrum_wright@...> wrote on 10/22/2009 04:39:05 PM:
> On Oct 22, 2009, at 4:35 PM, kmradke@... wrote:
> > hyrum.wright@... wrote on 10/21/2009 09:40:56 PM:
> >
> > > I'm happy to announce Subversion 1.6.6, available from:
> > >
> > >     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.bz2
> > >     http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
> > >     http://subversion.tigris.org/downloads/subversion-1.6.6.zip
> > >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.bz2
> > >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz
> > >     http://subversion.tigris.org/downloads/subversion-deps-1.6.6.zip
> >
> > Was it intended that the 1.6.6.tar.gz file includes both a  
> > "subversion" and
> > a "subversion-1.6.6" directory?  That seems different from the  
> > previous
> > releases...
>
> I might be missing something, but the tarball I just unrolled only has  
> one directory in it: subversion-1.6.6.  That directory has many  
> subdirectories, of which subversion-1.6.6/subversion is one, but it  
> does not have a subversion top-level-directory.

Odd.  Must be a problem with izarc 4 on windows.  I uncompressed it on
my linux machine and do not see the "extra" directory...

Sorry for the confusion.

Kevin R.

Re: Subversion 1.6.6 Released

by Daniel Shahaf-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hyrum K. Wright wrote on Thu, 22 Oct 2009 at 16:39 -0500:

> On Oct 22, 2009, at 4:35 PM, kmradke@... wrote:
> > Was it intended that the 1.6.6.tar.gz file includes both a  
> > "subversion" and
> > a "subversion-1.6.6" directory?  That seems different from the  
> > previous
> > releases...
>
> I might be missing something, but the tarball I just unrolled only has  
> one directory in it: subversion-1.6.6.  That directory has many  
> subdirectories, of which subversion-1.6.6/subversion is one, but it  
> does not have a subversion top-level-directory.
>

On Windows I do see a non-"subversion-1.6.6" top-level dir:

[[[
C:\tmp\svn166\untar>gzip -dc ..\subversion-1.6.6.tar.gz | tar tvf - | grep -v 1. 6.6
-rwSr-Sr-- hwright/hwright    1720 2007-07-06 22:43 subversion/bindings/javahl/src/org/tigris/subversion/javahl/SubversionException.java
-rwSr-Sr-- hwright/hwright    1223 2007-04-23 20:40 subversion/bindings/javahl/src/org/tigris/subversion/javahl/ProplistCallbackImpl.java
-rwSr-Sr-- hwright/hwright    1468 2007-04-23 20:40 subversion/bindings/javahl/src/org/tigris/subversion/javahl/DiffSummaryReceiver.java
-rwSr-Sr-- hwright/hwright    1620 2007-10-17 19:42 subversion/bindings/javahl/src/org/tigris/subversion/javahl/ConflictResolverCallback.java
-rwSr-Sr-- hwright/hwright    3504 2007-04-23 20:40 subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword3.java
-rwSr-Sr-- hwright/hwright    1976 2007-04-23 20:40 subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java
-rwSr-Sr-- hwright/hwright   52558 2009-01-09 22:41 subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientSynchronized.java
-rwSr-Sr-- hwright/hwright    1395 2007-04-23 20:40 subversion/bindings/javahl/src/org/tigris/subversion/javahl/CommitItemStateFlags.java
-rwSr-Sr-- hwright/hwright    2159 2008-11-23 06:08 subversion/tests/cmdline/svnsync_tests_data/copy-from-previous-version-and-modify.dump
]]]

> -Hyrum
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410438
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410480

Subversion 1.6.6 Win32 Installer Released

by Troy Simpson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am happy to announce the release of the Subversion 1.6.6 win32 installer
based on D.J. Heap's win32 binaries.

Note, that this installer includes apache 2.2.x binaries (2.2.9 or higher is
required within the 2.2.x series).

If you lose your shortcuts from your programs menu when upgrading to this
version, please uninstall and re-install again.  This *may* occur due to a
change in shortcut icons but shouldn't be an issue again.

The installer may be downloaded from the win32 download area here (watch
wrapping):

http://subversion.tigris.org/files/documents/15/46906/Setup-Subversion-1.6.6
.msi

MD5 checksum:
379fbeb45067f98ebd830affd4afdcc1 *Setup-Subversion-1.6.6.msi

SHA1 checksum:
502643633e2fabaa2c14bff8647dbd865b0cafdf  Setup-Subversion-1.6.6.msi

PGP Signature:
(watch wrapping)

http://www.ebswift.com/Common/ASPCommon/Download/file_download.aspx?File=/su
bversion/Setup-Subversion-1.6.6.msi.sig

Public PGP Key:
http://www.ebswift.com/Common/ASPCommon/Download/file_download.aspx?File=/su
bversion/svnpubkey.asc


Regards,

Troy Simpson

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2414926