Browse Source

Set release date for 3.0

Ask Solem 12 years ago
parent
commit
aa94531969
2 changed files with 41 additions and 8 deletions
  1. 34 2
      Changelog
  2. 7 6
      docs/whatsnew-3.0.rst

+ 34 - 2
Changelog

@@ -9,16 +9,48 @@
 
 
 3.0.0 (Chiastic Slide)
 3.0.0 (Chiastic Slide)
 ======================
 ======================
-:status: FROZEN
-:branch: master
+:release-date: 2012-07-07 01:30 P.M BST
+:by: Ask Solem
 
 
 See :ref:`whatsnew-3.0`.
 See :ref:`whatsnew-3.0`.
 
 
+.. _version-2.5.5:
+
+2.5.5
+=====
+:release-date: 2012-06-06 16:00 P.M BST
+:by: Ask Solem
+
+This is a dummy release performed for the following goals:
+
+- Protect against force upgrading to Kombu 2.2.0
+- Version parity with django-celery
+
+.. _version-2.5.3:
+
+2.5.3
+=====
+:release-date: 2012-04-16 07:00 P.M BST
+:by: Ask Solem
+
+* A bug causes messages to be sent with UTC timestamps even though
+  :setting:`CELERY_ENABLE_UTC` was not enabled (Issue #636).
+
+* celerybeat: No longer crashes if an entry's args is set to None
+  (Issue #657).
+
+* Autoreload did not work if a module's ``__file__`` attribute
+  was set to the modules '.pyc' file.  (Issue #647).
+
+* Fixes early 2.5 compatibility where __package__ does not exist
+  (Issue #638).
+
 .. _version-2.5.2:
 .. _version-2.5.2:
 
 
 2.5.2
 2.5.2
 =====
 =====
 :release-date: 2012-04-13 04:30 P.M GMT
 :release-date: 2012-04-13 04:30 P.M GMT
+:by: Ask Solem
 
 
 .. _v252-news:
 .. _v252-news:
 
 

+ 7 - 6
docs/whatsnew-3.0.rst

@@ -73,14 +73,15 @@ Highlights
 
 
 
 
 .. _`website`: http://celeryproject.org/
 .. _`website`: http://celeryproject.org/
-.. _`django-celery changelog`: http://bit.ly/djcelery-26-changelog
+.. _`django-celery changelog`:
+    http://github.com/celery/django-celery/tree/master/Changelog
 .. _`django-celery 3.0`: http://pypi.python.org/pypi/django-celery/
 .. _`django-celery 3.0`: http://pypi.python.org/pypi/django-celery/
 
 
 .. contents::
 .. contents::
     :local:
     :local:
     :depth: 2
     :depth: 2
 
 
-.. _v260-important:
+.. _v300-important:
 
 
 Important Notes
 Important Notes
 ===============
 ===============
@@ -215,7 +216,7 @@ Redis: Ack emulation improvements
     but if so happens you could temporarily set the visibility timeout lower
     but if so happens you could temporarily set the visibility timeout lower
     to flush out messages when you start up the systems again.
     to flush out messages when you start up the systems again.
 
 
-.. _v260-news:
+.. _v300-news:
 
 
 News
 News
 ====
 ====
@@ -889,7 +890,7 @@ Internals
 
 
     Contributed by Thomas Johansson.
     Contributed by Thomas Johansson.
 
 
-.. _v260-experimental:
+.. _v300-experimental:
 
 
 Experimental
 Experimental
 ============
 ============
@@ -916,7 +917,7 @@ to create tasks out of methods::
 
 
 See :mod:`celery.contrib.methods` for more information.
 See :mod:`celery.contrib.methods` for more information.
 
 
-.. _v260-unscheduled-removals:
+.. _v300-unscheduled-removals:
 
 
 Unscheduled Removals
 Unscheduled Removals
 ====================
 ====================
@@ -929,7 +930,7 @@ but these removals should have no major effect.
     - ``CELERYD_ETA_SCHEDULER`` -> ``CELERYD_TIMER``
     - ``CELERYD_ETA_SCHEDULER`` -> ``CELERYD_TIMER``
     - ``CELERYD_ETA_SCHEDULER_PRECISION`` -> ``CELERYD_TIMER_PRECISION``
     - ``CELERYD_ETA_SCHEDULER_PRECISION`` -> ``CELERYD_TIMER_PRECISION``
 
 
-.. _v260-deprecations:
+.. _v300-deprecations:
 
 
 Deprecations
 Deprecations
 ============
 ============