[mochikit] Re: MochiKit 1.4 released

2008-10-24 Thread Amit Mendapara

Hello Per,

Several files in the downloadable zip package have permission
issues (on Linux). Please make sure that it's packaged properly
with correct access permissions.

- Amit Mendapara

On Oct 21, 3:32 pm, Per Cederberg [EMAIL PROTECTED] wrote:
 MochiKit 1.4 has now been released and is available on the web site:

    http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

    http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-24 Thread Per Cederberg

Ok, I think it is fixed now. New version is available on the download
page. I have not bumped the version number, since it is just a
packaging issue.

The root cause seems to be the following Zip handling bug in Python:

http://bugs.python.org/issue3394

Due to this fix, I've also been forced to reluctantly inaugurate a
brand new svn branch for 1.4. Please add any regression fixes to 1.4
there (and drop a mail on the list).

Thanks,

/Per

On Fri, Oct 24, 2008 at 8:51 AM, Per Cederberg [EMAIL PROTECTED] wrote:
 Yes, I noted the same thing yesterday. Seems to be an issue with
 permissions for all generated files. I'm building this on Linux and
 the input files seem to have correct permissions on my machine. But
 after packing and unpacking something weird happens.

 I'll look into this. Seems to be an issue with zipfile.ZipFile and in
 particular the writestr function in Python. Perhaps somebody else
 knows what is going on there?

 Cheers,

 /Per

 On Fri, Oct 24, 2008 at 8:23 AM, Amit Mendapara
 [EMAIL PROTECTED] wrote:

 Hello Per,

 Several files in the downloadable zip package have permission
 issues (on Linux). Please make sure that it's packaged properly
 with correct access permissions.

 - Amit Mendapara

 On Oct 21, 3:32 pm, Per Cederberg [EMAIL PROTECTED] wrote:
 MochiKit 1.4 has now been released and is available on the web site:

http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per
 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-24 Thread Per Cederberg

Yes, I noted the same thing yesterday. Seems to be an issue with
permissions for all generated files. I'm building this on Linux and
the input files seem to have correct permissions on my machine. But
after packing and unpacking something weird happens.

I'll look into this. Seems to be an issue with zipfile.ZipFile and in
particular the writestr function in Python. Perhaps somebody else
knows what is going on there?

Cheers,

/Per

On Fri, Oct 24, 2008 at 8:23 AM, Amit Mendapara
[EMAIL PROTECTED] wrote:

 Hello Per,

 Several files in the downloadable zip package have permission
 issues (on Linux). Please make sure that it's packaged properly
 with correct access permissions.

 - Amit Mendapara

 On Oct 21, 3:32 pm, Per Cederberg [EMAIL PROTECTED] wrote:
 MochiKit 1.4 has now been released and is available on the web site:

http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-24 Thread Fred Drake

On Fri, Oct 24, 2008 at 4:10 AM, Per Cederberg [EMAIL PROTECTED] wrote:
 Ok, I think it is fixed now. New version is available on the download
 page. I have not bumped the version number, since it is just a
 packaging issue.

One thing we've learned in the Zope community is that packaging bugs
are bugs to.  Creating a different release really deserves a new
version number.  I know those integers can be expensive, but I think
not alarmingly so.  :-)

Seriously, thanks for the work you're doing getting the release out.
That's definitely appreciated.


  -Fred

-- 
Fred L. Drake, Jr.fdrake at gmail.com
Chaos is the score upon which reality is written. --Henry Miller

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-23 Thread Leo Soto M.

On Tue, Oct 21, 2008 at 7:32 AM, Per Cederberg [EMAIL PROTECTED] wrote:

 MochiKit 1.4 has now been released and is available on the web site

Congratulations guys! This has been a lot of hard and good work!

-- 
Leo Soto M.
http://blog.leosoto.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-22 Thread Christoph Zwerschke

Arnar Birgisson wrote:
  Per: Many thanks for taking matters by such firm hands lately. I hope
  the countless people begging for a release here realize what kind of
  an effort it is.

As one of those who requested a version 1.4 some months ago I also want 
to say thank you, particularly to Per and Bob.

These days it seems a lot of dreams come true :)

Quote from the TurboGears list:

Oh, wow, can we expect Hurd and Duke Nukem forever next? ;)

