~ajmitch/sloecode/sloecode-debian

« back to all changes in this revision

Viewing changes to changelog

  • Committer: Thomi Richards
  • Date: 2012-03-03 00:40:22 UTC
  • Revision ID: thomi.richards@canonical.com-20120303004022-803zuvm5cus0e01a
Updated version number in changelog, added changelog entries accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sloecode (1.1) precise; urgency=low
 
2
 
 
3
  * Help page links now open correctly across Firefix, Chrome, and IE browsers
 
4
    (Closes: 757157)
 
5
  * Generated URLs now take into account the application url prefix. (Closes:
 
6
    912118)
 
7
  * Can now delete branches pushed to the Bazaar server. (Closes: 826476)
 
8
  * Cleaned up static resource locations. (Closes: 912114)
 
9
  * Add the option to make Bazaar smart-server run under tcpd wrapper (Closes:
 
10
    746815)
 
11
  * Fixed a problem in the Sloecode Person model that made it incompatible
 
12
    with SQLAlchemy 0.7 (Closes: 814106)
 
13
  * Configuraing the port for the sloecode web application to listen to is now
 
14
    much easier. (Closes: 814537)
 
15
  * Script to generate help pages on installation is now compatible with
 
16
    python virtual environments (Closes: 814700)
 
17
  * Page footers no longer cover content for very long pages (Closes: 825606)
 
18
  * Fixed a crash when a user tried to push to a branch without the correct
 
19
    permissions (Closes: 860915)
 
20
  * Statis resources linked to by CSS files now use relative paths. (Closes:
 
21
    912112)
 
22
  * Several static resources linked to from CSS files had incorrect case in
 
23
    path names (Closes: 912113)
 
24
  * SSH Keys are now stored in /var/lib/sloecode/keys, in accordance with FHS.
 
25
  * Sloecode now supports both public and private projects.
 
26
  * Newlines in commit messages are now displayed correctly in HTML pages.
 
27
 
 
28
 -- Thomi Richards <thomi@perv>  Sat, 03 Mar 2012 13:37:24 +1300
 
29
 
1
30
sloecode (0.1dev) unstable; urgency=low
2
31
 
3
32
  * Initial release. (Closes: #735628)