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
|
startpar 0.67
===============
* Supress warnings and keep going on FreeBSD when /proc filesystem is not available.
* Fix compiler error with GCC 15 which prevents use of internal "boolean" type.
Patch provided by Mark Hindley.
startpar 0.66
===============
* Fix typos and syntax in manual page.
startpar 0.65
===============
* Make sure startpar testsuite can find insserv
executable in /usr/sbin or /sbin.
Added PREFIX variable to Makefile and testsuite to
make location of startpar and insserv more flexible.
startpar 0.64
===============
* Added sys/sysmacros.h header on non-FreeBSD systems to
make it possible to use makedev().
* Fixed typos in manual page. Patches provided by Dmitry Bogatov.
* Make sure we do not try to use unallocated memory when detecting consoles.
* Fixed handing of overriding location of init.d on the command line.
* Fixed testsuite script to give better results to tests. Numbered
tests so mixed "success" and "failure" messages would be more clear.
* Updated testsuite to work with insserv 1.20.0.
* Fixed regression which could cause jobs to run in serial (interactive
mode) instead of parallel when devpts check failed.
Should greatly increase performance on affected systems.
* Added -n flag which will prefix output from running jobs with the
name of the executable being run.
* Added optimization flag to startpar (-O2). Can
be overridden by passing "OPT" variable to Makefile.
* Made sure output lines from parallel jobs end with a newline character.
startpar 0.63
===============
* Used constants for some strings instead of checking sizeof().
* Made makefile parsing more fault talerant so the parsing function
returns an error instead of immediately calling exit().
* Updated manual page with new Makefile-style flag and location
information.
* Switched manual page location for startpar from
section 8 (admin tools) to 1 (general system tools)
since it can be used by anyone.
* Move startpar install location from /sbin to /bin since it can
be used by regular users for some tasks.
startpar 0.62
===============
* Fixed typos in startpar.c error messages.
Moves Debian patch 99 upstream.
* Applied Debian patches 81_timeout and 83_hardening upstream.
* Minor code clean-up in makeboot.c to remove duplicate
instructions.
* Added changelog to the tarball.
startpar 0.61
===============
* Applied signal patch from Petter Heinholdtsen which should avoid
masking SIGINT to services.
Addresses Debian bug #679630
* Applied patch from Francis Russell which should greatly speed up
make-style dependency checking in startpar (Fracis's test
suggest patch causes just 0.25% number of loop/dependency checks
compared to original.)
This should close Debian bugs which report startpar is bailing
out when checking dependencies.
Addresses Debian bugs #609959 and #696359.
* Documented -f flag.
Should address Debian bug #763703.
* Documented -e flag.
* Made minor source adjustments so that startpar will compile and
run on FreeBSD.
startpar 0.60
================
* Updated manual page with new copyright.
* Updated Makefile to work with GCC or Clang.
* Updated Makefile to no longer use SVN, we use git now.
* Fixed package building and signing in Makefile.
* Added short description of startpar to README file.
* Cleaned up unused temp/defines in Makefile.
|