Releases: dlangille/SamDrucker
Releases · dlangille/SamDrucker
Fix issue with FreeBSD pkg-2.x
Full Changelog: 0.2.6...0.2.7
Fix database schema
Merge pull request #4 from fyfe/fixes/pg-schema-typo Database schema fixes
0.2.5
Allow ignoring of hosts
Sometimes hosts are retired. You can ignore them using this new field. New versions of the query functions have been released.
See Changelog for upgrade instructions
Also: remove the tmp file.
For cleanup, you can rm /tmp/SamDrucker.payload.*
Rename the server configuration file to avoid client
0.2.3 Correct the server configuration filename
Correct the location of the configuration file
0.2.2 Merge branch 'master' of github.com:dlangille/SamDrucker
Sample configuration files
0.2.1 Update samdrucker.conf.sample
Adding configuration files
Configuration files make for easier upgrades.
Deciding to release a server version
I'll be using this release to build a FreeBSD server package. It will initially be private until I have it working. Then I'll add it to the FreeBSD ports tree.
Fix broken urlencoding
Correctly urlencode the data Using -d doesn't do the right thing Using --data-urlencode does. They cannot be used together. Relevant to #3