1
0
Fork 0

Update chagelog

This commit is contained in:
fosslinux 2020-12-29 10:02:05 +11:00
parent 7a02ffd8ec
commit 81b414b362
1 changed files with 25 additions and 42 deletions

View File

@ -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
=====