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
|
watchdog (5.15-2) unstable; urgency=medium
* Fix FTCBFS: Let dh_auto_configure pass --host to ./configure
(Closes: #851231) Thanks to Helmut Grohne <helmut@subdivi.de>
* Bumped Standards-Version to 3.9.8, no changes needed.
* Enabled bindnow linker flag.
-- Michael Meskes <meskes@debian.org> Fri, 20 Jan 2017 13:31:26 +0100
watchdog (5.15-1) unstable; urgency=medium
* New upstream version.
* Updated Dutch translation. (Closes: #772760)
* Updated Russian translation. (Closes: #776125)
* Updated Japanese translation. (Closes: #815857)
* Added missing quote to systemd service file. (Closes: #783166, #798294)
* Use dh_builddeb to build the package. (Closes: #784211, #808692)
* Re-added Install stanza to service file. (Closes: #793309)
-- Michael Meskes <meskes@debian.org> Thu, 21 Jan 2016 22:54:48 +0100
watchdog (5.14-3) unstable; urgency=medium
* Updated Danish debconf translation.
* Updated French debconf translation. (Closes: #771273)
* Added Italian debconf translation. (Closes: #771839)
* Added Brazilian Portuguese debconf translation. (Closes: #771950)
* Changed rules file to make sure default file doesn't come back.
-- Michael Meskes <meskes@debian.org> Thu, 04 Dec 2014 11:30:30 +0100
watchdog (5.14-2) unstable; urgency=medium
* Applied upstream change to fix an incorrectly calculated amount of memory
being used in a test.
* Make sure /etc/init.d/sendsigs does not kill wd_keepalive. (Closes: #767704)
* Auto-generated default file from debconf. (Closes: #767644)
* Changed ordering of unit files to prevent a cycle. (Closes: #768168)
-- Michael Meskes <meskes@debian.org> Tue, 04 Nov 2014 16:30:54 +0100
watchdog (5.14-1) unstable; urgency=medium
* New upstream version. (Closes: #703445, #720501)
* Bumped Standards-Version to 3.9.6, no changes needed.
* Made init script cope with more than one module option. (Closes: #719331)
-- Michael Meskes <meskes@debian.org> Fri, 17 Oct 2014 22:14:53 +0200
watchdog (5.13-1) unstable; urgency=low
* New upstream version.
* Added hardening build flags to Debian build.
-- Michael Meskes <meskes@debian.org> Fri, 01 Feb 2013 12:15:10 +0100
watchdog (5.12-1) unstable; urgency=low
* Fixed copyright notice. (Closes: #664624)
* Updated package description. (Closes: #663911)
-- Michael Meskes <meskes@debian.org> Thu, 05 Apr 2012 12:08:10 +0200
watchdog (5.11-2) unstable; urgency=low
* Updated Dutch debconf translation. (Closes: #657588)
* Bumped Standards-Version to 3.9.3 no changes needed.
-- Michael Meskes <meskes@debian.org> Sun, 04 Mar 2012 15:32:51 +0100
watchdog (5.11-1) unstable; urgency=low
* New upstream version fixing the timeout problem causing ping check to fail.
(Closes: #633528)
* Added support for "status" action to wd_keepalive init.d script. (Closes:
#653405) - thanks to Peter Eisentraut <petere@debian.org>
-- Michael Meskes <meskes@debian.org> Wed, 28 Dec 2011 11:24:16 +0100
watchdog (5.10-1) unstable; urgency=low
* New upstream version. (Closes: #597213)
* Updated Danish debconf translation. (Closes: #650855)
* Updated package description to better explain what this package is about.
(Closes: #610271)
* Bumped Standards-Version to 3.9.2 no changes needed.
-- Michael Meskes <meskes@debian.org> Thu, 15 Dec 2011 17:36:21 +0100
watchdog (5.9-1) unstable; urgency=low
* New upstream version.
* Fixed check for existance of MAKEDEV. (Closes: #582766) - thanks to Timo
Juhani Lindfors <timo.lindfors@iki.fi>
* Added source/format file.
-- Michael Meskes <meskes@debian.org> Thu, 17 Jun 2010 17:01:41 +0200
watchdog (5.8-1) unstable; urgency=low
* New upstream version.
* Bumped Standards-Version to 3.8.4 no changes needed.
-- Michael Meskes <meskes@debian.org> Mon, 22 Mar 2010 15:29:46 +0100
watchdog (5.7-4) unstable; urgency=low
* Decreased default interval from 10 seconds to just 1.
* Disable OOM killer for watchdog and wd_keepalive. In the process also make
sure that the daemons do not allocate memory once they are in daemon mode
as a safeguard for systems running out of memory.
* Fixed typo in init script.
-- Michael Meskes <meskes@debian.org> Thu, 11 Feb 2010 15:10:49 +0100
watchdog (5.7-3) unstable; urgency=low
* Missed one line of Min Zhangg's patch resulting in an incorrect path when
using log_dir option.
-- Michael Meskes <meskes@debian.org> Wed, 13 Jan 2010 09:59:49 +0100
watchdog (5.7-2) unstable; urgency=low
* Applied patch by Min Zhang <mzhang@mvista.com> to make logdir a
configurable option.
* Fixed init scripts to make sure one daemon really has ended before
the next one is started. (Closes: #554793) - thanks to Tim Small
<tim@seoss.co.uk>
-- Michael Meskes <meskes@debian.org> Sat, 09 Jan 2010 16:32:20 +0100
watchdog (5.7-1) unstable; urgency=low
* New upstream version including all the changes from the Debian package and
- Patch by Russell Coker <russell@coker.com.au> to set the socket
handle for raw socket access to close on exec. (Closes: #552611)
- Patch by Russell Coker <russell@coker.com.au> to give a
better error message if no config file is found. (Closes: #563798)
-- Michael Meskes <meskes@debian.org> Wed, 06 Jan 2010 13:33:25 +0100
watchdog (5.6-8) unstable; urgency=low
* Next try in getting the dependencies right, wd_keepalive is supposed to be
started as early as possible to cope with system that boot with the
watchdog device open and watchdog is supposed to be started as late as
possible to be able to monitor other process. For the very same reason
watchdog should be stopped very early before the other process stop.
-- Michael Meskes <meskes@debian.org> Tue, 22 Sep 2009 11:00:19 +0200
watchdog (5.6-7) unstable; urgency=low
* Added rsyslog config option to watchdog.conf manpage, closes: #544671
-- Michael Meskes <meskes@debian.org> Mon, 21 Sep 2009 13:13:26 +0200
watchdog (5.6-6) unstable; urgency=low
* wd_keepalive must not be started before portmap because /usr could be nfs
mounted. In the process of fixing this some more dependencies were added.
-- Michael Meskes <meskes@debian.org> Thu, 20 Aug 2009 12:29:55 +0200
watchdog (5.6-5) unstable; urgency=low
* Fixed wd_keepalive init script LSB header to specify no stop level. Also
removed superfluous dependencies and old links, closes: #540390
* Also made sure that watchdog itself is stopped as early as possible. This
needs an insserv version that processes $all in stop lines.
* Bumped Standards-Version to 3.8.3 no changes needed.
-- Michael Meskes <meskes@debian.org> Wed, 19 Aug 2009 11:56:30 +0200
watchdog (5.6-4) unstable; urgency=low
* wd_keepalive immediately terminates if no watchdog device is given,
therefore it cannot be stopped when starting watchdog. Make sure we do not
print an error in this case, closes: #533608
* Bumped Standards-Version to 3.8.2 no changes needed.
* Remove path specification from command in maintainer script.
-- Michael Meskes <meskes@debian.org> Sun, 21 Jun 2009 10:54:23 +0200
watchdog (5.6-3) unstable; urgency=low
* Prevent usage of unset variable by applying upstream patch, closes: #530843
* Made initscript use lsb functions.
* Added status argument to init script.
-- Michael Meskes <meskes@debian.org> Thu, 28 May 2009 12:45:18 +0200
watchdog (5.6-2) unstable; urgency=low
* Accept config lines with arbitrary length, closes: #529891
-- Michael Meskes <meskes@debian.org> Mon, 25 May 2009 02:54:51 +0200
watchdog (5.6-1) unstable; urgency=low
* New upstream version, closes: #517419
* Bumped Standards-Version to 3.8.1, no change needed.
* Added homepage field.
* Added watch file.
-- Michael Meskes <meskes@debian.org> Thu, 22 Mar 2009 13:56:25 +0100
watchdog (5.5-1) unstable; urgency=low
* New upstream version.
-- Michael Meskes <meskes@debian.org> Wed, 25 Feb 2009 12:08:29 +0100
watchdog (5.4-11) unstable; urgency=low
* Updated Japanese debconf translation, closes: #512872
* Made init scripts cope with empty variable, closes: #514256
* Added upstream patch to prevent rare segfault on shutdown, closes: #514295
* Do not install stop links for wd_keepalive, closes: #506435, #506436
* Do not call init scripts from init scripts. Instead call
start-stop-daemon directly.
-- Michael Meskes <meskes@debian.org> Wed, 11 Feb 2009 14:53:30 +0100
watchdog (5.4-10) unstable; urgency=medium
* Preserve watchdog_module setting on upgrade, closes: #506376
-- Michael Meskes <meskes@debian.org> Fri, 21 Nov 2008 10:13:09 +0100
watchdog (5.4-9) unstable; urgency=low
* Do not start wd_keepalive on watchog restart, closes: #504336
-- Michael Meskes <meskes@debian.org> Mon, 03 Nov 2008 10:10:01 +0100
watchdog (5.4-8) unstable; urgency=low
* Added Swedish debconf translation, closes: #504250
-- Michael Meskes <meskes@debian.org> Sun, 02 Nov 2008 14:03:46 +0100
watchdog (5.4-7) unstable; urgency=low
* Check whether /sbin/MAKEDEV exists before calling it, closes: #503080
-- Michael Meskes <meskes@debian.org> Wed, 22 Oct 2008 14:38:30 +0200
watchdog (5.4-6) unstable; urgency=low
* Added Spanish debconf translation, closes: #495480
* Bumped standards-version to 3.8.0, no other changes needed.
-- Michael Meskes <meskes@debian.org> Wed, 20 Aug 2008 15:17:35 +0200
watchdog (5.4-5) unstable; urgency=low
* Bumped standards-version to 3.7.3, no other changes needed.
* Increased versioned build dependency on debhelper to >= 5 because we use
compatibility level 5.
-- Michael Meskes <meskes@debian.org> Sat, 29 Dec 2007 13:26:40 +0100
watchdog (5.4-4) unstable; urgency=low
* Replaced broken fi.po, the first version got broken during email transfer,
closes: #457455.
-- Michael Meskes <meskes@debian.org> Sun, 23 Dec 2007 11:14:10 +0100
watchdog (5.4-3) unstable; urgency=low
* Added Finish translation, closes: #457455.
* Fixed remaining lintian warnings.
-- Michael Meskes <meskes@debian.org> Sat, 22 Dec 2007 17:36:02 +0100
watchdog (5.4-2) unstable; urgency=low
* Removed dependency on devfsd which does not exist anymore.
-- Michael Meskes <meskes@debian.org> Fri, 12 Oct 2007 09:46:05 +0200
watchdog (5.4-1) unstable; urgency=low
* New upstream version.
* Updated to standards version 3.7.2
* Fixed po files that got mangled in 5.3.1-4
-- Michael Meskes <meskes@debian.org> Fri, 17 Aug 2007 12:05:04 +0200
watchdog (5.3.1-4) unstable; urgency=low
* Reviewed debconf templates and debian/control, closes: #430428
* Updated Czech translation, closes: #432210
* Updated German translation, closes: #433090
* Updated Portuguese translation, closes: #433240
* Updated French translation, closes: #433288
* Added Galician translation, closes: #431440
* Added Vietnamese translation, closes: #431559
* Added Russian translation, closes: #432222
-- Michael Meskes <meskes@debian.org> Mon, 16 Jul 2007 08:35:57 +0200
watchdog (5.3.1-3) unstable; urgency=low
* Made sure module is loaded before watchdog is started
closes: #423019, #423020
-- Michael Meskes <meskes@debian.org> Thu, 31 May 2007 15:18:14 +0200
watchdog (5.3.1-2) unstable; urgency=low
* Added Japanese debconf templates translation, closes: #413533
-- Michael Meskes <meskes@debian.org> Tue, 6 Mar 2007 14:09:46 +0100
watchdog (5.3.1-1) unstable; urgency=low
* New upstream version, closes: #411961
-- Michael Meskes <meskes@debian.org> Thu, 22 Feb 2007 11:46:30 +0100
watchdog (5.3-1) unstable; urgency=low
* New upstream version, closes: #224241, #409587
-- Michael Meskes <meskes@debian.org> Tue, 20 Feb 2007 12:16:03 +0100
watchdog (5.2.6-7) unstable; urgency=low
* Add some upstream patches to wd_keepalive, install and use it, closes: #353053
-- Michael Meskes <meskes@debian.org> Sun, 11 Feb 2007 10:59:11 +0100
watchdog (5.2.6-6) unstable; urgency=low
* Fixed postinst to allow missing entries in /etc/default/watchdog, closes: #387261
-- Michael Meskes <meskes@debian.org> Thu, 14 Sep 2006 09:58:37 +0200
watchdog (5.2.6-5) unstable; urgency=low
* Applied upstream patch to prevent possible reboot because of uninitilized
variable.
* Added lsb-section to init script.
-- Michael Meskes <meskes@debian.org> Tue, 12 Sep 2006 11:19:18 +0200
watchdog (5.2.6-4) unstable; urgency=low
* Added Dutch po file, closes: #383337
-- Michael Meskes <meskes@debian.org> Fri, 18 Aug 2006 16:17:22 +0200
watchdog (5.2.6-3) unstable; urgency=low
* Added Czech po file, closes: #380527
* Added some two bug fixes from CVS.
-- Michael Meskes <meskes@debian.org> Mon, 31 Jul 2006 10:58:42 +0200
watchdog (5.2.6-2) unstable; urgency=low
* Check for existance of /etc/default/watchdog in postinst, closes: #376864
-- Michael Meskes <meskes@debian.org> Thu, 6 Jul 2006 11:55:34 +0200
watchdog (5.2.6-1) unstable; urgency=low
* New upstream version, closes: #32547, #351398, #361839, #361835
* Added French translation, closes: #368774
* Added Portuguese translation, closes: #372819
* Added missing db_stop to postinst, closes: #367126
* Added udev to Depends: line as alternative to makedev
* Added debconf-updatepo call to clean target in debian/rules
* Fixed /etc/dafault/watchdog handling in postinst, bug reported by James
Harper <james.harper@bendigoit.com.au>
-- Michael Meskes <meskes@debian.org> Thu, 22 Jun 2006 20:50:01 +0200
watchdog (5.2.5-2) unstable; urgency=low
* Switched to po-debconf, closes: #351398
* Fixed lintian warnings/errors in postinst
-- Michael Meskes <meskes@debian.org> Tue, 9 May 2006 13:16:39 +0200
watchdog (5.2.5-1) unstable; urgency=low
* New upstream version, closes: #350557, #330463, #296477
* Added patch to fix usage of /etc/default/watchdog, closes: #242214
Thanks to Steffen Joeris <Steffen.Joeris@skolelinux.de>
* Added a note to README.Debian that the kernel driver has to be loaded,
closes: #287969
-- Michael Meskes <meskes@debian.org> Mon, 17 Apr 2006 14:39:32 +0200
watchdog (5.2.4-5) unstable; urgency=low
* Prompt via debconf. Store configuration in /etc/default/watchdog
(not a conffile). Closes: #180094, #242214, #299629, #322510.
Thanks to Matej Vela <vela@debian.org>
-- Michael Meskes <meskes@debian.org> Thu, 8 Sep 2005 15:12:07 +0200
watchdog (5.2.4-4) unstable; urgency=medium
* Check for local changes to startup links before changing them
-- Michael Meskes <meskes@debian.org> Thu, 19 May 2005 19:03:38 +0200
watchdog (5.2.4-3) unstable; urgency=medium
* Changed startup priority to 89, closes: #300432
* Added path to init script, closes: #259277
-- Michael Meskes <meskes@debian.org> Sun, 8 May 2005 12:48:38 +0200
watchdog (5.2.4-2) unstable; urgency=low
* Updated manpages closes: #289386
* Updated package descrition closes: #285367
-- Michael Meskes <meskes@debian.org> Tue, 25 Jan 2005 14:17:24 +0100
watchdog (5.2.4-1) unstable; urgency=low
* New upstream version closes: #199727
-- Michael Meskes <meskes@debian.org> Tue, 8 Jul 2003 14:36:42 +0200
watchdog (5.2.3-5) unstable; urgency=low
* Fixed /etc/init.d/watchdog help. closes: #180092
* Added a longer sleep between stop and start during restart.
closes: #180093
-- Michael Meskes <meskes@debian.org> Sun, 18 May 2003 17:07:21 +0200
watchdog (5.2.3-4) unstable; urgency=low
* Add build-depends. closes: #191009
-- Michael Meskes <meskes@debian.org> Tue, 29 Apr 2003 10:08:34 +0200
watchdog (5.2.3-3) unstable; urgency=low
* Do not run make distclean if no makefile is present. closes: #190620
-- Michael Meskes <meskes@debian.org> Sat, 26 Apr 2003 20:31:36 +0200
watchdog (5.2.3-2) unstable; urgency=low
* Add missing 0 so dir mode is correctly recognized. closes: #179357
* Also fix existing directory.
* Removed "volatile" keyword so watchdog does compile on woody again.
closes: #179083
-- Michael Meskes <meskes@debian.org> Wed, 5 Feb 2003 13:55:48 +0100
watchdog (5.2.3-1) unstable; urgency=low
* Somehow I had an .o file in the orig.tar.gz. No idea how that happened.
New version does not. closes: #178881
-- Michael Meskes <meskes@debian.org> Thu, 30 Jan 2003 13:50:51 +0100
watchdog (5.2.2-1) unstable; urgency=low
* Somehow "watchdog.c " came back. Argh.
* Rename to 5.2.2 since the bug was in the orig tarball and this is an
unreleased beta of 6.0 anyway.
* Made option writemagic disappear and set by default. closes: #178689
-- Michael Meskes <meskes@debian.org> Tue, 28 Jan 2003 07:44:00 +0100
watchdog (5.2.1-1) unstable; urgency=low
* Clean out tarball closes: #176825
* Rename to 5.2.1 since the bug was in the orig tarball and this is an
unreleased beta of 6.0 anyway.
-- Michael Meskes <meskes@debian.org> Fri, 24 Jan 2003 10:22:33 +0100
watchdog (5.2-3) unstable; urgency=low
* Only write to open file streams closes: #175986
-- Michael Meskes <meskes@debian.org> Sat, 11 Jan 2003 19:43:56 +0100
watchdog (5.2-2) unstable; urgency=low
* Really adopted package this time
closes: #79556, #104775, #79287, #174462, #122414, #136177, #174496
closes: #120744, #120745, #174644, #148653
* Added dependency on devfsd or makedev. closes: #150109
-- Michael Meskes <meskes@debian.org> Thu, 9 Jan 2003 12:03:53 +0100
watchdog (5.2-1) unstable; urgency=low
* Adopted completely. closes: #79556, #104775, #79287
* Added lots of fixes from the 6.0 version in development
Closes: #174462, #122414, #136177, #174496, #120744, #120745
* Removed second watchdog.c file. Closes: #174644
* Made sure prerm file is there. Closes: #148653
-- Michael Meskes <meskes@debian.org> Wed, 8 Jan 2003 13:20:02 +0100
watchdog (5.2-0.2) unstable; urgency=low
* NMU
* Fix gcc 3.0 build failure. Closes: #104775
-- LaMont Jones <lamont@debian.org> Sun, 3 Feb 2002 21:06:36 -0700
watchdog (5.2-0.1) unstable; urgency=low
* Adopted for the time being.
* New upstream version (not yet available from the FTP sites),
closes #81681, #86500, #43166, #38071, #44018
* Fixed reboot-on-upgrade problem, closes: #79556, #79287
-- Michael Meskes <meskes@debian.org> Sun, 25 Mar 2001 11:08:53 +0200
watchdog (5.1-2) stable unstable; urgency=low
* Uploaded to stable, adds --noscripts to debhelper invocation, closes:
#53298, #61939 (grave).
-- Johnie Ingram <johnie@debian.org> Mon, 11 Dec 2000 11:59:13 -0800
watchdog (5.1-1) frozen unstable; urgency=low
* Added --noscripts to debhelper invocation, closes: #53298, #61939
(grave).
* Put #DEBHELPER# tag in so usr/doc kludge works.
* Previous NMU fixed /sbin/MAKEDEV problem, closes: #55683.
* Postinst remembers configuration on upgrade, closes: #36298.
-- Johnie Ingram <johnie@debian.org> Fri, 8 Dec 2000 14:26:56 -0800
watchdog (5.1-0.3) frozen unstable; urgency=low
* Non-maintainer upload
* Lets upload the rc-bug fix to frozen as well. geez.
-- Wichert Akkerman <wakkerma@debian.org> Tue, 22 Feb 2000 14:45:12 +0100
watchdog (5.1-0.2) unstable; urgency=low
* Non-maintainer upload
* Use /sbin/MAKEDEV, Closes: Bug#55683
-- Wichert Akkerman <wakkerma@debian.org> Sun, 20 Feb 2000 18:39:55 +0100
watchdog (5.1-0.1) unstable; urgency=low
* NMU to make sure new upstrem version makes it into potato.
Sometimes 5.0 reboots because of a bug in watchdog.
-- Michael Meskes <meskes@debian.org> Tue, 11 Jan 2000 11:29:13 +0100
watchdog (5.0-1) unstable; urgency=low
* New upstrem version, fixing unexpected shutdowns, closes: #46082.
-- Johnie Ingram <johnie@debian.org> Fri, 17 Dec 1999 19:01:15 -0600
watchdog (4.5-2) unstable; urgency=low
* Updated to Standards-Version: 3.0.1.0.
* Increased general level of debhelperness.
* Bugs that should have been closed months ago:
* Realtime mode now defaults to yes upstream, closes: #36521.
* Return value of repair function is int upstream, closes: #34895.
* #include <stdio.h> is now used, closes: #34908.
-- Johnie Ingram <johnie@debian.org> Sat, 18 Sep 1999 00:45:15 -0500
watchdog (4.5-1) unstable; urgency=low
* New upstream version.
* Corrected location of watchdog in test -f, closes: #36884.
-- Johnie Ingram <johnie@debian.org> Thu, 29 Apr 1999 14:24:18 -0400
watchdog (4.4-2) unstable; urgency=low
* Included patch from Bart Warmerdam for glibc 2.1, closes: #35536.
-- Johnie Ingram <johnie@debian.org> Sun, 4 Apr 1999 16:33:04 -0400
watchdog (4.4-1) unstable; urgency=low
* New upstream version, closes: #34507.
* Buildable on systems without watchdog already installed, closes:
#33366.
* No longer creates /man directory, closes: #33387.
-- Johnie Ingram <johnie@debian.org> Tue, 23 Mar 1999 14:43:03 -0500
watchdog (4.3-2) frozen unstable; urgency=low
* Uploaded for frozen, closes: #33201 (important), also closes: #28281,
#32398, #28153.
* Architectue-specific dependencies removed in clean, closes: #32783.
-- Johnie Ingram <johnie@debian.org> Thu, 11 Feb 1999 11:38:58 -0500
watchdog (4.3-1) unstable; urgency=low
* New upstream version.
* Zombie feature is now documented, closes: #28281, #32398.
-- Johnie Ingram <johnie@debian.org> Thu, 4 Feb 1999 14:36:11 -0500
watchdog (4.2-1) unstable; urgency=low
* New upstream version, closes: #28153 (watchdog.conf not being read).
-- Johnie Ingram <johnie@debian.org> Sun, 31 Jan 1999 15:20:41 -0500
watchdog (4.0-6) unstable; urgency=low
* Tweaked logging info.
-- Johnie Ingram <johnie@debian.org> Wed, 30 Dec 1998 16:06:06 -0500
watchdog (4.0-5) frozen unstable; urgency=low
* Uploaded to frozen the fix from 4.0-4 (post-install script now uses
"misc" to create the devices /dev/temperature and /dev/watchdog if
missing (#30950)) on suggestion of Wichert Akkerman.
-- Johnie Ingram <johnie@debian.org> Mon, 21 Dec 1998 19:14:10 -0500
watchdog (4.0-4) unstable; urgency=low
* Post-install script now uses "misc" to create the devices
/dev/temperature and /dev/watchdog if missing (#30950).
-- Johnie Ingram <johnie@debian.org> Mon, 21 Dec 1998 13:02:14 -0500
watchdog (4.0-3) unstable; urgency=low
* Added an include <stdio.h> fix from Ben Collins to fix sparc
compilation.
-- Johnie Ingram <johnie@debian.org> Sat, 19 Dec 1998 21:09:41 -0500
watchdog (4.0-2) unstable; urgency=low
* Corrected coment in /etc/init.d/watchdog (#30896).
* Patched to compile on 2.1.131.
* Bugs fixed in release 4.0-1: #19763.
-- Johnie Ingram <johnie@debian.org> Sat, 19 Dec 1998 19:32:47 -0500
watchdog (4.0-1) unstable; urgency=low
* New upstream version.
* Merged changes from non-maintainer release by Roman Hodek (#23444,
fixing #19763).
* Switched from debmake to debhelper packaging technology.
* Updated to Standards-Version 2.4.1.4.
-- Johnie Ingram <johnie@debian.org> Tue, 13 Oct 1998 15:00:52 -0400
watchdog (3.3-1.1) frozen unstable; urgency=medium
* Non-maintainer release
* Fix typo in /etc/init.d/watchdog ($run_watchdog instead of
$run_cucipop) Fixes: #19763
* Make it compile with current libc6-dev (2.0.7pre*) again. For this an
additional #undef _LINUX_TYPES_H is needed in mount/nfsmount.c.
Fixes: #23444
-- Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> Tue, 23 Jun 1998 11:37:54 +0200
watchdog (3.3-1) unstable; urgency=low
* New upstream version (#17984).
-- Johnie Ingram <johnie@debian.org> Mon, 9 Feb 1998 09:51:06 -0500
watchdog (3.2-1) unstable; urgency=low
* New upstream version.
* Added restart and force-reload targets to init.d.
* Included the example scripts for custom system monitoring.
* Mofified update-rc.d parameters so watchdog is the last to stop.
* Greater compliance with the standard for console messages.
* Updated to Standards-Version 2.4.0.0.
-- Johnie Ingram <johnie@debian.org> Sat, 7 Feb 1998 10:42:53 -0500
watchdog (3.1-1) unstable; urgency=low
* New upstream version.
-- Johnie Ingram <johnie@debian.org> Tue, 28 Oct 1997 17:36:20 -0500
watchdog (3.0-5) unstable; urgency=low
* Protected configuration prompting with a conditional so it isn't used
when dpkg is trying to abort (#12574).
-- Johnie Ingram <johnie@debian.org> Tue, 9 Sep 1997 23:07:46 -0400
watchdog (3.0-4) unstable; urgency=low
* Patched to build on sparc architecture, in the hopes that SparcLinux
will one day support it.
-- Johnie Ingram <johnie@debian.org> Sat, 30 Aug 1997 23:56:43 -0400
watchdog (3.0-3) unstable; urgency=low
* Fixed /tmp/watchdog.$$ security hole in installation script (#11795).
* Updated to Standards-Version 2.2.0.0.
* Switched to pristine upstream tar archive.
-- Johnie Ingram <johnie@debian.org> Sat, 9 Aug 1997 13:44:14 -0400
watchdog (3.0-2) unstable; urgency=low
* Added code to create /dev/temperature during configuration.
* Now uses the MAKEDEV program to generate the devices.
* Corrected three sentence spacing errors in full package description.
-- Johnie Ingram <johnie@debian.org> Sun, 13 Jul 1997 01:34:52 -0400
watchdog (3.0-1) unstable; urgency=low
* New upstream version.
* Compiled against libc6.
-- Johnie Ingram <johnie@debian.org> Fri, 11 Jul 1997 13:38:56 -0400
watchdog (2.1-2) unstable; urgency=low
* Init script and postinst tweaked to comply with the Standard for
Console Messages.
* Added file checksums (debmake 3.2.2).
-- Johnie Ingram <johnie@debian.org> Sat, 8 Mar 1997 09:52:27 -0500
watchdog (2.1-1) unstable; urgency=low
* New maintainer.
* New upstream version: can now do an orderly restart if the system load
starts climbing out of reach.
* Updated to Standards-Version 2.1.2.2 with debmake 3.1.6.
* Changed sequence code so watchdog starts early in the boot process.
* Removed automatic kill of watchdog process so kernels compiled with
CONFIG_WATCHDOG_NOWAYOUT won't reboot.
-- Johnie Ingram <johnie@debian.org> Sun, 16 Feb 1997 19:21:29 -0500
watchdog (2.0-0)
* New upstream version
* Fixed debian.rules file to be architecture independent
-- Michael Meskes <meskes@debian.org> Thu May 30 13:03:27 MET DST 1996
watchdog (1.2-0)
* New upstream version
* Fixed some minor bugs in Debian files
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Thu May 23 14:21:27 MET DST 1996
watchdog (1.1-3)
* Fixed debian.rules to include revision field
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Thu Mar 7 14:46:38 MET 1996
watchdog (1.1-2)
* Corrected prerm script
* Added run_watchdog variable to /etc/init.d/watchdog
* Postinst script now can start watchdog
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Wed Mar 6 13:47:14 MET 1996
watchdog (1.1-1)
* Added /etc/init.d/watchdog to debian.conffiles
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Wed Mar 6 12:03:29 MET 1996
watchdog (1.1-0)
* Updated to new upstream version
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Tue Mar 5 09:10:28 MET 1996
watchdog (1.0-1)
* Added postrm file
-- Michael Meskes <meskes@informatik.rwth-aachen.de> Sat Mar 2 11:23:20 MET 1996
|