~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Hudson
  • Date: 2009-03-02 05:09:06 UTC
  • Revision ID: michael.hudson@canonical.com-20090302050906-n7fderzauzhsj7yw
comment out more forcefully

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
 
5
---------------
 
6
    - Loggerhead now serves bzr branches over HTTP and exposes the URL to
 
7
      branch them. (Jonathan Lange)
 
8
 
 
9
    - Leading blank lines in commit messages no longer result in an empty
 
10
      summary. (Colin Watson)
 
11
 
 
12
    - Added syntax highlighting to annotate view using python-pygments.
 
13
      Partially addresses bug #306631. (Peter Bui)
 
14
 
 
15
1.10 [22Dec2008]
 
16
---------------
 
17
    - Add startup deamon script for Linux (Marius Kruger)
 
18
 
 
19
    - Switch navigation from file_ids to paths. Fixes bugs #260363, #269365
 
20
      and #128926. (Martin Albisetti)
 
21
 
 
22
    - Fix bug #258710 ("the /files page explodes in an empty branch").
 
23
      Also minor improvements to the /files and /changes pages.
 
24
      (Marius Kruger)
5
25
 
6
26
    - Added --port, --host and --prefix options to serve-branches
7
27
      script. (Martin Albisetti)
8
28
 
9
29
    - Fixed broken template for project browsing with start-loggerhead
10
 
      (Martin Albisett)
11
 
      
12
 
    - Added --reload options to restart the application when a python 
13
 
      file change. (Guillermo Gonzalez) 
14
 
 
15
 
    - Added error hanlding middleware. (Guillermo Gonzalez)
16
 
    
17
 
    - Fix Bug# 243415. Also minor improvements to logging in serve-branches and start-loggerhead. (Guillermo Gonzalez)
 
30
      (Martin Albisetti)
 
31
 
 
32
    - Added --reload options to restart the application when a python
 
33
      file change. (Guillermo Gonzalez)
 
34
 
 
35
    - Added error handling middleware. (Guillermo Gonzalez)
 
36
 
 
37
    - Fix bug #243415 ("Tracebacks go to console but not log
 
38
      file"). Also minor improvements to logging in serve-branches and
 
39
      start-loggerhead. (Guillermo Gonzalez)
18
40
 
19
41
1.6 [15Aug2008]
20
42
----------------