summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/plugins/locate/python
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
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
Diffstat (limited to 'src/plugins/locate/python')
-rw-r--r--src/plugins/locate/python/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/plugins/locate/python/ChangeLog b/src/plugins/locate/python/ChangeLog
deleted file mode 100644
index db471def6..000000000
--- a/src/plugins/locate/python/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2006-03-26 Ken Raeburn <raeburn@mit.edu>
-
- * 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 <raeburn@mit.edu>
-
- * py-locate.c: Include k5-locate.h instead of k5-plugin.h.
-
-2006-03-06 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in, configure.in, py-locate.c, python.exports,
- locate-service.py: New files.
-