-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
107 lines (90 loc) · 3.51 KB
/
NEWS
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
Release 1.3.7 2022-03-08
Add new config file to hold scaling_factor parameter. If your application
window looks tiny then your system is probably HiDPI and you should change the
scaling_factor. Starting with 2.0 is a good idea.
Release 1.3.6 2021-12-01
Correct license in Help:About dialog box
Release 1.3.5 2021-11-30
No user visible changes.
Technical change information can be found in the ChangeLog.
Release 1.3.4 2021-11-29
No user visible changes.
Technical change information can be found in the ChangeLog.
Release 1.3.3 2021-07-22
Technical changes only. Details can be found in the ChangeLog.
Release 1.3.2 2020-02-02
at: Bump minimum required java version to 11.0
Other technical only changes. Details can be found in the ChangeLog.
Release 1.3.1 2020-01-26
Update visible copyright dates
Other technical only changes. Details can be found in the ChangeLog.
Release 1.2.0 2020-01-24
Release 1.2.x series now pinned at stretch for java 8
java: Increase update timer frequency
at: netbeans: Correct jar object usage
Other technical only changes. Details can be found in the ChangeLog.
Release 1.1.5 2019-10-14
Technical changes only. Details can be found in the ChangeLog.
Release 1.1.4 2019-06-27
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
Release 1.1.3 2019-03-30
Fix javadoc creation errors with later versions.
Release 1.1.2 2019-03-30
Build javadoc to aid debugging.
Correct README formatting.
Update bootstrap.sh to v1.4.1
Release 1.1.1 2019-03-10
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
Release 1.0.20 2018-10-27
srctarball to use -src- in filename
Release 1.0.19 2018-10-20
Add markdown symlink to README.
Beautify README for GitHub markdown presentation.
Modify README to refer to new wiki.
Release 1.0.18 2018-08-28
Maintenance release of project infrastructure changes only. No changes to
functionality.
Release 1.0.17 2018-07-25
Initial AutoTools release.