~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Albisetti
  • Date: 2008-09-10 22:53:39 UTC
  • mfrom: (219.1.3 reloader)
  • Revision ID: argentina@gmail.com-20080910225339-p987y5hgtxrq8p5c
Add --reload option to restart LH automatically when developing. (Guillermo Gonzalez)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
5
 
    - Add startup deamon script for Linux (Marius Kruger)
6
 
 
7
 
    - Switch navigation from file_ids to paths. Fixes bugs #260363, #269365
8
 
      and #128926. (Martin Albisetti)
9
 
 
10
 
    - Fix bug #258710 ("the /files page explodes in an empty branch").
11
 
      Also minor improvements to the /files and /changes pages.
12
 
      (Marius Kruger)
13
5
 
14
6
    - Added --port, --host and --prefix options to serve-branches
15
7
      script. (Martin Albisetti)
16
8
 
17
9
    - Fixed broken template for project browsing with start-loggerhead
18
 
      (Martin Albisetti)
19
 
 
20
 
    - Added --reload options to restart the application when a python
21
 
      file change. (Guillermo Gonzalez)
22
 
 
23
 
    - Added error handling middleware. (Guillermo Gonzalez)
24
 
 
25
 
    - Fix bug #243415 ("Tracebacks go to console but not log
26
 
      file"). Also minor improvements to logging in serve-branches and
27
 
      start-loggerhead. (Guillermo Gonzalez)
 
10
      (Martin Albisett)
 
11
      
 
12
    - Added --reload options to restart the application when a python 
 
13
      file change. (Guillermo Gonzalez) 
28
14
 
29
15
1.6 [15Aug2008]
30
16
----------------