Skip to content

Commit

Permalink
Merge pull request #24 from uptimejp/fix/changelog
Browse files Browse the repository at this point in the history
Add ChangeLog.
  • Loading branch information
snaga committed Sep 21, 2015
2 parents 0c3a5de + 5b64fb5 commit 39fdec8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
2015-09-23 Satoshi Nagayasu <snaga@uptime.jp>

* Version 0.8.1
* Fix sql_firewall.c to suppress `unused-const-variable' warning
on OS X.
* Fix sql_firewall_import_rule() to check file status before
importing a rule file.
* Fix JumbleRangeTable() to jumble query with relation name
instead of oid.
* Fix JumbleExpr() to use function name on query jumbling instead
of the oid.
* Fix README to add the Compatibility section.
* Add COPYRIGHT and ChangeLog.

2015-08-24 Satoshi Nagayasu <snaga@uptime.jp>

* Version 0.8
* The first public release.

0 comments on commit 39fdec8

Please sign in to comment.