aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 5c85c175ae091a16ee14de859a3a4ee41a9a0590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Version 0.8.0

  * Package CI service (?ci). See the repository interface manual for details.

  * Package submission service (?submit). See the repository interface manual
    for details.

  * Multi-tenancy support.

  * Support for customizing repository root view.

Version 0.7.0

  * Make package name case-insensitive.

  * Adjust to packaging specification changes (manifest file renames, version
    format changes, etc).

Version 0.6.0

  * Support for displaying package builds both on individual package pages
    as well as overall for all packages.

  * Support for bbot agent authentication.

  * Support for build-include and build-exclude package manifest values.

  * Support for specifying custom warning detection regular expressions.

  * Support for displaying doc-url and src-url package manifest values.

Version 0.5.0

  * Initial support for the bbot controller functionality. Currently packages
    are built, notification emails are send, and logs can be viewed. However,
    no build information is currently displayed on package version pages.

Version 0.4.0

  * Support for signed repositories.

    The repository certificate information (subject, fingerprint) and the
    certificate itself are now displayed on the repository about page.

  * Support for displaying stub packages, build-time dependencies.

  * All the brep prerequisites except the Apache2 headers are now available as
    build2 packages. This significantly simplifies building. See the INSTALL
    file for details.

Version 0.3.1

  * Show actual repository location in addition to repository name on the
    package version details and about pages.

Version 0.3.0

  * Multiple instances of the brep module can now be configured on a single
    Apache2 server. The configuration can be specified at the Apache2 root,
    VistualHost, and Location levels.

  * Support for custom web page logo and menu entries. See comments in the
    etc/brep-module.conf file for details.

  * Use serializable transaction isolation, handle recoverable database errors
    (deadlock, loss of connection, etc).

  * Ability to specify the maximum number of concurrent database connections
    per web server process. See comments in the etc/brep-module.conf file for
    details.

  * Ability to specify the maximum number of times to retry database
    transactions. See comments in the etc/brep-module.conf file for details.

  * Display SHA256 package checksum on the package version details pages.

  * Add instructions to the INSTALL file on how to run the database loader via
    cron rather than systemd timers.

  * Add instructions to the INSTALL file on how to enable Apache2 compression
    for the brep output.

  * Add support for comments in the repository manifest email values.

  * Remove a DROP FUNCTION statement that caused an error on older PostgreSQL
    versions.

  * On startup log brep module version to Apache2 log.

  * The module implementation has been moved from brep/ to mod/ (only affects
    INSTALL-DEV setup).

Version 0.2.2

  * Add support (and instruction in the INSTALL file) for optional optimizing
    brep CSS with SASS.

Version 0.2.0

  * First public release.