commit f612e4aa4095488ab194808ac0b8b1340ae05af0 Author: Andrew Lewman andrew@torproject.org Date: Tue Jun 28 22:25:10 2011 -0400
changelog clean up, version bump correctly this time, prepare for 0.1.1 tag. --- ChangeLog | 5 +++++ tordnsel.cabal | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 54df4d8..e7239d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +0.1.1 - 2011-06-28 + - Correctly label the release version and Changelog. + - Add updated website and maintainers in tordnsel.cabal. + - Document the tordnsel init script for Debian. + 0.1.0 - 2011-06-28 o Deployment: - Add support for logging messages to stdout, stderr, syslog, or to a file. diff --git a/tordnsel.cabal b/tordnsel.cabal index 10f2bbb..bd7972e 100644 --- a/tordnsel.cabal +++ b/tordnsel.cabal @@ -1,5 +1,5 @@ Name: TorDNSEL -Version: 0.0.6-dev +Version: 0.1.1 Synopsis: provides a DNSBL-style interface for detecting Tor exit nodes Description: TorDNSEL implements a design for a DNSBL-style interface for detecting connections exiting the Tor network. This design and its rationale @@ -7,14 +7,14 @@ Description: TorDNSEL implements a design for a DNSBL-style interface for License: PublicDomain License-File: LICENSE Homepage: http://p56soo2ibjkx23xo.onion/ -Package-URL: http://p56soo2ibjkx23xo.onion/dist/tordnsel-0.0.6.tar.gz +Package-URL: https://archive.torproject.org/tor-package-archive/tordnsel/tordnsel-0.1.1.t... Author: tup -Maintainer: tup.tuple@googlemail.com +Maintainer: tup.tuple@googlemail.com, lunar@debian.org, andrew@torproject.org Build-Type: Simple Build-Depends: base>=2.0, network>=2.0, mtl>=1.0, unix>=1.0, stm>=2.0, time>=1.0, HUnit>=1.1, binary>=0.4, bytestring>=0.9, array>=0.1, directory>=1.0, containers>=0.1 -Tested-With: GHC==6.6, GHC==6.8, GHC==6.10 +Tested-With: GHC==6.6, GHC==6.8, GHC==6.10, GHC==6.12 Data-Files: config/tordnsel.conf.sample, contrib/cacti-input.pl, contrib/tordnsel-init.d-script.sample, doc/tordnsel.8
@@ -59,7 +59,7 @@ Other-Modules: TorDNSEL.Config, HS-Source-Dirs: src Includes: sys/types.h, unistd.h, sysexits.h, netinet/in.h, openssl/rand.h Extra-Libraries: crypto -GHC-Options: -O2 -Wall -Werror -DVERSION="0.0.6-dev" +GHC-Options: -O2 -Wall -Werror -DVERSION="0.1.1"
Executable: runtests Buildable: False