1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
hashcash (1.21-2) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer (See: #831803)
* Update DH level to 10. (Closes: #817490)
* debian/compat: updated to 10.
* debian/control:
- Bumped Standards-Version to 3.9.8.
-- Giovani Augusto Ferreira <giovani@riseup.net> Thu, 15 Dec 2016 10:48:59 -0200
hashcash (1.21-1.1) unstable; urgency=low
* Non-maintainer upload.
* Enable hardened build flags (Closes: #655864)
-- Moritz Muehlenhoff <jmm@debian.org> Sun, 08 Apr 2012 12:24:59 +0200
hashcash (1.21-1) unstable; urgency=low
* New upstream release.
* Fix copyright file.
-- Hubert Chan <hubert@uhoreg.ca> Thu, 30 Mar 2006 21:01:13 -0700
hashcash (1.20-1) unstable; urgency=low
* New upstream release.
* Set DEB_HOST_ARCH if it is not set, so that debian/rules works properly
even if not run form dpkg-buildpackage.
* Bump standards version to 3.6.2.
-- Hubert Chan <hubert@uhoreg.ca> Thu, 22 Dec 2005 00:00:43 -0500
hashcash (1.17-1) unstable; urgency=low
* New upstream release.
* Adds hashfork.py script to run multiple instances of Hashcash on
multiprocessor machines. (closes: 281918)
-- Hubert Chan <hubert@uhoreg.ca> Wed, 30 Mar 2005 15:07:08 -0500
hashcash (1.13-1) unstable; urgency=low
* New upstream release.
* Fix compile flags for amd64 architecture so that it compiles.
(closes: 278047)
-- Hubert Chan <hubert@uhoreg.ca> Thu, 4 Nov 2004 17:41:28 -0500
hashcash (1.12-1) unstable; urgency=low
* New upstream release. (closes: 271635)
* Add architecture-dependent flags in debian/rules to enable assembly
optimizations.
* New license from upstream.
-- Hubert Chan <hubert@uhoreg.ca> Fri, 8 Oct 2004 23:17:32 -0400
hashcash (1.01-1) unstable; urgency=low
* New upstream release.
* Clarified license as per upstream.
* Compile with -Wall.
-- Hubert Chan <hubert@uhoreg.ca> Sun, 8 Aug 2004 19:31:43 -0400
hashcash (1.00-1) unstable; urgency=low
* New upstream release.
* This release adds the new stamp format. (closes: 239157)
* Update of Kyle Hasselbacher's scripts.
* Add link to the hashcash-sendmail page in copyright file and in
hashcash-sendmail.txt.
* New license from upstream.
* Add rule to debian/rules to rebuild documentation if needed.
* Apply patch from Justin to fix segfault when checking future version
stamps.
-- Hubert Chan <hubert@uhoreg.ca> Sun, 8 Aug 2004 00:09:33 -0400
hashcash (0.32-1) unstable; urgency=low
* New upstream release.
* Updated copyright file to add new request by author.
* Change upstream website in copyright file to reflect new address.
* Add Kyle Hasselbacher's hashcash-sendmail and hashmail-request scripts
(ALPHA) to examples directory.
-- Hubert Chan <hubert@uhoreg.ca> Wed, 26 May 2004 23:47:13 -0400
hashcash (0.28-4) unstable; urgency=low
* Remove beginning "a" from package description.
* Fixed typos in changelog, and improved consistency.
* Re-add fip180-1.txt to source package. (Not needed for binary
package.) All FIPS are public domain worldwide, as per discussion on
debian-legal.
http://lists.debian.org/debian-legal/2004/debian-legal-200403/msg00028.html
-- Hubert Chan <hubert@uhoreg.ca> Thu, 4 Mar 2004 15:42:31 -0500
hashcash (0.28-3) unstable; urgency=low
* Don't install sha1 or sha1.1. Debian already has sha1sum.
* Remove fip180-1.txt -- copyright status uncertain.
* Fix the copyright file to make it clear that Debian does not
specifically make the same pledges that upstream does.
-- Hubert Chan <hubert@uhoreg.ca> Fri, 27 Feb 2004 21:16:19 -0500
hashcash (0.28-2) unstable; urgency=low
* Bump policy version to 3.6.1.
* Add note to copyright file about getopt being GPL licensed.
-- Hubert Chan <hubert@uhoreg.ca> Sun, 22 Feb 2004 21:32:22 -0500
hashcash (0.28-1) unstable; urgency=low
* Initial Release. (closes: 234743)
-- Hubert Chan <hubert@uhoreg.ca> Sat, 27 Dec 2003 15:23:30 -0500
|