summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 3.0.6 finalv3_0_6Evan Hunt2007-06-281-7/+7
|
* Updating for 3.0.6rc2v3_0_6rc2Evan Hunt2007-06-111-6/+6
|
* Re-release 3.0.6b1 as 3.0.6rc1: no changes other than version number.v3_0_6rc1Evan Hunt2007-05-311-5/+5
|
* Release prep for 3.0.6b1, copyright updatesEvan Hunt2007-05-011-8/+8
|
* Readme/relnotes/version to 3.0.5 final.v3_0_5David Hankins2006-10-261-5/+5
|
* Version to 3.0.5rc3.v3_0_5rc3David Hankins2006-10-031-6/+6
|
* date++v3_0_5rc2David Hankins2006-08-241-1/+1
|
* - DHCPINFORM handling for clients that properly set ciaddr and come to theDavid Hankins2006-08-221-6/+6
| | | | server via a relay agent has been repaired. [ISC-Bugs #16355]
* s/faetures/features/David Hankins2006-08-141-1/+1
|
* Version to 3.0.5rc1.v3_0_5rc1David Hankins2006-08-081-7/+7
|
* Date++.v3_0_5b1David Hankins2006-07-201-1/+1
|
* Version to 3.0.5b1.David Hankins2006-07-181-9/+12
|
* Pulling down changes from rt15988 from HEAD.David Hankins2006-07-111-171/+51
|
* Release status, version numbers on the extract directory, etc misc forgottenV3-0-4David Hankins2006-04-271-5/+6
| | | | bits.
* Documentation, copyright, and version updates for 3.0.4 final.David Hankins2006-04-271-2/+2
| | | | | | | - 'atsfp' now the first thing people see in the RELNOTES. - 'infamous42md's security patches now identified as such. - remote-port dhcpd.conf directive now documented. - the printf()'d copyrights are now 2004-2006.
* Version to 3.0.4rc1.V3-0-4RC1David Hankins2006-03-091-4/+4
|
* - More version++ to 3.0.4b3 stuff.V3-0-4-BETA-3David Hankins2006-02-221-4/+4
| | | | | - Copyrights to 2004-2006 (not 2005) in modules changed since 3.0.4b2, also the LICENSE.
* Updated dates for 3.0.4b2 release.V3-0-4-BETA-2David Hankins2005-11-031-1/+1
|
* Start moving version to b2.David Hankins2005-10-271-7/+6
|
* Version to 3.0.4, readme relnotes updates to 3.0.4.V3-0-4-BETA-1David Hankins2005-10-141-8/+8
|
* Document solaris dlpi workaround.David Hankins2005-08-031-8/+14
|
* Document Linux VLAN needs in README section on Linux.David Hankins2005-08-021-0/+12
|
* -Version to 3.0.3 final, release date to as of today.David Hankins2005-07-221-4/+4
|
* Version++, date.David Hankins2005-06-161-4/+4
|
* - Release date to today.V3-0-3-BETA-3David Hankins2005-05-241-1/+1
|
* - Version to 3.0.3b3.David Hankins2005-05-181-3/+3
| | | | | - rt14679 - Static BOOTP clients receive wholly random addresses (from an uninitialized stack variable).
* - Pulling rt14064 up to V3-RELEASE.David Hankins2005-04-291-4/+4
| | | | - 3.0.3b1->3.0.3b2. Setting sights on Monday release.
* - README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1David Hankins2005-03-031-7/+7
| | | | | - Copyright updates in files changed between 3.0.2 and 3.0.3. LICENSE was updated on an earlier commit (for custom release to PBSG I think).
* - Release date to today for making of tarball and commencing of signaturing,David Hankins2005-02-151-1/+1
| | | | web changes are imminent...
* SUPPORT section reworded further after input from Laura H.David Hankins2005-01-071-5/+7
|
* - Version to 3.0.2. Waiting on Laura to vet the README changes in theDavid Hankins2004-12-281-15/+31
| | | | SUPPORT section.
* - Merge rt13116 (option overloading rework)David Hankins2004-12-031-1/+1
|
* - Version to 3.0.2rc3.David Hankins2004-11-121-4/+4
|
* - Release date to Nov 5 for 3.0.2rc2.V3-0-2RC2David Hankins2004-11-051-1/+1
|
* - README, RELNOTES, version to 3.0.2rc2.David Hankins2004-11-041-7/+7
|
* - Version number to 3.0.2rc1. Release dates as well.David Hankins2004-10-121-2/+2
|
* - Release date to Oct 5.V3-0-2-BETA-1David Hankins2004-10-051-3/+5
| | | | | - Reword the 'status of this release' to more strongly reflect the maintenance release status.
* - Reword the 'status of this release' bits a little.David Hankins2004-09-291-6/+18
| | | | - AIX support bits added.
* - Readme and relnotes to look more like 3.0.2b1.David Hankins2004-09-211-7/+8
| | | | - Add warning that mis-host bug changes are not the circulated work-around.
* - Date of release to Jul 14.David Hankins2004-07-141-1/+1
|
* - Version to 3.0.1 final.David Hankins2004-07-141-1/+0
|
* - The global variable 'cur_time' was centralized and is now uniformly of aDavid Hankins2004-07-101-8/+8
| | | | | | | | | | | | | type #defined in system-dependent headers. It had previously been defined in one of many places as a 32-bit value, and this causes mayhem on 64-bit big endian systems. It probably wasn't too healthy on little endian systems either. - AIX system-dependent header file was altered to only define NO_SNPRINTF if the condition used to #ifdef in vsnprintf in AIX' header files is false. - The Alpha/OSF system-dependent header file was altered to define NO_SNPRINTF on OS revisions older than 4.0G. - omapip/test.c had string.h added to its includes.
* - Version and readme/relnotes to 3.0.1rc14.David Hankins2004-06-161-8/+7
|
* - MASSIVE copyright update.David Hankins2004-06-101-11/+12
| | | | | - version to 'V3.0.1'. - Readme and relnotes updated.
* - Fixed a bug in omapi where the lease lookup function was building aV3-0-1RC13David Hankins2004-02-041-12/+13
| | | | | | | hardware hash index from the 6-byte mac, rather than from the 7-byte type+mac used throughout the source. Thanks to a patch from Richard Hirst. - readme/relnotes updated and prepared for rc13 release.
* - Readme and RELNOTES needed date++.David Hankins2004-01-281-1/+1
|
* - README, RELNOTES, and version.h updated to reflect this release's status.David Hankins2004-01-091-7/+3
|
* - Reference as RC10 (tenth) fixed to RC12 (twelfth).V3-0-1RC12David Hankins2003-07-261-1/+1
|
* - Recognize options supplied by user configuration.David Hankins2003-02-101-1/+1
| | | | ----------------------------------------------------------------------
* - Relnotes kept up to date with changes so far. Version numbers etc doneDavid Hankins2002-11-171-2/+2
| | | | in advance.