chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@ -45,6 +45,7 @@
[adns]
/
changelog
diff --git
a/changelog
b/changelog
index d4fe568232fdf78d1f8dedfce56a666805deee1a..f579dc6dfe1d45b6d4a94efbcfccf74493251e20 100644
(file)
--- a/
changelog
+++ b/
changelog
@@
-45,6
+45,7
@@
adns (0.5) unstable; urgency=high
* Remove trailing , from some enums in adns.h.
* Dynamically linked clients now made with -l, so as to avoid rpath.
* Do not use $^ in make rules (should help with non-GNU make).
+ * Declare flags parameters as ints not enums because C++ is crap.
--