summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-05-21 18:11:14 +0000
committerewt <devnull@localhost>1998-05-21 18:11:14 +0000
commit76518a7790bc74de852e469f34949c62b0c17588 (patch)
treedd2fda0660e461b95ef903064f5dc9c27c4580ef
parent7e3b1b2197df204e1063a2c207516ab5b74576f2 (diff)
downloadrpm-76518a7790bc74de852e469f34949c62b0c17588.tar.gz
rpm-76518a7790bc74de852e469f34949c62b0c17588.tar.bz2
rpm-76518a7790bc74de852e469f34949c62b0c17588.zip
added CHANGES file
updated .cvsignore CVS patchset: 2121 CVS date: 1998/05/21 18:11:14
-rw-r--r--popt/.cvsignore2
-rw-r--r--popt/CHANGES4
2 files changed, 6 insertions, 0 deletions
diff --git a/popt/.cvsignore b/popt/.cvsignore
index 92adf9d39..5e077ee43 100644
--- a/popt/.cvsignore
+++ b/popt/.cvsignore
@@ -7,3 +7,5 @@ config.log
config.cache
config.satus
config.status
+.depend
+CHANGES
diff --git a/popt/CHANGES b/popt/CHANGES
new file mode 100644
index 000000000..4b90523c3
--- /dev/null
+++ b/popt/CHANGES
@@ -0,0 +1,4 @@
+1.0 -> 1.1
+ - moved to autoconf (Fred Fish)
+ - added STRERROR replacement (Norbert Warmuth)
+ - added const keywords (Bruce Perens)