~m-grant-prg/libmgesysutils/focal-trunk

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
2019-11-05 v1.1.1 Mark Grant <m.grant.prg@gmail.com>
	*  Source at v1.0.11
	Library at v1:1:0
	configfile: Remove .. which confuses Doxygen
	tests: Apply clang-format
	remsyslog: Apply clang-format
	configfile: Apply clang-format
	libmgesysutils: Apply clang-format
	inc: Apply clang-format
	docs: Respect verbosity under enable-silent-rules
	at: README: Update bootstrap.sh section
	at: test-remsyslog: Move under check target
	at: test-configfile: Move under check target
	travis: Initial setup for using Travis build farm
	at: Correct ARG_ENABLE help text
	at: Output messages must start in lower case
	at: Update --enable option desc in file header
	at: Fix make distcheck
	clang-format: Initial setup using v1.0.1
	at: Update c-compiler.m4 macro to v1.0.4
	git: Update project root gitignore to v1.0.2
	at: Update bootstrap.sh to v1.4.6
	m4: Update to tooling packages
	configure: Add checks for size_t and ssize_t
	remsyslog: Correct var type of return from sendto
	configfile: Correct casts of size arg to strncpy

2019-05-30 v 1.1.0 Mark Grant <m.grant.prg@gmail.com>
	*  Source at v1.0.10
	Library at v1:0:0
	configure.ac: Revamp to new standard layout
	Use new standard m4 macro to build initial CFLAGS
	Update Copyright statement where required
	Add README.md markdown link
	Update bootstrap.sh to v1.4.3
	Install standard GNU files eg AUTHORS etc
	README: Add Title and Copyright statement
	README: Make package install references generic
	Make source tarball name == GitHub
	Remove leading v from package version
	Remove shebangs from Makefile.ams
	Collapse AT sub-projects into one

2018-10-23 v 1.0.10 Mark Grant <m.grant.prg@gmail.com>
	*  Add pkg-config Autoconf program check.
	srctarball to make filename with -src-.
	Update README to refer to new project wiki.

2018-09-01 v 1.0.9 Mark Grant <m.grant.prg@gmail.com>
	*  Use gdb level 3 when debugging.
	Support gcc -H for header file checks.
	Ensure standard project include file directory exists.
	Use compiler version dependent CFLAGS.
	Update bootstrap.sh to v1.3.7

2018-06-21 v 1.0.8 Mark Grant <m.grant.prg@gmail.com>
	*  Add info messages to srctarball Make target.
	README: Add N.B. concerning expecting a git environment.
	README: Improve clarity of Ubuntu installation section.
	Use better source file for AC_CONFIG_SRCDIR check.
	Disable sparse variable length array warnings.
	Define SOURCE_VERSION in configure.ac
	Remove no longer needed AC_SUBST pkgversion variable.
	Add lib_version_info, all top level versioning now in configure.ac

2018-06-03 v 1.0.7 Mark Grant <m.grant.prg@gmail.com>
	*  Make functions returning an int use -mge_errno on error.
	Introduce internal.h for non-public declarations.

2018-04-20 v 1.0.6 Mark Grant <m.grant.prg@gmail.com>
	*  Start git tracking of m4 and src/prg/c/gen/lib as downstream
	packaging using a source (AOT distribution) tarball requires these
	gnulib elements to be present.
	Update this project bootstrap.sh to latest version 1.3.4.
	Improve README file.
	Add a make target srctarball to make a source tarball. This can be used
	in the same way as github's source tarball enabling 1 package methodolgy
	irrespective of source repository.

2018-02-27 v 1.0.5 Mark Grant <m.grant.prg@gmail.com>
	*  Add Doxygen comments.
	Overhaul of AutoTools project structure.

2017-05-04 v 1.0.3 Mark Grant <m.grant.prg@gmail.com>
	*  Migrate config file processing to use mge_errno.
	Migrate sendremsyslog to use mge_errno.
	Improve getaddrinfo processing.
	Change to send errors to syslog, not stderr.
	Update to standards from atclstv template v1.0.0

2015-10-25 v 1.0.2 Mark Grant <m.grant.prg@gmail.com>
	*  Restructure and change to conform to AutoTools General
	Template v1.0.6.

2015-07-12 v 1.0.1 Mark Grant <m.grant.prg@gmail.com>
	*  Initial release.
	Complies with MG AutoTools General standard version 1.0.4.