Skip to content

Commit

Permalink
Release Review Board 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Sep 17, 2009
1 parent 71c095e commit 31568a7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
35 changes: 35 additions & 0 deletions docs/releasenotes/reviewboard/1.0.3.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,35 @@
================================
Review Board 1.0.3 Release Notes
================================

**Release date**: September 16, 2009.


New Features
============

* The administration UI now supports batch deletes for items in the database.
This is provided by Django 1.1, which is a new requirement in this release.


Bugs Fixed
==========

* Creation of new sites was broken. Due to a change in the structure of
the codebase, we were no longer bundling the configuration template files
for the web server, which rb-site install needed for new sites.

* Installations using Django 1.0.2 would see Internal Server Errors, due to
a function we were using that wasn't added until 1.0.3. We've decided to
bump up our required version of Django to 1.1, which is the version that
new installations would use anyway. This comes with a variety of internal
bug fixes and stability improvements that we get for free.


Contributors
============

* Christian Hammond


.. comment: vim: ft=rst et
1 change: 1 addition & 0 deletions docs/releasenotes/reviewboard/index.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Review Board Release Notes
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


1.0.3
1.0.2 1.0.2
1.0.1 1.0.1
1.0 1.0
Expand Down
2 changes: 1 addition & 1 deletion reviewboard/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# #
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released) # (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
# #
VERSION = (1, 0, 2, 'final', 0, True) VERSION = (1, 0, 3, 'final', 0, True)




def get_version_string(): def get_version_string():
Expand Down

0 comments on commit 31568a7

Please sign in to comment.