------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1217 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Git Commit <[email protected]> 2013-10-01 20:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/9bdd29ad5c5d394229753b114f6f288893f616f4 commit 9bdd29ad5c5d394229753b114f6f288893f616f4 Author: Todd Lyons <[email protected]> AuthorDate: Tue Oct 1 09:24:19 2013 -0700 Commit: Todd Lyons <[email protected]> CommitDate: Tue Oct 1 09:32:24 2013 -0700 bugzilla 1217: experimental redis lookup add want_experimental() test in the script to create the lookups makefile to ease detection of requested experimental features, and simplify the #ifdef guards in the redis.c. ---- doc/doc-txt/ChangeLog | 8 +- doc/doc-txt/experimental-spec.txt | 85 +++++++++ src/scripts/MakeLinks | 1 + src/scripts/lookups-Makefile | 17 ++ src/src/EDITME | 7 + src/src/config.h.defaults | 1 + src/src/deliver.c | 3 + src/src/drtables.c | 7 + src/src/exim.c | 3 + src/src/expand.c | 3 + src/src/globals.c | 4 + src/src/globals.h | 4 + src/src/lookups/Makefile | 2 + src/src/lookups/redis.c | 349 +++++++++++++++++++++++++++++++++++++ src/src/readconf.c | 3 + src/src/route.c | 3 + 16 files changed, 499 insertions(+), 1 deletions(-) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
