-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
143 lines (126 loc) · 4.98 KB
/
ChangeLog
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
2022-03-08 v1.3.7 Mark Grant <m.grant.prg@gmail.com>
* bash: Add config file for HiDPI scaling factor
2021-12-01 v1.3.6 Mark Grant <m.grant.prg@gmail.com>
* java: Correct license in Help:About dialog box
2021-11-30 v1.3.5 Mark Grant <m.grant.prg@gmail.com>
* git: Update gitattributes to v1.0.3
2021-11-29 v1.3.4 Mark Grant <m.grant.prg@gmail.com>
* at: Add AC_COPYRIGHT macro
all: Tighten SPDX tags
at: Upgrade java m4 macro to v1.0.6
at: Upgrade bootstrap.sh to v1.4.10
git: Update mailmap to v1.0.2
git: Update gitignore to v1.0.7
git: Update gitattributes to v1.0.2
at: Use git to enhance package version
lxcu: Add openSUSE
lxcu: Add Fedora
at: Add misc directory to DIST
2021-07-22 v1.3.3 Mark Grant <m.grant.prg@gmail.com>
* git: Upgrade .gitignore to v1.0.3
at: Upgrade bootstrap.sh to v1.4.9
git: Add standard gitattributes entries
git: Add mailmap file
travis: Stop using Travis
actions: Initial build action setup
at: lxcu: Add lxc test build setup
travis: Bionic is the new minimum release
Source still at v1.3.1
2020-02-02 v1.3.2 Mark Grant <m.grant.prg@gmail.com>
* at: Add installation instructions for tarball
at: Add credisttar.sh helper script description
netbeans: Script should have .sh extension
netbeans: Add path awareness to credisttar
netbeans: Correct tar command
at: Add more jar-only installation instructions
at: Bump minimum required java version to 11.0
Source still at v1.3.1
2020-01-26 v1.3.1 Mark Grant <m.grant.prg@gmail.com>
* java: Use buffered input stream
java: Update copyright dates
java: Remove use of deprecated Applet / AudioClip
java: Remove unnecessary boxing
netbeans: Use java 11
Source now at v1.3.1
2020-01-24 v1.2.0 Mark Grant <m.grant.prg@gmail.com>
Release 1.2.x series now pinned at stretch for java 8
java: Increase update timer frequency
at: netbeans: Correct jar object usage
netbeans: Use Java platform 1.8
at: Update bootstrap.sh to v1.4.7
Source now at v1.0.15
2019-10-14 v1.1.5 Mark Grant <m.grant.prg@gmail.com>
* bash: Move script_exit() before it is used
travis: Reinstate default build environment
at: configure: Correct ARG_ENABLE message format
at: configure: Correct ARG_ENABLE help texts
Source still at v1.0.14
2019-06-27 v 1.1.4 Mark Grant <m.grant.prg@gmail.com>
* at: Update bootstrap.sh to v1.4.5
at: README: Improve AT installation instructions
at: configure.ac: Improve in-file comments
at: Fix make distcheck using enable-distcheckfake
at: Add classpath to javadoc to find getopt jar
travis: Setup Travis CI build testing
README: Point bootstrap.sh part at acmbuild wiki
git: Update project root gitignore to v1.0.2
Setup trap handling ASAP
Improve getopt CL processing
Source still at v1.0.14
2019-03-30 v 1.1.3 Mark Grant <m.grant.prg@gmail.com>
* Fix javadoc creation errors with later versions.
Source still at v1.0.14
2019-03-30 v 1.1.2 Mark Grant <m.grant.prg@gmail.com>
* Build javadoc to aid debugging.
Correct README formatting.
Update bootstrap.sh to v1.4.1
Source still at v1.0.14
2019-03-10 v 1.1.1 Mark Grant <m.grant.prg@gmail.com>
* Correct Name and Generic Name usage in the desktop file.
Use standard categories from Freedesktop Desktop in desktop file.
Use wildcard in ClassPath for build and script
Improve comments in configure.ac CLA section
configure: Support STDJARLOC environment variable
Update man page exit status section
configure.ac: Adopt new standard layout
README: Add --enable-atonly to configure command
README: Update section on bootstrap.sh
README: Make package install references generic
Install standard GNU files eg AUTHOR etc
README: Add Copyright statement
Correct package versioning
Add bash exit code explanation
Pass bash path to scripts and Makefile.am's
Remove unnecessary shebangs from Makefile.am's
Update Copyright statement format
Use local and readonly variables where appropriate
Convert remaining echo statements to printf
Improve trap handling
Change [ x -gt y ] to (( .. ))
Add missing error handling after getopt
Remove script_exit_code variable
Update in-file ChangeLog
Standardise output() with (( )) and printf
Update to java-vm m4 macros v1.0.5
Add --enable-testinghacks to configure CLA
Add -a or --at-only build option
Update bootstrap.sh
alarmclock: Refactor CL processing into function
alarmclock: Refactor help text into function
alarmclock: Make loops and ifs more C-like
alarmclock: Do not hardcode outputprefix
Correct name capitalisation in bash script
2018-10-27 v 1.0.20 Mark Grant <m.grant.prg@gmail.com>
* srctarball to use -src- in filename
Source still at v1.0.14
2018-10-20 v 1.0.19 Mark Grant <m.grant.prg@gmail.com>
* Add markdown symlink to README.
Beautify README for GitHub markdown presentation.
Modify README to refer to new wiki.
Source still at v1.0.14
2018-08-28 v 1.0.18 Mark Grant <m.grant.prg@gmail.com>
* Maintenance release of project infrastructure changes only. No
changes to functionality.
Source still at v1.0.14
2018-07-25 v 1.0.17 Mark Grant <m.grant.prg@gmail.com>
* Initial AutoTools release.