-
Notifications
You must be signed in to change notification settings - Fork 10
/
ChangeLog
45 lines (38 loc) · 1.38 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
2020-01-07 gettextize <[email protected]>
* m4/gettext.m4: Upgrade to gettext-0.19.8.1.
* m4/iconv.m4: Upgrade to gettext-0.19.8.1.
* m4/lib-ld.m4: Upgrade to gettext-0.19.8.1.
* m4/lib-link.m4: Upgrade to gettext-0.19.8.1.
* m4/lib-prefix.m4: Upgrade to gettext-0.19.8.1.
* m4/nls.m4: Upgrade to gettext-0.19.8.1.
* m4/po.m4: Upgrade to gettext-0.19.8.1.
* m4/progtest.m4: Upgrade to gettext-0.19.8.1.
* Makefile.am (ACLOCAL_AMFLAGS): New variable.
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.8.
2016-04-06 Thorsten Kukuk <[email protected]>
* release version 1.1
* Makefile.am: Add rpcgen to SUBDIRS
* README: enhance with rpcgen
* autogen.sh: enable autoheader
* configure.ac: disable rpcgen check, add check for C compiler
toolchain
* rpcsvc/Makefile.am: Use own rpcgen
* rpcgen/Makefile.am: New
* rpcgen/proto.h: New, from glibc/sunrpc
* rpcgen/rpc_clntout.c: Likewise
* rpcgen/rpc_cout.c: Likewise
* rpcgen/rpc_hout.c: Likewise
* rpcgen/rpc_main.c: Likewise
* rpcgen/rpc_parse.c: Likewise
* rpcgen/rpc_parse.h: Likewise
* rpcgen/rpc_sample.c: Likewise
* rpcgen/rpc_scan.c: Likewise
* rpcgen/rpc_scan.h: Likewise
* rpcgen/rpc_svcout.c: Likewise
* rpcgen/rpc_tblout.c: Likewise
* rpcgen/rpc_util.c: Likewise
* rpcgen/rpc_util.h: Likewise
* rpcgen/rpcgen.1: New
2016-03-31 Thorsten Kukuk <[email protected]>
* release version 1.0
* Initial version