~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2011-03-16 11:39:27 UTC
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: john@arbash-meinel.com-20110316113927-t2e1h8n1tsal9zpi
When logging to stderr, we don't really need the timestamp and branch name.
It is nice in a long-term log file, but to stderr it tends to just cause
the output to wrap, which is ugly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dev [future]
5
5
------------
6
6
 
 
7
    - Syntax highlighting is no longer applied for files greater than 512K,
 
8
      reducing codebrowse.launchpad.net overloading.
 
9
      (Max Kanat-Alexander, #513044)
 
10
 
 
11
    - Documentation added in the docs directory. README simplified
 
12
      accordingly. (Tres Seaver).
 
13
 
7
14
    - Show svn/git/hg revision ids in loggerhead revision view.
8
15
      (Jelmer Vernooij)
9
16
 
15
22
    - Repository.get_revision_inventory() was removed in bzr 2.2; use
16
23
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)
17
24
 
 
25
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
 
26
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
 
27
 
 
28
 
18
29
1.17 [20Aug2009]
19
 
---------------
 
30
----------------
20
31
 
21
32
    - Add bug links in revision informations (Alexandre Garnier, #314052)
22
33
 
120
131
 
121
132
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
122
133
 
123
 
    - Use transport API internally, so it is possible to specify a remote 
 
134
    - Use transport API internally, so it is possible to specify a remote
124
135
      URL to serve-branches. (Jelmer Vernooij, #371787)
125
136
 
126
137
    - Fix internal server errors when using start-loggerhead. (Matt
169
180
 
170
181
 
171
182
1.10 [22Dec2008]
172
 
---------------
 
183
----------------
173
184
 
174
185
    - Add startup deamon script for Linux (Marius Kruger)
175
186