~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-07-26 14:09:59 UTC
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: jelmer@samba.org-20080726140959-rxkq2kb69rjdgqe8
Add simple manual pages for loggerhead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
1.6 [unreleased]
5
5
----------------
6
6
 
 
7
    - Remove the .py extension requiered by the Debian Policy.
 
8
      (Jelmer Vernooij)
 
9
 
7
10
    - Loggerhead is no longer a TurboGears application, but rather a
8
11
      WSGI application built using Paste (see http://wsgi.org/ and
9
12
      http://pythonpaste.org/ for more about WSGI and Paste). XXX more.
23
26
      memory consumption of rendering by a factor of around 3 for
24
27
      large pages over the old Kid templates.
25
28
 
26
 
    - Loggerhead's poorly performing text index was disabled.
 
29
    - Loggerhead's poorly performing text index was disabled. bzr-search
 
30
      is now used if the plugin is installed and a text index is present
 
31
      on the branch being viewed. (Martin Albisetti, Robert Collins).
27
32
 
28
33
    - Loggerhead no longer depends on bzrlib functions deprecated in
29
34
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).