From 81b414b3626461b47e891b0826207881877110ad Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 29 Dec 2020 10:02:05 +1100 Subject: [PATCH] Update chagelog --- changelog | 67 +++++++++++++++++++++---------------------------------- 1 file changed, 25 insertions(+), 42 deletions(-) diff --git a/changelog b/changelog index dface3b..7359b9c 100644 --- a/changelog +++ b/changelog @@ -1,48 +1,31 @@ 3.1 === - * .gitignore for restructure - * src/bin2c.c should not be executable - * corrected some typos in author's names (#55) - * Merge pull request #54 from emilengler/2020-01-make-force-symlink - * build: macOS travis fix - * build: Force create symlink - * Merge pull request #52 from emilengler/2020-01-new-travis - * ci: New Travis system for linux and macOS builds and installs - * Merge pull request #51 from emilengler/2020-01-refactor-hierarchy - * refactor: New hierarchy and refactored Makefile - * re-add travis - * use user-defined CC by default - * update development version to 3.1; next release will be 3.1 - * gophermap -> gophermap.sample debian - * Merge pull request #47 from tallship/patch-1 - * Update gophernicus.1.man - * gophermap -> gophermap.sample, be more descriptive with the name - * add manpage - * clean up Makefile - * add -b option to git clone instead of git checkout - * add fakeroot as dependency for dpkg - * changelog update, todo makefile fix - * Merge pull request #44 from tallship/patch-1 - * Update README.md - * remove TODO - * Merge pull request #17 from vext01/pledge-unveil - * Add OpenBSD pledge(2) and unveil(2) support. - * utf-8 default charset in readme.md - * update changelog - * Merge pull request #40 from fosslinux/utf8-charset - * change default charset to utf-8 - * change max-width to 67 (#39) - * change indentation from tabs to spaces - * fix copyright - * update copyright in README.md - * Update INSTALL.md - * No longer relevant - * remove <>, was screwing up email - * remove obselete .travis.yml - * Update LICENSE - * forgot to change makefile - * Merge pull request #36 from gophernicus/3.0.1 + * Allow document roots specified with relative paths + * Drop debian packaging + * New build system + * Rework logging logic + * Replace spurious tabs in menu with dashes + * Don't install documentation + * Fix parallel builds + * Declare function prototypes explicitly + * Sort the ~ selector by date modified + * Rework manual page + * Propagate FLAGS value to recursive MAKE calls + * Fix memory leak in gophermap parsing + * Add option `-nH` to disable HTTP response to HTTP GET/POST requests (#66) + * Make description in die() appears everywhere + * fix LDFLAGS + * Filetypes2 (#57) Re-do filetypes system. + * corrected some typos in author's names (#55) + * build: Force create symlink + * ci: New Travis system for linux and macOS builds and installs + * refactor: New hierarchy and refactored Makefile + * use user-defined CC by default + * add -b option to git clone instead of git checkout + * Add OpenBSD pledge(2) and unveil(2) support. + * change default charset to utf-8 + * change max-width to 67 (#39) 3.0.1 =====