|
1 |
| -2019-09-24 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> |
| 1 | +2019-09-29 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> |
| 2 | +Version |
| 3 | + |
| 4 | + [ Joao Eriberto Mota Filho ] |
| 5 | + |
| 6 | + * Autotools files: |
| 7 | + - Added a check for bsd/stdlib.h presence in configure.ac. |
| 8 | + - Added a distclean-local target in Makefile.am. |
| 9 | + - Added the autogen.sh file. |
| 10 | + - Improved the configure.ac and Makefile.am files. |
| 11 | + - Moved some build lines from Makefile.am to src/Makefile.am. |
| 12 | + - Removed all autogenerated files. |
| 13 | + - Removed no longer used checks for libs and headers. |
| 14 | + * Created CONTRIBUTING.md and HISTORY files. |
| 15 | + * Fixed some building warnings. |
| 16 | + * Removed no longer needed files (and includes for headers): arc4random.c and |
| 17 | + arc4random.h. |
| 18 | + * Removed not used variables rcsid and RCSId. |
| 19 | + * Reorganized AUTHORS, ChangeLog and NEWS files. |
| 20 | + * Rewritten README file. |
| 21 | + * Updated all headers and rights. |
| 22 | + * Using an updated LICENSE file. |
| 23 | + * Using txt2man to produce an updated manpage. |
| 24 | + |
| 25 | + [ Cyril Brulebois ] |
| 26 | + |
| 27 | + * Use libbsd instead of arc4random. Patch from Debian (see Debian bug #538695). |
| 28 | + |
| 29 | + [ Jakub Wilk ] |
| 30 | + |
| 31 | + * Allow rdate connect NTP via IPv6. Patch from Debian (see Debian bug #515219). |
| 32 | + |
| 33 | + [ Jérémy Bobbio ] |
| 34 | + |
| 35 | + * Added progress. Patch from Debian (see Debian bug #491540). |
| 36 | + |
| 37 | + [ Joey Hess ] |
| 38 | + |
| 39 | + * Avoid libnss files library. Patch from Debian (see Debian bug #434452). |
| 40 | + |
| 41 | + [ Pedro Zorzenon Neto ] |
| 42 | + |
| 43 | + * Added -b and -t options. Patch from Debian (see Debian bug #523513). |
| 44 | + |
| 45 | + [ Steve Langasek ] |
| 46 | + |
| 47 | + * Fixed unaligned access in ntp code triggers SIGBUS on sparc. Patch from |
| 48 | + Debian (see Debian bug #434140). |
2 | 49 |
|
3 |
| - * |
4 | 50 |
|
5 | 51 | ============================================================
|
6 | 52 | === OLD CHANGELOG, by David Snyder <dasnyderx@yahoo.com> ===
|
|
0 commit comments