Opened 13 years ago

Closed 13 years ago

#15330 closed Cleanup/optimization (fixed)

Django 1.2.3 (and 1.2.1) release note are missing

Reported by: Jorge Vargas <jorge.vargas@…> Owned by: nobody
Component: Documentation Version: 1.2
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (7)

comment:1 by Russell Keith-Magee, 13 years ago

Resolution: wontfix
Status: newclosed

We only do release notes for point releases when there is some notable change -- either a new feature (not normally allowed, but sometimes necessary in order to fix a bug), or if there is a backwards compatibility or security issue.

In the case of 1.2.1 and 1.2.3, the release notes would say nothing more than "Hi, these are the release notes", so we don't add them.

comment:2 by Jorge Vargas <jorge.vargas@…>, 13 years ago

both http://www.djangoproject.com/weblog/2010/sep/10/123/ and http://www.djangoproject.com/weblog/2010/may/18/121/ suggest they are important. 1.2.1 less than 1.2.3 but that's ok.

All I'm saying is that the /dev/releases URL should contain links to what happen, even if it's just a link to the blog.

comment:3 by Carl Meyer, 13 years ago

I don't agree with the wontfix resolution here, and have posted my take on the mailing list for discussion: http://groups.google.com/group/django-developers/browse_thread/thread/599f293a8b7b6281

comment:4 by Russell Keith-Magee, 13 years ago

Resolution: wontfix
Status: closedreopened
Triage Stage: UnreviewedAccepted

Following discussion on django-dev, I'm happy to reopen and accept this.

comment:5 by Russell Keith-Magee, 13 years ago

Component: Django Web siteDocumentation

comment:6 by Łukasz Rekucki, 13 years ago

Severity: Normal
Type: Cleanup/optimization

comment:7 by Malcolm Tredinnick, 13 years ago

Resolution: fixed
Status: reopenedclosed

In [16695]:

Added placeholder release notes for the 1.2.1 and 1.2.3 releases.

Both of these releases were to fix bugs in the previous release and, as
such contained nothing new of significance. However, to complete the set
of release note files in case anybody worries about the gaps, we now
have documents explaining precisely that.

Fixed #15330.

Note: See TracTickets for help on using tickets.
Back to Top