summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-01-10 17:20:52 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-01-10 17:20:52 +0000
commit9a3a7e36555ff577d7241240776bdbc02ab5fb43 (patch)
treea4eac170f3a18729b7962b6f8674d51f334b5af9 /CHANGELOG
parent61749866b92846327de1f1bd6784390e9093a2aa (diff)
Relevant BUGIDs: 128298
Purpose of commit: bugfix Commit summary: --------------- Nothing in the sources requires C++. So, there is no need to have autoconf require it.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 68ccf3a0..e3ff71b4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,9 @@ Where you should replace XXXXX with a bug-id.
0.74: please submit patches for this section with actual code/doc
patches!
+* removed requirement for c++ from the configure{.in,} files (Bug
+ 128298 - agmorgan)
+* removed subdirectories from man page redirections (124396 - baggins)
* per David Lee, fixed non-POSIX shell command in modules/pam_filter/Makefile
(Bug 126440 - vorlon)
* modify format of pam_unix log messages to include service name