-- Christoph

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread David Janes
Woot! Congrats to all involved.

On Tue, Oct 21, 2008 at 6:32 AM, Per Cederberg [EMAIL PROTECTED] wrote:


 MochiKit 1.4 has now been released and is available on the web site:

http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per

 



-- 
David Janes
Mercenary Programmer

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread Jason Bunting

Congrats and thanks to everyone involved for all of the hard work that goes
into maintaining this stable toolkit!

Jason Bunting

 -Original Message-
 From: mochikit@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Per Cederberg
 Sent: Tuesday, October 21, 2008 4:32 AM
 To: MochiKit
 Subject: [mochikit] MochiKit 1.4 released
 
 
 MochiKit 1.4 has now been released and is available on the web site:
 
 http://mochikit.com/download.html
 
 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:
 
 http://mochikit.com/doc/html/MochiKit/index.html#version-history
 
 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.
 
 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.
 
 Cheers,
 
 /Per
 
  
 
 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.175 / Virus Database: 270.8.2/1737 - Release Date: 10/21/2008
 9:10 AM


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread csnyder

On Tue, Oct 21, 2008 at 6:32 AM, Per Cederberg [EMAIL PROTECTED] wrote:

 MochiKit 1.4 has now been released and is available on the web site.


Congrats, and thanks for all of your hard work putting the release together!

It has been a real pleasure to use such a stable codebase in our
projects, and not have to worry that the api is going to break on a
whim, or that we'll want to use a feature that isn't documented yet.

I feel like MochiKit really has my back, and that is tremendously enabling.

Chris Snyder
Director, Center for Internet Innovation
Fund for the City of New York
http://www.fcny.org/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread Bob Ippolito

Awesome! Thanks for all the hard work everyone, I owe many of you beers :)

On Tue, Oct 21, 2008 at 9:35 AM, Jason Bunting
[EMAIL PROTECTED] wrote:

 Congrats and thanks to everyone involved for all of the hard work that goes
 into maintaining this stable toolkit!

 Jason Bunting

 -Original Message-
 From: mochikit@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Per Cederberg
 Sent: Tuesday, October 21, 2008 4:32 AM
 To: MochiKit
 Subject: [mochikit] MochiKit 1.4 released


 MochiKit 1.4 has now been released and is available on the web site:

 http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

 http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per

 

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.175 / Virus Database: 270.8.2/1737 - Release Date: 10/21/2008
 9:10 AM


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread Arnar Birgisson

Congrats to the MochiKit team!

On Tue, Oct 21, 2008 at 23:45, Bob Ippolito [EMAIL PROTECTED] wrote:
 Awesome! Thanks for all the hard work everyone, I owe many of you beers :)

Then I owe you a case. Well, technically my previous employer does -
but I'll be glad to buy you a beer next time you are in Iceland. :)

Per: Many thanks for taking matters by such firm hands lately. I hope
the countless people begging for a release here realize what kind of
an effort it is.

cheers,
Arnar

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread troels knak-nielsen

On Wed, Oct 22, 2008 at 12:01 AM, Arnar Birgisson [EMAIL PROTECTED] wrote:
 Per: Many thanks for taking matters by such firm hands lately. I hope
 the countless people begging for a release here realize what kind of
 an effort it is.

We do. It's appreciated.

--
troels

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: MochiKit 1.4 released

2008-10-21 Thread Amit Mendapara

Congrats and many thanks to all who made it possible. I'm sure we
could reveal even better next time. Thanks Per...

- Amit Mendapara

On Oct 21, 3:32 pm, Per Cederberg [EMAIL PROTECTED] wrote:
 MochiKit 1.4 has now been released and is available on the web site:

    http://mochikit.com/download.html

 The full change history from version 1.3.1 is rather lengthy, but you
 can find it on our web site:

    http://mochikit.com/doc/html/MochiKit/index.html#version-history

 As far as I know, there should be no backwards-incompatible API
 changes between 1.3.1 and 1.4. If you happen to find one, please let
 us know through this mailing list so that we can update the docs
 and/or fix the issues.

 Finally, many thanks to everyone who contributed code, documentation,
 bug reports, ideas and everything else during this long development
 cycle. Looking forward to hear from you all during the 1.5
 development.

 Cheers,

 /Per
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---