~m-grant-prg/server-dependency/focal

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Mark Grant
  • Date: 2019-04-26 08:32:21 UTC
  • mfrom: (1.1.9)
  • Revision ID: m.grant.prg@gmail.com-20190426083221-alk1njyjtdq99los
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 1.1.1 2019-04-26
 
2
Change configure logger program check to warn
 
3
Replace #! env bash to abs path from configure
 
4
Revamp configure.ac to new standard format
 
5
README: Make package install references generic
 
6
README: Add copyright statement
 
7
Install standard GNU files such as NEWS etc
 
8
Make source tarball name == GitHub
 
9
Remove shebangs from Makefile.ams
 
10
Use more meaningful exit codes
 
11
Tidy up variable declarations
 
12
Use (( ... )) for numerics
 
13
Make loops and conditionals C-shaped
 
14
Standardise error handler function
 
15
Refactor into functions
 
16
Update bootstrap.sh to v1.4.2
 
17
Improve trap handling
 
18
Remove script_exit_code variable
 
19
Standardise output function
 
20
Example .list file only to contain stable repo
 
21
Add warning file is maintained by this package
 
22
 
1
23
Release 1.0.4 2018-11-01
2
24
srctarball to use -src- in filename
3
25