summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <jbj>2010-06-17 20:22:49 +0000
committerjbj <jbj>2010-06-17 20:22:49 +0000
commitc940cc67340a08779ed69a4de427192e607a9ccf (patch)
tree0273adc7feec15f98c07b417fa2778b61f1e4ba3 /CHANGES
parentb6d25030aa496aa5a73cf9d05c633c95baa5a6a7 (diff)
downloadlibpopt-c940cc67340a08779ed69a4de427192e607a9ccf.tar.gz
- allocate argv array as expected, not contiguously.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eba2633..2b27e0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.17 -> 2.0:
+ - jbj: allocate argv array as expected, not contiguously.
- jbj: uncouple popt internals from poptSaveFoo(), use poptSaveArg().
- jbj: return statck under/overflow errors.
- jbj: fix: return POPT_ERROR_UNWANTEDARG with extraneous argument.