<?xml version="1.0" encoding="UTF-8"?>
<news type="array">
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">3</comments-count>
    <created-on type="datetime">2010-02-07T21:49:46+01:00</created-on>
    <description>This bug fix release can be found at "Rubyforge":http://rubyforge.org/frs/?group_id=1850.</description>
    <id type="integer">34</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.9.2 released</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">10</comments-count>
    <created-on type="datetime">2010-01-30T13:27:35+01:00</created-on>
    <description>Redmine 0.9.1 (aka 0.9 final) is now available, you can get it at "Rubyforge":http://rubyforge.org/frs/?group_id=1850.</description>
    <id type="integer">33</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.9.1 released</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">19</comments-count>
    <created-on type="datetime">2010-01-09T13:08:47+01:00</created-on>
    <description>A release candidate for the new stable branch 0.9 was published today.
You can get it at "Rubyforge":http://rubyforge.org/frs/?group_id=1850.

Upgrading from a previous release is pretty straightforward, the few steps to follow are described in [[RedmineUpgrade]].
The release is packaged with Rails 2.3.5.</description>
    <id type="integer">32</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.9 release candidate</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">13</comments-count>
    <created-on type="datetime">2009-12-26T14:32:00+01:00</created-on>
    <description>The 0.9-stable branch was added in r3244.
A release candidate will be made available in a few days but you can start testing it by checking it out at:

  http://redmine.rubyforge.org/svn/branches/0.9-stable

It runs with Rails 2.3.5 so make sure you have the proper gems installed.

  gem install rails -v=2.3.5

Here is a quick summary of the major improvements that 0.9 brings:

*Unlimited project nesting*

In previous Redmine versions, project hierarchy was restricted to only 2 levels (root projects and one children level).
You can now create parent/child projects without any limitation.
Internally, the project hierarchy now relies on "nested sets":http://en.wikipedia.org/wiki/Tree_structure#Nested_sets to avoid performance drop on deep project trees.

*Versions inheritance*

Projects can now share their versions with other projects in different ways.
Each version of a project can be shared with:

    * subprojects
    * projects in the project hierarchy: ancestors + descendants
    * projects in the project tree: root project + all its descendants
    * all projects


*User groups*

You can define user groups and add groups to projects with their own permissions.

*User permissions*

Users can now have multiple roles on a project.
This makes it easier to combine different sets of permissions.

*Project creation by non-admin users*

Non-admin users can now be allowed to create projects or subprojects.
Two permissions are available:
* create project: this can be given to registered users so that they can create root projects
* create subprojects: this can be given to project members (eg. project managers) so that they can add subprojects to their projects

*Project copy*

Administrators are now able to copy an entire project with its data (members, issues, versions...).

*Issue list improvement*

* Dynamic columns selection
* Sort on multiple columns, including custom fields
* Issue grouping
* Ability to adjust custom query filters without editing the query
</description>
    <id type="integer">31</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>0.9 feature freeze</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">5</comments-count>
    <created-on type="datetime">2009-11-15T11:34:40+01:00</created-on>
    <description>This release adds protection against potential "CSRF attacks":http://en.wikipedia.org/wiki/Cross-site_request_forgery.

Migration is done as usual but you need to generate a secret before restarting the application. 
From your Redmine directory, simply run the following command once:

&lt;pre&gt;
rake config/initializers/session_store.rb
&lt;/pre&gt;

This release fixes a few bugs as well.
"Download 0.8.7":http://rubyforge.org/frs/?group_id=1850.

If you are not able to upgrade to 0.8.7 but want a fix for this security issue, you can install the following plugin from Eric Davis:
http://github.com/edavis10/redmine_security_4216 (Redmine 0.8.x required)</description>
    <id type="integer">30</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.8.7 security release</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">3</comments-count>
    <created-on type="datetime">2009-11-04T11:44:54+01:00</created-on>
    <description>This release fixes a few bugs and vulnerabilities.

As previous 0.8.x releases, it's still running with Rails 2.1.2.
You can see the list of changes in the [[Changelog]] and download it at "Rubyforge":http://rubyforge.org/frs/?group_id=1850.</description>
    <id type="integer">29</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.8.6 released</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">1</comments-count>
    <created-on type="datetime">2009-09-13T21:32:03+02:00</created-on>
    <description>As of r2887, Redmine devel version (trunk) runs with Rails 2.3.4.
You can install the required gems by running:

  gem install rails -v=2.3.4
</description>
    <id type="integer">28</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Rails 2.3</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">2</comments-count>
    <created-on type="datetime">2009-09-13T14:35:25+02:00</created-on>
    <description>This release fixes a few Redmine bugs and includes Rails 2.1.2 with several security patches applied:
* http://groups.google.com/group/rubyonrails-security/browse_frm/thread/48ab3f4a2c16190f
* http://groups.google.com/group/rubyonrails-security/browse_frm/thread/da57f883530352ee

If you are running the trunk version of Redmine, you can either:
* install Rails 2.2.3 once it's released by the Rails core team
* update your copy to r2887 that runs with Rails 2.3.4
</description>
    <id type="integer">27</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.8.5 released</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">11</comments-count>
    <created-on type="datetime">2009-05-17T14:07:01+02:00</created-on>
    <description>Redmine 0.8.4 fixes a vulnerability related to the 'autologin' feature. This vulnerability may affect people using Redmine with Phusion Passenger (a.k.a. mod_rails/mod_rack) and thus, upgrading is highly recommended. If you're not able to upgrade, you should disable the 'autologin' feature.

This release also fixes a memory consumption on big files upload.

As previous 0.8.x releases, it's still running with Rails 2.1.2.
You can see the list of changes in the [[Changelog]] and download this release at "Rubyforge":http://rubyforge.org/frs/?group_id=1850.</description>
    <id type="integer">26</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>Redmine 0.8.4 security/bug fix released</title>
  </news>
  <news>
    <author-id type="integer">1</author-id>
    <comments-count type="integer">3</comments-count>
    <created-on type="datetime">2009-05-03T10:52:47+02:00</created-on>
    <description>Eric Davis, an active contributor, launches a blog dedicated to Redmine.
This blog will keep you informed of latest Redmine core and plugins features.

You can find it at "redmineblog.com":http://redmineblog.com.</description>
    <id type="integer">25</id>
    <project-id type="integer">1</project-id>
    <summary></summary>
    <title>A Redmine blog by Eric Davis</title>
  </news>
</news>
