/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Colin Watson
  • Date: 2022-09-01 09:53:13 UTC
  • Revision ID: cjwatson@canonical.com-20220901095313-8eb7sarpz7hwyu0m
Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
4
 
1.20.0
5
 
----
 
4
2.0.1
 
5
-----
 
6
 
 
7
    - Read version from setup.cfg when running from tree. (Jelmer Vernooij)
 
8
 
 
9
    - Fix Loggerhead version/revision display in templates. (Colin Watson)
 
10
 
 
11
    - Cope with moved errors NoSuchFile and FileExists in newer versions of
 
12
      Breezy. (Jelmer Vernooij)
 
13
 
 
14
    - Fix file download links in inventory UI. (Ioana Lasc, #1983654)
 
15
 
 
16
2.0.0 [19Aug2022]
 
17
-----------------
 
18
 
 
19
    - Make RevInfoDiskCache use a marshal version supported by Python 2, to
 
20
      ease migration. (Colin Watson)
 
21
 
 
22
    - Drop support for Python < 3 and Breezy < 3.1. (Jelmer Vernooij)
 
23
 
 
24
    - Add a ``/health`` target, convenient for health checking in e.g.
 
25
      Kubernetes. (Jelmer Vernooij)
 
26
 
 
27
    - Fix highlighting for large files. (Jürgen Gmach, #1966702)
 
28
 
 
29
    - Avoid use of file ids - use paths instead. (Jelmer Vernooij)
 
30
 
 
31
    - Port from SimpleTAL to Chameleon. (Colin Watson)
 
32
 
 
33
    - Modernize packaging.  There are new dependencies on
 
34
      ``importlib_metadata`` (for Python < 3.8) and ``packaging``, in order
 
35
      to avoid a self-import in ``setup.py``.  People proxying Loggerhead
 
36
      through Apache should install the ``loggerhead[proxied]`` extra;
 
37
      people running it via FastCGI, SCGI, or AJP should install the
 
38
      ``loggerhead[flup]`` extra. (Colin Watson, #1831661)
 
39
 
 
40
1.20.0 [18Jul2021]
 
41
------------------
6
42
 
7
43
    - Port to Breezy (https://www.breezy-vcs.org/). (Jelmer Vernooij)
8
44
 
33
69
    - Add some more minor UI changes to do with rounded corners. (Cruz
34
70
      Bishop)
35
71
 
 
72
    - Set line-height on <pre> elements in file views, fixing misaligned
 
73
      line numbers in some browsers. (Colin Watson)
 
74
 
 
75
    - Drop dependency on simplejson in favour of the standard library's json
 
76
      module in Python >= 2.6. (Colin Watson)
 
77
 
36
78
1.18.2 [12Sep2012]
37
79
------------------
38
80