Mercurial > audlegacy-plugins
diff ChangeLog @ 145:7804476ba85a trunk
[svn] - C++ files -> .cxx
- build saplib inline
- remove version.h and chase removal issues
author | nenolod |
---|---|
date | Mon, 30 Oct 2006 17:47:41 -0800 |
parents | 5dfc0e491ad3 |
children | 03cfb311eafd |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 30 17:40:00 2006 -0800 +++ b/ChangeLog Mon Oct 30 17:47:41 2006 -0800 @@ -1,3 +1,14 @@ +2006-10-31 01:40:00 +0000 Kiyoshi Aman <kiyoshi.aman@gmail.com> + revision [288] + Null output plugin added; original code by Christian Birchinger <joker -at- gentoo.org> + + trunk/configure.ac | 17 +++ + trunk/mk/rules.mk.in | 1 + trunk/src/null/Makefile | 15 ++ + trunk/src/null/null.c | 257 ++++++++++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 290 insertions(+) + + 2006-10-29 20:29:05 +0000 William Pitcock <nenolod@nenolod.net> revision [286] - overflow fixes for modplug (via Stanislav Brabec @ novell/suse).