Releases: Ataraxxia/godin
Releases · Ataraxxia/godin
Release v1.2
Release v1.1.1
This release fixes a bug where database query code still contained obsolete parameter and also improves trailing slash behaviour for URL's.
Release v1.1
This release introduces numerous fixes and improvements, mainly:
- Fixed tags behaviour
- Properly closing PostgreSQL connection
- Changes in database schema
- Reports include information about successful update beforehand
Please make sure to update both server and clients!
Since this release introduces slightly modified database schema it might require manual schema change for a table:
ALTER TABLE reports DROP COLUMN processed;
ALTER TABLE reports ADD COLUMN hostname VARCHAR (255);
Initial release
This is the first GOdin release with basic functionality. It includes
- Accepting and storing client reports in postgreSQL database
- Client support for apt and yum package managers (Ubuntu, Debian, CentOS)