summaryrefslogtreecommitdiff
path: root/lib/tevent/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16tevent: Remove python module.Jelmer Vernooij1-13/+0
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
2009-03-17tevent: change version to 0.9.5 after the ABI has changedStefan Metzmacher1-1/+1
metze
2009-03-13tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher1-1/+1
metze
2009-02-13tevent: raise version to 0.9.3Stefan Metzmacher1-1/+1
- aio events are removed - tevent_req infrastructure was added metze
2009-01-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher1-4/+1
metze
2009-01-03tevent: raise version to 0.9.2 after AUTOCLOSE changesStefan Metzmacher1-1/+1
metze
2009-01-03tevent: raise version to 0.9.1Stefan Metzmacher1-1/+1
This 0.9.1 isn't compatible with 0.9.0, but it makes only sense to raise the major version after we have reached 1.0.0. metze
2008-12-24lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher1-1/+1
metze
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij1-1/+1
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-3/+3
metze
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+40
This commit will not compile on its own. metze