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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840
|
mini-dinstall (0.7.0) unstable; urgency=medium
[ Unit 193 ]
* [8ba508e] sign-release.sh: Add support for gpg2.
* [9883708] Support installing upstream detached signatures.
* [23ac25c] Port to Python 3
* [4b168e8] Archive directory on command line should take precedence over
config. (Closes: #496231)
* [91ad709] Deprecate chown_changes_files in favor of restrict_changes_files.
(Closes: #821960)
* [6e52580] Add --foreground to the manpage and add a NEWS entry for the
chown_changes_files deprecation.
* [da75337] Update packaging to reflect python3 port.
* [4d171bb] Utilize debhelper-compat and bump to 12.
* [adde19d] Update Vcs-* fields to Salsa.
* [df2fa73] Add myself to uploaders.
* [4018b18] Bump Standards-Version to 4.4.0.
* [3fccdae] Clean up extraneous whitespace in files.
[ Krytarik Raido ]
* [dc580be] Various improvements in coding style.
* [11bda2c] Drop unused files and code.
* [1cd7d0f] Switch to using the subprocess module.
* [946753d] Update documentation on recent changes.
* [1826155] Add error handling on empty PID file. (Closes: #894890)
* [95b28f9] Add support for override files. (Closes: #780972)
[ Pavel Shramov ]
* [dc4416d] Add --foreground option (Closes: #451947)
[ Heinrich Schuchardt ]
* [96702ad] Create Release file for source subdirectory. (Closes: #798121)
-- Unit 193 <unit193@ubuntu.com> Tue, 30 Jul 2019 02:09:51 -0400
mini-dinstall (0.6.31) unstable; urgency=medium
[ Unit 193 ]
* [acad13c] Add xz support for package files.
* [e78b016] Allow re-installing same version packages. (Closes: #680782)
* [7b759e5] Remove bzip2 compressed package files.
* [c660ff0] Remove gzip compressed package files.
* [a208f0d] Generate Contents files when using flat archive type.
* [c3615cb] Only use sha256 hashes, dropping sha1 and md5.
* [78fa964] Fix manpage formatting, describe backport_release and
experimental_release.
* [ce6a7ab] Add configurable support for by-hash, on by default.
* [159f01d] Properly handle .buildinfo files.
* [36078e2] Add a new option 'expire_release_files' to enable 'Valid-Until'
with a life of 4 weeks.
* [8f59711] Enable the 'Signed-By' feature by setting GPG IDs in 'keyids'
* [8e1a34e] Account for '.ddeb' dbgsym extension in debpackage regex.
[ Heinrich Schuchardt ]
* [aad441a] Correct the documentation for option experimental_release.
The default value is 0 (not None). (Closes: #820580)
* [cddf838] Add option backport_release to the configuration file.
If this option is set mini-dinstall writes
"NotAutomatic: yes" and "ButAutomaticUpgrades: yes"
to the Release file. (Closes: #820582)
[ Krytarik Raido ]
* [26c7a76] Reduce code duplication in ArchiveDir.
[ Guido Günther ]
* [0867275] Add gbp.conf
-- Guido Günther <agx@sigxcpu.org> Tue, 05 Sep 2017 19:01:18 +0200
mini-dinstall (0.6.30) unstable; urgency=low
* [885f9fc] lintian: fix vcs-field-not-canonical
* [61d551a] bump up Standards-Version to 3.9.5
* [dbdacea] transition from python-support to dh_python2
* [dbf811a] switch from cdbs to dh
* [4ccc409] increase debhelper compat level to 9
-- Christoph Goehre <christoph.goehre@gmx.de> Mon, 25 Aug 2014 19:50:08 -0700
mini-dinstall (0.6.29) unstable; urgency=low
[ Christoph Goehre ]
* [d4fa57e] logging.StreamHandler use sys.stderr as default output
(Closes: #613992, #644419)
* [91d0786] add Date and Message-ID header fields in email from mini-dinstall
* [d7f3643] bump up Standards-Version to 3.9.2
* [b659d79] DM-Upload-Allowed is superfluous since I'm DD
[ Sven Hartge ]
* [b27e3ab] add support for new InRelease file
[ Christoph Goehre ]
-- Christoph Goehre <christoph.goehre@gmx.de> Thu, 06 Oct 2011 19:50:46 +0200
mini-dinstall (0.6.28.1) unstable; urgency=low
* The "Python 2.6 transitional" release
* [e4640c8] replace deprecated md5 and sha module with hashlib
* [6072e9c] hashlib can handle sha256, so we didn't need python-crypto
anymore
* [4c216a2] hashlib needs python >= 2.5
* [9e2e87a] popen2 is deprecated in python 2.6. So now we only use the
internal hash algorithm provided by hashlib.
* [304ffa2] bump up Standards-Version to 3.9.1
-- Christoph Goehre <christoph.goehre@gmx.de> Wed, 20 Oct 2010 17:56:40 +0200
mini-dinstall (0.6.28) unstable; urgency=low
[ Christoph Goehre ]
* [2793c0d] update pkg_version on clean target
* [ffd2489] lintian: add ${misc:Depends} to mini-dinstall package
* [4b8155e] bump up Standards-Version to 3.8.4
* [712898e] lintian: add blank line on debian NEWS file
* [b7c4ba8] lintian: spelling error in changelog s/incomming/incoming/
* [3181afb] lintian: depend on debhelper >= 7
* [d61eb9c] lintian: change Build-Depends python-dev to python
* [bdd0029] allow to disable 'db' option in apt-ftparchive (Closes: #513847)
* [3f611de] exit with 1 instead of backtrace by creating mini-dinstall's
folder
* [df7be9f] support Source format 3.0 (Closes: #571226)
* [4b3e336] disable tweeting on default and document tweet options in
manpage
* [37ca547] Switch to dpkg-source 3.0 (native) format
[ Julian Andres Klode ]
* [db1a6cd] Upgrade to the new python-apt API. (Closes: #572069)
[ Christopher R. Gabriel ]
* [92b2b34] added twitting support (e.g. for twitter/identi.ca)
-- Christoph Goehre <christoph.goehre@gmx.de> Sun, 30 May 2010 19:33:52 +0200
mini-dinstall (0.6.27) unstable; urgency=low
[ Christoph Goehre ]
* [fdef0f3] regenerate reliable Release files on archive_style
simple-subdir
* [0607dbf] demote depends on gpgv to recommends
* [b514d38] send upload information mails with utf-8 charset
(Closes: #505144)
* [364119c] allow verify_sigs per repository (Closes: #516263)
* [9017b45] support distribution aliases, thanks Luca Capello
(Closes: #291340)
* [039b733] add generic do_and_log function
* [15f8c38] allow to disable chmod on incoming (Closes: #535558)
* [cf1424e] add 'X-Mini-Dinstall' header field to upload email
(Closes: #539124)
-- Christoph Goehre <christoph.goehre@gmx.de> Sun, 16 Aug 2009 18:17:14 +0200
mini-dinstall (0.6.26) unstable; urgency=low
[ Christoph Goehre ]
* [62bfe94] debug logging for python-internal hash generation
* [54c6c7c] activate DM-Upload-Allowed
* [048454d] depend on gpgv
* [59d3992] check mail_template strings for existence
* [a4cc929] expand tabs and remove tailing whitespaces
* [5bbaa28] move changes file in _reject_changefile() too
[ Guido Guenther ]
* [828c0b5] print path to changes file on missing md5sums (Closes: #496229)
* [540ebcf] allow keyrings and extra_keyrings per repository
(Closes: #497079)
-- Christoph Goehre <christoph.goehre@gmx.de> Mon, 17 Nov 2008 18:35:35 +0100
mini-dinstall (0.6.25) unstable; urgency=low
* add experimental release support to Release file. Thanks to Stephan
Suerken (Closes: #336232)
* use '--db' to speed up apt-ftparchive run (Closes: #225483)
* check new Checksums-* fields in .dsc and .changes
* adjust manpage format and Standards-Version
-- Christoph Goehre <christoph.goehre@gmx.de> Sat, 28 Jun 2008 19:15:56 +0200
mini-dinstall (0.6.24) unstable; urgency=low
* correct manpage formatting
* fix crash in hash generation for Release file
-- Christoph Goehre <christoph.goehre@gmx.de> Sun, 06 Apr 2008 18:46:31 +0200
mini-dinstall (0.6.23) unstable; urgency=low
* use templates to generate success email (Closes: #451949)
* add SHA256 hashes in release files (Closes: #453032)
* don't fail on missing child processes in external hash generation
* merge identically hash generation for release file in mini-dinstall and
ChangeFile.py into misc.py
* change XS-Vcs tags to Vcs
* change Standard-Version to 3.7.3 and national encoding of copyright to
UTF-8
-- Christoph Goehre <christoph.goehre@gmx.de> Sun, 03 Feb 2008 10:53:25 +0100
mini-dinstall (0.6.22) unstable; urgency=low
[ Guido Guenther ]
* Create the release files in the correct subdirs with archive-style =
simple-subdir so it works with secure-apt (Closes: #343371)
[ Christoph Goehre ]
* I'm the new Maintainer (Closes: #414621)
* build package with cdbs
* add XS-Vcs tags to git archive
* move python-dev and python-support to B-Depends (instead of B-D-I) to clam
lintian
* add bz2 support for package files (Closes: #323925)
* use FQDN hostname for outgoing mail (Closes: #385314)
-- Christoph Goehre <christoph.goehre@gmx.de> Sat, 06 Oct 2007 12:07:44 +0200
mini-dinstall (0.6.21-0.2) unstable; urgency=low
* NMU with maintainers approval
* update packages files atomically (Closes: #324855)
-- Guido Guenther <agx@sigxcpu.org> Thu, 23 Aug 2007 15:51:12 +0200
mini-dinstall (0.6.21-0.1) unstable; urgency=low
* Non-maintainer upload (with maintainer permission).
* Update package to the new python policy (Closes: #380871).
* Bump Standards-Version to 3.7.2.
* Fix Makefile to use pyversions instead of custom hack to guess current
python version.
* Move debhelper to B-Depends (instead of B-D-I).
-- Pierre Habouzit <madcoder@debian.org> Tue, 1 Aug 2006 21:13:37 +0200
mini-dinstall (0.6.21) unstable; urgency=medium
* Improve daemonizing: Reopen file descriptors 0, 1, 2 to /dev/null.
This is important as it can corrupt the generated files, which is
why urgency medium is used.
Closes: #294353.
* Fixed a bunch of spelling mistakes in the man page. Closes: #295096.
-- Thomas Viehmann <tv@beamnet.de> Tue, 15 Feb 2005 18:44:09 +0100
mini-dinstall (0.6.20) unstable; urgency=low
* Autmatically accomodate for the current python version
during build. Closes: #293719.
Idea for patch by Tollef Fog Heen of Canonical/Ubuntu, thanks a lot.
* Fix man page typo. Closes: #271141.
* Rename example file sign-release.sh to match example config.
Closes: #259755.
-- Thomas Viehmann <tv@beamnet.de> Mon, 7 Feb 2005 21:04:02 +0100
mini-dinstall (0.6.19) unstable; urgency=low
* Important bug fix and very minor cosmetic update release only, maybe this
can make it for sarge.
* Retry a couple of times when dup2 returns EBUSY. (Closes: #265513)
* Change default distributions to unstable (only) and default
architectures to all, i386. (No offence to people using other arches,
but that's my setup.) Closes: #262700.
-- Thomas Viehmann <tv@beamnet.de> Sun, 15 Aug 2004 11:22:38 +0200
mini-dinstall (0.6.18) unstable; urgency=low
* I'm honored to be the new maintainer. (Thanks Graham.)
* Don't touch packages scheduled for reprocessing when rescanning,
also catch IOError when reprocessing changes to handle removed
changes files.
(Closes: #230325)
* Bumped Standards-Version: 3.6.1 (no changes necessary).
* Included Graham's fix for version.py generation. (Thanks.)
-- Thomas Viehmann <tv@beamnet.de> Mon, 12 Apr 2004 21:17:20 +0200
mini-dinstall (0.6.17) unstable; urgency=low
* Rebuild with a fixed build tool. (closes: #235411)
-- Graham Wilson <graham@debian.org> Thu, 04 Mar 2004 00:32:12 +0000
mini-dinstall (0.6.16) unstable; urgency=low
* Call ChangeFile.verify as it was intended. (closes: #228307)
* Add correct index to _archivemap[dist]. (closes: #195541)
* Handle ~ in filenames. (closes: #228745)
-- Graham Wilson <graham@debian.org> Fri, 30 Jan 2004 07:11:41 +0000
mini-dinstall (0.6.15) unstable; urgency=low
* Fix a typo in the man page. (closes: #230131)
-- Graham Wilson <graham@debian.org> Wed, 28 Jan 2004 20:27:20 +0000
mini-dinstall (0.6.14) unstable; urgency=low
* Only close fd's if we are daemonizing. (closes: #225439)
-- Graham Wilson <graham@debian.org> Mon, 29 Dec 2003 22:23:43 +0000
mini-dinstall (0.6.13) unstable; urgency=low
* Integrate the manual into the man page. (closes: #225363)
-- Graham Wilson <graham@debian.org> Mon, 29 Dec 2003 06:13:47 +0000
mini-dinstall (0.6.12) unstable; urgency=low
* Use consistent indentation.
* Man page corrections.
* Default architectures should be a list, not a tuple.
* Close all file descriptors after daemonizing. (closes: #222693)
-- Graham Wilson <graham@debian.org> Wed, 17 Dec 2003 22:07:38 +0000
mini-dinstall (0.6.11) unstable; urgency=low
* Add a complete man page.
* Skip over empty lines when reading changes file. (closes: #217548)
-- Graham Wilson <graham@debian.org> Tue, 18 Nov 2003 16:04:56 +0000
mini-dinstall (0.6.10) unstable; urgency=low
* Automatically generate lib/version.py from debian/rules.
* Call setsid(2) before the second fork, not after. (closes: #217794)
-- Graham Wilson <graham@debian.org> Tue, 28 Oct 2003 01:18:23 +0000
mini-dinstall (0.6.9) unstable; urgency=medium
* Change documentation from GNU FDL to GPL. (closes: #214488)
* Read dh_python(1):
- Build depend on python. (closes: #215044)
- Use ${python:Depends} in control.
-- Graham Wilson <graham@debian.org> Fri, 10 Oct 2003 01:15:01 +0000
mini-dinstall (0.6.8) unstable; urgency=low
* Fix minor whitespace problems in mini-dinstall.
* Correct type checking order in event queue. (closes: #212505)
* Explicity depend and build-depend on Python 2.3.
* Change DTD in manpage and manual to locally installed version.
* Use make instead of distutils. What was I thinking?
* Don't propagate exceptions that occur while logging.
- now we dont croak if we can't send email (closes: #213111)
-- Graham Wilson <graham@debian.org> Mon, 29 Sep 2003 15:44:30 +0000
mini-dinstall (0.6.7) unstable; urgency=low
* Use distutils instead of autotools; debhelper instead of cdbs.
(closes: #211462)
* Create a lib/version.py. Tell mini-dinstall and setup.py to use it.
* New maintainer. Thanks Colin.
* No need to build-dep on python-apt or apt-utils.
-- Graham Wilson <graham@debian.org> Thu, 18 Sep 2003 02:25:45 +0000
mini-dinstall (0.6.6) unstable; urgency=low
* Package is Debian-native again.
* Python 2.3 transition.
* Call reject_changefile with the correct number of arguments
(Closes: #195769)
-- Colin Walters <walters@debian.org> Mon, 11 Aug 2003 01:23:25 -0400
mini-dinstall (0.6.5-2) unstable; urgency=low
* debian/control:
- Bump Debhelper Build-Depends to ensure we have dh_python.
-- Colin Walters <walters@debian.org> Mon, 23 Jun 2003 00:04:12 -0400
mini-dinstall (0.6.5-1) unstable; urgency=low
* New upstream release.
- Adds - to architecture regexp (Closes: #189930).
* debian/rules:
- Use docbookxml.mk CDBS class.
- Don't ship python bytecode files (Closes: #195540).
* debian/mini-dinstall.preinst:
- Remove.
* debian/control:
- Bump Build-Depends on cdbs.
- Depend on python-logging instead of python2.2-logging.
-- Colin Walters <walters@debian.org> Wed, 11 Jun 2003 04:02:57 -0400
mini-dinstall (0.6.4-1) unstable; urgency=low
* New upstream release.
- Fixes crashing bug in batch mode, or in daemon startup when there
were already packages in the incoming dir (Closes: #194143).
-- Colin Walters <walters@debian.org> Wed, 21 May 2003 12:05:53 -0400
mini-dinstall (0.6.3-1) unstable; urgency=low
* The "Offin' Office Max" release.
* New upstream release.
* debian/control:
- Add Build-Depends on cdbs.
- Add Build-Depends on python-apt (Closes: #193092).
- Bump Standards-Version to 3.5.10, no changes required.
- Downgrade debian-keyring to a Suggests, for no particular reason.
* debian/rules, debian/rocks:
- Convert to cdbs.
-- Colin Walters <walters@debian.org> Tue, 20 May 2003 04:07:25 -0400
mini-dinstall (0.6.2-2) unstable; urgency=low
* The "Archaeological Dig Uncovers Ancient Race Of Skeleton People"
release.
* debian/control:
- Add Build-Depends on apt-utils (Closes: #192963).
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Sun, 11 May 2003 18:24:09 -0400
mini-dinstall (0.6.2-1) unstable; urgency=low
* The "insane little dwarf Bush" release. (Courtesy of Mohammed
Saeed Al-Sahaf).
* New upstream release.
- Handles absolute path for logfile (Closes: #189007)
- New variable chown_changes_file (Closes: #188203)
* debian/control:
- Bump Standards-Version to 3.5.9, no changes required.
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Tue, 15 Apr 2003 02:11:22 -0400
mini-dinstall (0.6.1-1) unstable; urgency=low
* New upstream release.
- New variable mail_server (Closes: #187176)
- New variable incoming_permissions (Closes: #187191)
-- Colin Walters <walters@debian.org> Thu, 3 Apr 2003 00:22:36 -0500
mini-dinstall (0.6.0-1) unstable; urgency=low
* The "Spring break, yay!" release.
* New upstream release.
- A number of goodies, see the upstream ChangeLog.
- Remove debugging output to /tmp/foo (Closes: #184490).
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Wed, 26 Mar 2003 18:02:19 -0500
mini-dinstall (0.5.3-1) unstable; urgency=low
* The "Back that azz up" release.
* New upstream version.
* debian/control:
- Build-Depend on python2.2-logging (Closes: #182197).
- Depend on python2.2-logging instead of python-logging
(Closes: #183306).
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Thu, 6 Mar 2003 16:57:39 -0500
mini-dinstall (0.5.2-1) unstable; urgency=low
* New upstream release.
- Disables Release file generation by default, until apt supports
the flat mode layout better (Closes: #176520).
-- Colin Walters <walters@debian.org> Thu, 20 Feb 2003 23:38:23 -0500
mini-dinstall (0.5.1-1) unstable; urgency=low
* New upstream release.
- Specify hostname when mailing stuff (Closes: #180271).
* debian/preinst:
- New file; remove old cruft from previous package version.
-- Colin Walters <walters@debian.org> Sun, 16 Feb 2003 18:10:21 -0500
mini-dinstall (0.5.0-1) unstable; urgency=low
* New upstream version.
- Note, this package is not Debian-native anymore. For
non-Debian-specific changes, please see the upstream changelog.
* debian/control:
- Add a strict dependency on Python 2.2, for both Build-Depends and
Depends.
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Fri, 10 Jan 2003 22:03:59 -0500
mini-dinstall (0.4.3) unstable; urgency=low
* Be compatible with python-logging 0.4.7.
* debian/rules:
- Update to latest version of Colin's Build System.
* debian/control:
- Depend on the latest python-logging.
-- Colin Walters <walters@debian.org> Fri, 3 Jan 2003 17:05:01 -0500
mini-dinstall (0.4.2) unstable; urgency=low
* Generate Codename field in Release files.
* Don't consider source and other-arch binary packges as "old" when
presented with a binary-only upload (Closes: #173308).
* Change mode of mini-dinstall/incoming directory to 0750 on startup.
-- Colin Walters <walters@debian.org> Thu, 19 Dec 2002 22:43:00 -0500
mini-dinstall (0.4.1) unstable; urgency=low
* The "Hm...how did this bug sneak by when I tested it" release.
* Fix option parsing to correctly respect DEFAULT section.
* Restore compatibility with Python 2.1.
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Tue, 10 Dec 2002 15:21:06 -0500
mini-dinstall (0.4.0) unstable; urgency=low
* Support for generating Release and Release.gpg. New related options:
generate_release, release_signscript, release_origin, release_label,
release_suite, and release_description.
* New sample signing script: sign-release-file.sh
* New options trigger_reindex and dynamic_reindex; see sample
mini-dinstall.conf for explanation.
* Exit with an error if no archive_style option is specified. You must
now give one of "flat" or "simple-subdir". In the future, the default
will be "flat".
* New command line option --version. Does the obvious thing.
* A fair amount of implementation cleanup (especially as related to
option handling).
* Fix version substitution.
* s/productname/application/ in the manual; this prevents all those
silly ⢠characters from appearing.
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Sun, 8 Dec 2002 21:32:16 -0500
mini-dinstall (0.3.1) unstable; urgency=low
* The "Someone should report this ext bug upstream too" release.
* Use work in 0.3.0 to force regeneration of the Packages/Sources files,
even if according to the filesystem they're not changed. This should
really work around the previously mentioned ext bug (Closes: #172275).
* Also force regeneration during the initial run.
* Fix the logic in the FlatArchiveDirIndexer to handle the case where
the Packages/Sources files are nonexistent, and clean up the logic in
the SimpleSubdirArchiveDirIndexer a bit.
* Add a quick Tips and Tricks chapter to the manual that talks about how
to set up dput using the local method.
* debian/rocks:
- Use docbookxml class to disable XML doctype validation.
-- Colin Walters <walters@debian.org> Sun, 8 Dec 2002 16:34:16 -0500
mini-dinstall (0.3.0) unstable; urgency=low
* The "Everyone should be using XFS" release.
.. or ..
* The "More threads == more fun" release.
* After installing a package, signal the indexing threads to re-index
immediately. This will mostly mitigate the effects of a bug that
strikes the poor users of ext2 and ext3, which doesn't update the
mtime on a directory when renaming a file into it, if there is already
an existing file with that name. Users of Real File Systems were not
affected :)
* debian/control:
- Fix typo in description (Closes: #169549).
- Bump Standards-Version to 3.5.8.
* debian/rules:
- Update to latest version of Colin's Build System.
-- Colin Walters <walters@debian.org> Fri, 6 Dec 2002 17:44:03 -0500
mini-dinstall (0.2.18) unstable; urgency=low
* debian/rules:
- Update to latest version of Colin's Build System.
* Apply patch from Masato Taruishi <taru@valinux.co.jp> to make the -c
option work (Closes: #170248).
-- Colin Walters <walters@debian.org> Mon, 25 Nov 2002 11:40:22 -0500
mini-dinstall (0.2.17) unstable; urgency=low
* debian/control:
- Remove Build-Depends on python and python-logging (Closes: #166660).
- Add Build-Depends on debhelper.
* debian/rules:
- Use Colin's Build System.
* Don't install CVS directories in doc dir (Closes: #166286).
* Add Makefile.
* Add the beginnings of a new spiffy XML manual.
* Convert SGML manpage into XML. Now just point users to the manual.
-- Colin Walters <walters@debian.org> Thu, 14 Nov 2002 17:08:42 -0500
mini-dinstall (0.2.16) unstable; urgency=low
* Pass keychain options down to ArchiveDirs. It would be nice if Python
had a real compiler which allowed one to check for these kinds of
errors. I mean, I like Python (especially the syntax) and all, but
why does "scripting language" imply "no static type analysis" and "no
lexical variable analysis"? Other languages like Dylan handle this
really elegantly, by allowing OPTIONAL type declarations.
Unfortunately the Gwydion Dylan implementation doesn't have stuff like
threading yet. But maybe someday I will rewrite mini-dinstall in it.
Or invent my own non-sucky programming language...but for now, this
(Closes: #165163).
-- Colin Walters <walters@debian.org> Thu, 17 Oct 2002 16:28:31 -0400
mini-dinstall (0.2.15) unstable; urgency=low
* Changes by Roland Mas <lolando@debian.org>:
- Fixed logic to determine whether to generate Packages and Sources
files.
- Removed a shebang line from a module (makes lintian happy).
* Change documentation to refer to 'verify_sigs' instead of
'verify_signatures' (Closes: #164992).
-- Colin Walters <walters@debian.org> Wed, 16 Oct 2002 11:05:09 -0400
mini-dinstall (0.2.14) unstable; urgency=low
* Turn per-distribution options poll_time, max_retry_time, and
mail_on_success into integers.
* Print mode change in octal.
-- Colin Walters <walters@debian.org> Tue, 15 Oct 2002 13:01:23 -0400
mini-dinstall (0.2.13) unstable; urgency=low
* Fix algorithm for calculating old packages. It was totally broken.
This should really fix #163449.
* Fix typo in exception handler for _install_run_scripts.
* Don't use ACCEPT directory; just put .changes in the toplevel
directory, but chmod them 600 to prevent other people from uploading
the packages.
-- Colin Walters <walters@debian.org> Tue, 15 Oct 2002 11:51:25 -0400
mini-dinstall (0.2.12) unstable; urgency=low
* Remove all older files with the same names as files in an upload, not
just ones with the same name as the source package (Closes: #163449).
* Fix flat mode; Sorry, joeyh! I promise to test it in the future.
* Don't needlessly generate Packages/Sources files if the mtime on the
directory is older than the files.
* Use "foo in map.keys()" instead of just the much cooler "foo in map"
to be compatible with Python 2.1 (which is what's in woody).
-- Colin Walters <walters@debian.org> Mon, 14 Oct 2002 01:48:04 -0400
mini-dinstall (0.2.11) unstable; urgency=low
* Default to "simple-subdir" archive style again. We do plan to default
to "flat" in version 0.3.0, but the change shouldn't have been made
yet.
-- Colin Walters <walters@debian.org> Sun, 13 Oct 2002 09:57:08 -0400
mini-dinstall (0.2.10) unstable; urgency=medium
* The "hopefully Roland won't mailbomb me again :)" release.
* Don't install packages in a separate thread; instead, install them
from the incoming thread (Closes: #164323). It wasn't a useful
optimization, and caused bugs. We do keep around the indexing
threads, however.
* Default to not use dnotify; it is unreliable (Closes: #164387).
* Add better error checking when running md5sum; I think along with the
above changes this will avoid crashing when verifying md5sum output
(Closes: #164297).
* Don't try to call strerror attribute when handling an error
(Closes: #162923).
-- Colin Walters <walters@debian.org> Sun, 13 Oct 2002 00:49:23 -0400
mini-dinstall (0.2.9) unstable; urgency=medium
* Try not to delete the .orig.tar.gz if we're making Debian-revision
only update (Closes: #159500).
-- Colin Walters <walters@debian.org> Sun, 15 Sep 2002 20:42:54 -0400
mini-dinstall (0.2.8) unstable; urgency=low
* Just depend on python-logging, not python2.1-logging.
* Don't crash when appending .changes to screwed list.
-- Colin Walters <walters@debian.org> Sun, 1 Sep 2002 23:06:55 -0400
mini-dinstall (0.2.7) unstable; urgency=low
* Test whether the Distribution: field exists before assuming a .changes
is ready. Why it would fail to to exist is beyond me. Hopefully this
will work around the bug until we find the root cause.
* Ensure .changes with an unknown Distribution get added to the screwed
list.
-- Colin Walters <walters@debian.org> Sun, 1 Sep 2002 14:53:51 -0400
mini-dinstall (0.2.6) unstable; urgency=low
* Test whether a process in the lockfile pid exists before locking
(Thanks Ivo Timmermans <ivo@o2w.nl> for the hint).
* Don't delay in killing an existing process.
-- Colin Walters <walters@debian.org> Mon, 26 Aug 2002 20:01:45 -0400
mini-dinstall (0.2.5) unstable; urgency=medium
* mini-dinstall:
Bugs reported by Ivo Timmermans <ivo@o2w.nl>.
- Allow --config= option to actually work.
- Don't lose when trying to access the mail_log_level option.
Other bugs:
- Don't wait on pending installations if IncomingDir is in daemon
mode.
-- Colin Walters <walters@debian.org> Sun, 25 Aug 2002 14:41:45 -0400
mini-dinstall (0.2.4) unstable; urgency=low
* First upload to Debian proper (Closes: #156582).
* Handle unknown distributions better.
* More error cleanups.
-- Colin Walters <walters@debian.org> Tue, 20 Aug 2002 00:43:33 -0400
mini-dinstall (0.2.3) staging; urgency=low
* Just Recommend: debian-keyring.
-- Colin Walters <walters@debian.org> Tue, 20 Aug 2002 00:39:20 -0400
mini-dinstall (0.2.2) staging; urgency=low
* Really make sure IncomingDir handles incomplete uploads.
* Fix bug in cleaning up flat mode archives.
* Depend: on debian-keyring.
* Clean up error handling a bit.
* Add ability to override keyrings.
-- Colin Walters <walters@debian.org> Tue, 20 Aug 2002 00:11:18 -0400
mini-dinstall (0.2.1) staging; urgency=low
* Try not to spam joeyh.
* Hopefully make rejection work better.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 23:34:19 -0400
mini-dinstall (0.2.0) staging; urgency=medium
* Support for verifying signatures on .changes; enabled by default!
* Fix race condition when installing multiple .changes at the same time.
* Don't try to parse archive_style as an int.
* Fix IncomingDir crashing bug on incomplete uploads.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 22:04:09 -0400
mini-dinstall (0.1.9) staging; urgency=low
* Allow for multiple archive styles; currently "simple-subdir" and
"flat"; this is the config opt "archive_style".
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 16:38:33 -0400
mini-dinstall (0.1.1) staging; urgency=low
* Use relative filenames in Packages file.
* Don't install extra cruft in the doc dir.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 15:24:53 -0400
mini-dinstall (0.1.0) staging; urgency=low
* PRERELEASE
* Almost complete refactoring of the code. Now there is a real
incoming/ directory. This means that instead of uploading to one of
the distribution directories, you now just upload to
$ARCHIVEDIR/incoming, and put the distribution you want in the
debian/changelog.
* Support for mail_log_level = NONE
* Support for mailing you upon installation success.
* First pass at a man page.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 05:05:34 -0400
mini-dinstall (0.0.3.2) unstable; urgency=low
* Hopefully support .udebs.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 00:40:11 -0400
mini-dinstall (0.0.3.1) unstable; urgency=low
* Add / to section regexp
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 00:30:18 -0400
mini-dinstall (0.0.3.0) unstable; urgency=low
* Fix a regexp bug in ChangeFile.
* Support mailing successful installs.
* Support limiting the rate of mailing log entries.
-- Colin Walters <walters@debian.org> Mon, 19 Aug 2002 00:24:50 -0400
mini-dinstall (0.0.2.0) unstable; urgency=low
* Support pre-installation scripts, mailing on errors, and other fun
stuff.
-- Colin Walters <walters@debian.org> Sun, 18 Aug 2002 22:34:23 -0400
mini-dinstall (0.0.1.0) unstable; urgency=low
* Initial release (Closes: #156582).
-- Colin Walters <walters@debian.org> Tue, 13 Aug 2002 03:44:34 -0400
|