summaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-211-2/+2
| | | | | | | 'RELENG_2_2_5_RELEASE'. This commit was manufactured to restore the state of the 2.2.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Bump release strings to match 2.2.5-RELEASE which will be going outJordan K. Hubbard1997-10-201-3/+3
| | | | | | | | | | later today. RELDATE is a mystery to me - looks like an encoded version number now so I'll leave it alone. Rod: You will probably wish to review this file with bitwise scrutiny. :) Notes: svn path=/stable/2.2/; revision=30604
* Bump RELDATE to 225000. I left RELEASE (="STABLE") alone, someoneSatoshi Asami1997-10-021-2/+2
| | | | | | | please change this too if it is still necessary. Notes: svn path=/stable/2.2/; revision=30053
* Now we're at 2.2-STABLE again. Also bump RELDATE by 1 (now at 222001) toSatoshi Asami1997-05-191-4/+4
| | | | | | | denote post-release version. Notes: svn path=/stable/2.2/; revision=25921
* Make this say "2.2.2-RELEASE". This is what should have gone intoSatoshi Asami1997-05-191-3/+3
| | | | | | | 2.2.2R. Notes: svn path=/stable/2.2/; revision=25919
* Bump reldate for 2.2.2Jordan K. Hubbard1997-05-161-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=25851
* Bump RELDATE by 1 (to 221002). We now have top in RELENG_2_2.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=25325
* Bump reldate to 221001 now that we are now a little past 2.2.1R andSatoshi Asami1997-04-151-2/+2
| | | | | | | | | | | have texinfo-3.9. (We probably should have changed it to 221000 for 2.2.1 release, but hindsight is always 20/20. ;) Whenever a major component is brought in from -current, please add 1 to this number. Notes: svn path=/stable/2.2/; revision=24941
* We are no longer at 2.2.1-RELEASE here.Joerg Wunsch1997-03-271-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=24332
* I don't think that this is a new record for a point releaseJordan K. Hubbard1997-03-221-2/+2
| | | | | | | interval for us (I think that's 3 days :) but it comes close. Sigh. Notes: svn path=/stable/2.2/; revision=24107
* Bump to RELEASE.Jordan K. Hubbard1997-03-151-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=23919
* Merge from -current (well, sort of). Make RELDATE=220000 so that weSatoshi Asami1997-02-191-2/+2
| | | | | | | | | | can add new releases (2.1.8, 2.1.9, whatever) without crossing lines again. Silently approved by: current, core Notes: svn path=/stable/2.2/; revision=22918
* Set branch to GAMMAJordan K. Hubbard1997-01-311-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=22159
* YAMFCPoul-Henning Kamp1996-11-291-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=20032
* D'oh! I did change this one, but never committed it. Too many sourceJordan K. Hubbard1996-11-151-3/+3
| | | | | | | trees. Notes: svn path=/stable/2.2/; revision=19770
* Darn! This slipped under my nose.Poul-Henning Kamp1996-11-141-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=19743
* Mega-merge from -currentPoul-Henning Kamp1996-11-121-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=19666
* Set RELDATE=199612Poul-Henning Kamp1996-11-031-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=19358
* Yikes! This must have fallen in with a mass-commit by mistake.Jordan K. Hubbard1996-10-111-2/+2
| | | | | | | | Put RELEASE back. Pointed-out-by: peter Notes: svn path=/head/; revision=18868
* Multiple changes stacked as one commit since they all depend on one another.Jordan K. Hubbard1996-10-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh Notes: svn path=/head/; revision=18702
* Create FreeBSD copyright (c comment) for OS versionWolfram Schneider1996-08-041-2/+31
| | | | Notes: svn path=/head/; revision=17432
* Bump RELDATE in -current to be greater than RELDATE in -stable (and hencePeter Wemm1996-07-121-2/+2
| | | | | | | | | | | 2.1.5-RELEASE). This will obviously be set "for real" closer to the time. (some ports use this to differentiate the two branches /dev/kmem kernel architectures. This exact same procedure happened in November last year for the 2.1 RELEASE as well.) Notes: svn path=/head/; revision=17127
* Bump RELDATE to one more than the RELENG_2_1_0 branch, so one couldJoerg Wunsch1995-11-101-2/+2
| | | | | | | distinguish this from the version containing the NFSv3 code. Notes: svn path=/head/; revision=12196
* Reset only one necessary LC_ variableAndrey A. Chernov1995-10-231-3/+2
| | | | Notes: svn path=/head/; revision=11730
* Reset LANG and LC_TIME env. variables to produce english `date`Andrey A. Chernov1995-08-291-1/+3
| | | | Notes: svn path=/head/; revision=10419
* Bump the OSRELDATE to 199508. Too many things have changed sinceJoerg Wunsch1995-08-261-2/+2
| | | | | | | | | 2.0.5, most notably the NFSv3 kernel support. Reviewed by: the mailing lists Notes: svn path=/head/; revision=10297
* Add new ``SNAPDATE=""'' for use in snapshot building.Rodney W. Grimes1995-07-291-1/+5
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=9770
* This is a major rework of newvers.sh to put it back much closer toRodney W. Grimes1995-07-131-22/+18
| | | | | | | | | | | | | | | | | | | | | | | | what CSRG had, plus make things like, TYPE, REVISION, and BRANCH easy to set, and derive RELEASE and VERSION from them. Kill the JUST_TELL_ME hack, it is no longer needed. Kill DISTNAME, I could find no reveference to it any place in the source tree. Now I just need to rework a few bits in release/Makefile, but want to wait and talk to jkh about that. Oh, and your now all running: TYPE="FreeBSD" REVISION="2.2" BRANCH="CURRENT" and the -BUILD-yymmdd is dead and gone. The date was already in the version[] string, no need for it to be there in 2 formats! Notes: svn path=/head/; revision=9515
* It looks like I broke significant amounts of the commercial software runningPoul-Henning Kamp1995-05-021-4/+4
| | | | | | | on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back. Notes: svn path=/head/; revision=8229
* First part of the "what version of CURRENT" fix.Poul-Henning Kamp1995-04-221-2/+7
| | | | | | | | | | | | | | We now have RELEASE=CURRENT in the CVS-tree. If this hasn't been edited, we will use "BUILT-yyyymmdd" where the time is that of the compile, and leave it at that, we can't do any better. If there is no serious objections, I will modify the "cvs co" script on freefall to fiddle this file after checkout so that it becomes CURRENT-yyyymmdd, where the time is that of the checkout. Notes: svn path=/head/; revision=8003
* Bump to 2.0-950418-SNAPGary Palmer1995-04-171-2/+2
| | | | Notes: svn path=/head/; revision=7905
* Make DISTNAME and RELEASE the same for now. It makes more sense.Jordan K. Hubbard1995-04-151-3/+3
| | | | Notes: svn path=/head/; revision=7839
* Go to a coherent release number for uname(1).Jordan K. Hubbard1995-04-151-2/+2
| | | | Notes: svn path=/head/; revision=7838
* DISTNAME="2.0-950412-SNAP"Jordan K. Hubbard1995-04-121-2/+2
| | | | Notes: svn path=/head/; revision=7788
* Bump this to 950408-SNAP.Jordan K. Hubbard1995-04-091-3/+3
| | | | Notes: svn path=/head/; revision=7704
* The "DISTNAME" is now configured here too.Poul-Henning Kamp1995-03-241-2/+3
| | | | Notes: svn path=/head/; revision=7310
* Make newvers.sh usable from other places...Poul-Henning Kamp1995-03-191-12/+19
| | | | Notes: svn path=/head/; revision=7153
* And the tree is 2.1.0-Development, have fun guys... Who breaks it first ?Poul-Henning Kamp1994-11-081-4/+4
| | | | Notes: svn path=/head/; revision=4315
* Bumped the version to 2.0.1-Development.Poul-Henning Kamp1994-10-181-4/+4
| | | | Notes: svn path=/head/; revision=3678
* Get rid of parentheses in version stuff. Use 2.0.0-Development instead.Sean Eric Fagan1994-09-281-3/+3
| | | | Notes: svn path=/head/; revision=3172
* Make it easier for programs to figure out what revision of FreeBSD theyGarrett Wollman1994-08-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | are running under. Here's how to bootstrap (order is important): 1) Re-compile gcc (just the driver is all you need). 2) Re-compile libc. 3) Re-compile your kernel. Reboot. 4) cd /usr/src/include; make install You can now detect the compilation environment with the following code: #if !defined(__FreeBSD__) #define __FreeBSD_version 199401 #elif __FreeBSD__ == 1 #define __FreeBSD_version 199405 #else #include <osreldate.h> #endif You can determine the run-time environment by calling the new C library function getosreldate(), or by examining the MIB variable kern.osreldate. For the time being, the release date is defined as 199409, which we have already established as our target. Notes: svn path=/head/; revision=2004
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-3/+3
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+48
Notes: svn path=/head/; revision=1541