From 779066fca01df6c4354ccd4f80dcafe4e96d891c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 11 Apr 2006 21:28:48 +0000 Subject: Remove ChangeLog files from the source tree. From now on, the subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/ChangeLog | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/plugins/locate/python/ChangeLog (limited to 'src/plugins/locate/python/ChangeLog') diff --git a/src/plugins/locate/python/ChangeLog b/src/plugins/locate/python/ChangeLog deleted file mode 100644 index db471def64..0000000000 --- a/src/plugins/locate/python/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -2006-03-26 Ken Raeburn - - * Makefile.in (SHLIB_EXPLIBS, SHLIB_EXPDEPS): Add krb5 lib. - * py-locate.c (sctx): New variable. - (my_init, lookup): Call krb5_set_error_message instead of fprintf - in most cases. Use sctx to pass context (not thread safe!), and - store it as "blob" value. - -2006-03-07 Ken Raeburn - - * py-locate.c: Include k5-locate.h instead of k5-plugin.h. - -2006-03-06 Ken Raeburn - - * Makefile.in, configure.in, py-locate.c, python.exports, - locate-service.py: New files. - -- cgit