On Thu, Feb 11, 2010 at 12:28 PM, Gabriel . <gabriel....@gmail.com> wrote:
> On Thu, Feb 11, 2010 at 2:23 PM, Cheet <qtch...@googlemail.com> wrote: > > Hello, > > > > Any one know the diffs between these versions? > > http://docs.djangoproject.com/en/1.1/releases/#releases-index this > > page does not have any information of v1.1.0.... > > > > Mine is running 1.1.0 final: > > > > http://www.djangoproject.com/weblog/2009/oct/ > That security fix is the main difference between 1.1.0 and 1.1.1, but there are also other bug fixes.Any bug fix that was made after 1.1 and before 1.1.1 is in 1.1.1. We don't keep exhaustive lists for such things. We've got in-progress 1.1.2 release notes to document slight incompatibilities that may be observed due to bug fixes that will be released when 1.1.2 goes out -- but even those release notes do not document all the bug fixes that will be part of the release. There were no such even slight incompatibilities for the 1.1.1, so far as I know. If you really want to know exactly what's in a release, you can always find out by looking around the SVN history. 1.1.1 contains all changes made to trunk between the time 1.1 went out and when the 1.1.X branch was created, which turns out to be this list: http://code.djangoproject.com/log/django/trunk?rev=11499&stop_rev=11366 Plus all changes made on the 1.1.X branch from the time it was created until 1.1.1 was tagged. That is this list: http://code.djangoproject.com/log/django/branches/releases/1.1.X?rev=11612&stop_rev=11500 But that is usually more than most people want or need to know. Particularly given the security fix, there is really no good reason to choose 1.1 over 1.1.1. Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.