1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Update chagelog

This commit is contained in:
fosslinux 2020-12-29 10:02:05 +11:00
parent 7a02ffd8ec
commit 81b414b362

View File

@ -1,48 +1,31 @@
3.1 3.1
=== ===
* .gitignore for restructure * Allow document roots specified with relative paths
* src/bin2c.c should not be executable * Drop debian packaging
* corrected some typos in author's names (#55) * New build system
* Merge pull request #54 from emilengler/2020-01-make-force-symlink * Rework logging logic
* build: macOS travis fix * Replace spurious tabs in menu with dashes
* build: Force create symlink * Don't install documentation
* Merge pull request #52 from emilengler/2020-01-new-travis * Fix parallel builds
* ci: New Travis system for linux and macOS builds and installs * Declare function prototypes explicitly
* Merge pull request #51 from emilengler/2020-01-refactor-hierarchy * Sort the ~ selector by date modified
* refactor: New hierarchy and refactored Makefile * Rework manual page
* re-add travis * Propagate FLAGS value to recursive MAKE calls
* use user-defined CC by default * Fix memory leak in gophermap parsing
* update development version to 3.1; next release will be 3.1 * Add option `-nH` to disable HTTP response to HTTP GET/POST requests (#66)
* gophermap -> gophermap.sample debian * Make description in die() appears everywhere
* Merge pull request #47 from tallship/patch-1 * fix LDFLAGS
* Update gophernicus.1.man * Filetypes2 (#57) Re-do filetypes system.
* gophermap -> gophermap.sample, be more descriptive with the name * corrected some typos in author's names (#55)
* add manpage * build: Force create symlink
* clean up Makefile * ci: New Travis system for linux and macOS builds and installs
* add -b option to git clone instead of git checkout * refactor: New hierarchy and refactored Makefile
* add fakeroot as dependency for dpkg * use user-defined CC by default
* changelog update, todo makefile fix * add -b option to git clone instead of git checkout
* Merge pull request #44 from tallship/patch-1 * Add OpenBSD pledge(2) and unveil(2) support.
* Update README.md * change default charset to utf-8
* remove TODO * change max-width to 67 (#39)
* 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
3.0.1 3.0.1
===== =====