From 637d5650b91cb1da2605e5f7049ccc8bab5591f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Mar 2016 10:08:38 +0200 Subject: Add NEWS files --- NEWS | 32 ++++++++++++++++++++++++++++++++ buildfile | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..d384f21 --- /dev/null +++ b/NEWS @@ -0,0 +1,32 @@ +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. + + * Add support for custom web page logo and menu entries. 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 name to Apache2 log. + +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. diff --git a/buildfile b/buildfile index 2b15641..521be1f 100644 --- a/buildfile +++ b/buildfile @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file d = brep/ etc/ load/ migrate/ tests/ www/ doc/ -./: $d doc{INSTALL INSTALL-DEV LICENSE README version} file{manifest} +./: $d doc{INSTALL INSTALL-DEV LICENSE NEWS README version} file{manifest} include $d doc{INSTALL*}: install = false -- cgit v1.1