Commit f612e4aa authored by Andrew Lewman's avatar Andrew Lewman
Browse files

changelog clean up, version bump correctly this time, prepare for 0.1.1

tag.
parent 8839661e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
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.
+5 −5
Original line number Diff line number Diff line
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.tar.gz
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