On Sun, Jun 8, 2008 at 3:07 PM, James Bennett <[EMAIL PROTECTED]> wrote:
>
> Just a quick procedural thing:
>
> The 0.96.2 tarball created for the recent security fix was generated
> from the 0.96 setup.py script, which gets you the Django source tree
> but misses things like the documentation files that we distribute with
> Django. This has caused a couple of issues with downstream
> distribution, since maintainers had to go and fetch those files
> manually for packaging.
>
> The setup.py in trunk (verified just a moment ago) gets things right
> and includes, as far as I can tell, everything that ought to be
> included, but I'm wary of trying to backport stuff from it into a
> release branch that's really only supposed to get security fixes.
>
> As an alternative, I can generate a complete tarball pretty easily
> from an 'svn export' of the 0.96-bugfixes branch, and that seems to me
> to be the best thing to do now (which would simply replace the 0.96.2
> tarball with one that, while identical code-wise, contains the
> additional files) and for the future (e.g., if we have another
> security fix to push out during the support period for the 0.96 line.
>
> Anyone have strong objections to doing this?

I don't have any particular problem with back-porting distribution
config fixes back into a bugrelease branch, but if you're happy
working with a manually generated tarball, I'm fine with that too. The
more important issue is that we fix the broken tarball that is making
us look bad.

My only concern would be that by transparently replacing the 0.96.2
tarball, we could end up with some confusion with users. Doing a full
0.96.3 release is a bit of overkill, but it's not an uncommon
strategy. For example, jQuery did it recently when they skipped the
1.2.4 and 1.2.5 releases. However, again, I'm willing to leave this in
your court as release manager.

Yours,
Russ Magee %-)

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

Reply via email to