Yesterday Ken Smith created the RLENG_8, which is required before being able to release any 8.x version at all. This is the first step that will finally lead up to BETA3, after which RC1 is planned. Beta3 also marks the end of the “liberal” ‘ok we still allow some new features if they had previously been discussed’. No more new features will be inserted when BETA3 becomes live. I will try to make a nice list of what’s new for 8.0 the moment BETA3 is tagged. The release is one step closer again!
[lang_en]Ed Schouten started working on a FreeBSD - clang project. He did this by importing clang into a project repository and making sure that a 'make buildkernel' succeeds. (If I followed correctly). I believe this is one of the steps that he will be taking to get the LLVM compiler suitable for FreeBSD, and perhaps eventually replacing the GNU licensed gcc compiler. That (like his TTY work) would be one hell of a job! Please poke ed@FreeBSD.org if you are interested in helping![/lang_en]
[lang_nl]Ed Schouten is begonnen met het werken aan het FreeBSD - clang project. Hij is hiermee begonnen door clang in een project repository te importeren, en ervoor zorg te dragen dat een `make buildkernel' slaagt (Als ik het goed gevolgd had). Ik denk dat dit een belangrijke stap is om te zorgen dat de LLVM compiler geschikt wordt voor FreeBSD, welke wellicht ooit de GNU gcc compiler kan vervangen. Net als zijn TTY werk zou dit een onwijs gaaf iets zijn. Neem contact op met ed@FreeBSD.org als je geinteresseerd bent om te helpen![/lang_nl]
We are closely following the schedule for FreeBSD 7.2, and so far we are on the correct schedule. Some caveats had been resolved lately, especially it seems with if_bce. Please give RC2 a spin and report any regression etc to us so that we can try to fix this.
[lang_en]So i wrote some articles recently for 7.1 and the release-cycle around it to try and provide as much possible information without telling you all things that we as a project cannot make true etc. I see that my "how to upgrade to 7.1" article is being read a lot, in fact it is one of the most popular items in my entire article-range. Which made me wonder about a few things, which I hope that you (my readers) can answer:
*) Is FreeBSD 7.1 long awaited and popular?
*) Aren't there enough documents that provide this straight to the point information? (Do this and this and you have 7.1 running)
*) Should I proceed with these kind of articles for the future release-cycle's?
*) How is 7.1 being received? Do you like it? Do you hate it?
Reasons I want to know this, is whether I should bring in my attention to this area now which I might be doing a 'difference' again, and whether it really helps the community or not. And last but not least ofcourse, we tried to work hard to bring you the best release possible, but I personally cannot entirely judge how the community received our work. I think we did great, but I cannot speak for you
If you read this, and are willing to help, please respond to this article
Thanks,
Remko
[/lang_en]
[lang_nl]Dus recentelijk heb ik een aantal artikelen geschreven voor 7.1 en de release-cycle eromheen om te trachten om zoveel mogelijk informatie aan jullie aan te leveren zonder dat ik dingen beloof die we als project niet waar kunnen maken. Ik kan zien dat mijn "hoe te upgraden naar 7.1" artikel veel gelezen wordt, sterker nog, dat het inmiddels het meest populaire artikel is van alle artikelen. Dit doet me toch wel denken over een aantal dingen, waarvan ik hoop dat jullie (mijn lezers) hier een antwoord op hebben:
*) Is FreeBSD 7.1 lang verwacht en populair?
*) Is er niet voldoende documentatie die recht toe recht aan is? (Voer dit en dit uit en 7.1 draait)
*) Moet ik doorgaan met dit soort informatie voor toekomstige release-cycle's?
*) Hoe wordt 7.1 ontvangen? Is het OK? Hebben jullie er een hekel aan?
Redenen waarom ik het wil weten is om te zien of ik mijn energie in deze regio moet stoppen om weer een 'verschil' te kunnen maken, en of dat de community echt zou helpen of niet. En als laatste (maar niet de minst belangrijke natuurlijke) hebben wij als team geprobeerd om een zo goed mogelijke release te kunnen doen, maar ik kan persoonlijk niet vertellen hoe jullie die ontvangen hebben, ik denk zelf dat we het super hebben gedaan, maar ik kan niet voor jullie spreken
Als je dit leest en wilt helpen, geef dan aub een antwoord op dit artikel
Bedankt!
Remko
[/lang_nl]
After writing my little blog on how to upgrade to 7.1 I got several people telling me that the freebsd-update servers were slow, irresponsive etc. From the information that Colin send to FreeBSD-stable it seems that a lot of people were really waiting for 7.1 to come out, and that they all wanted to upgrade. Colin had made improvements to the system so that it can better deal with the load.
The good thing from this is that a lot of people ARE interested in the latest version, as well as that they use the easy to use application ``freebsd-update''. If you run a -RELEASE version, you should use this to easily and quickly upgrade to a later revision.
Keep those bits rolling!
So the announcement had been send, the FreeBSD version 7.1 had been released
Please report any bugs and things that you can find on www.freebsd.org/send-pr.html so that we can try our best to iron out the open items.
I need to MFC a few things here and there which is now possible again, so prepare for a lot of fun
So, recently I told you all that the 7.1-RELEASE is near, and you might have expected it already. You guys are too jumpy though
. It will be there in the first week(s) of january. It will kick 2009's ass to start with and your waiting will be pleased (hopefully). Just wait a tiny bit longer and you'll see
With 7.1 around the corner it might be handy to tell what you need to do in order to upgrade.
First of all you need to understand that I am in no way responsible for the actions you are doing on your system. I can give an advise, but if there is one typo somewhere it could trash your system. That is the case now, and it will forever be as long as there are computers
That said: Do you know what kind of user you are?
Did you install via the CD and never heared about CVSup? SVN? and things like that?
Then FreeBSD-update (/usr/sbin/freebsd-update) is the thing for you!
It's the most simple way to upgrade from a previous -RELEASE (or Security branch) to the current one. Do note that -STABLE or -RC's are not taken into account and cannot be used to upgrade to 7.1-RELEASE.
In order for you to upgrade please use : /usr/sbin/freebsd-update -r 7.1-RELEASE upgrade && /usr/sbin/freebsd-update -r 7.1-RELEASE install
After this the system will tell you:
Kernel updates have been installed. Please reboot and run
"/usr/sbin/freebsd-update install" again to finish installing updates.
(Thanks richard for the information):
Voila, you will be running 7.1 now!
For people using CVSup: replace the RELENG_7_0 part with RELENG_7_1 (it's ok if there are other things behind it, as long as you change the zero to a one (0 -> 1)).
Rebuild your kernel as you probably did many times before (cd /usr/src && make buildworld && make buildkernel && make installkernel [reboot in single user mode] mergemaster -p && make installworld && make delete-old && mergemaster [reboot] make delete-old-libs (be careful that ports and things do not depend on older versions. I have been bitten by an account that used the bash shell, with libreadline, which was deleted by make delete-old-libs.. no more bash shell for me!)
If you are doing CVS checkouts you should probably do something with -r RELENG_7_1 or RELENG_7_1_RELEASE to get things going, I would advise the first one since patches will be installed there as well, the _RELEASE branch is static. Then do the tricks like above as well.
If you are a subversion user you should checkout the 7.1 release (all subversion users know how to do this) and perform a bit of magic.
[lang_en]Just before Christmas I started realizing that the Dutch Documentation Project was finishing up the translation of the (hugeee) handbook. That realisation made me translate tiny pieces of the PPP and SLIP chapter while away in Belgium (where possible without doing harm to the "away week"
). After that I continued the final bits of the translation and made some improvements for the english version as well.
I finished up the translation just before new year, Wouter Reckman, a new volunteer that helps, was translating filesystems, which got imported yesterday. With those last two achievements, we managed to entirely translate the handbook to the Dutch language! Rene did some quick fixes for the documentation and now we are 100% up to date with it!
Thanks to all involved in the last nearly 5 years to make this happen. It had been a long ride but some of the backbones in the project kept up and now we are here!
Rene started translating some articles, and I am slowly progressing through the FAQ (another huge beast); We hope that volunteers keep popping up, and where possible stay for a longer time to help us translate the rest of the documentation base that comes in handy! This is a terrific way to start 2009![/lang_en]
[lang_nl]Net voor kerst begon ik me te realiseren dat het Nederlandse Documentatie project, bijna klaar was met het (onwijs grote!) handboek. Door dit te realiseren ben ik verder gegaan met hele kleine stukjes van het PPP en SLIP hoofdstuk, terwijl we op vakantie waren in belgie (zonder natuurlijk de sfeer aan te tasten). Erna ben ik doorgegaan met de restanten van de vertaling en heb ik zelfs wat engelse verbeteringen opgevoerd.
Net voor nieuw jaar heb ik de vertaling afgerond, terwijl Wouter Reckman, een nieuwe vrijwilliger die ons helpt, bezig was met het vertalen van 'filesystems', welke gisteren geimporteerd is. Met deze laatste twee resultaten is het gehele Nederlandse handboek vertaald! Rene heeft nog wat snelle fixes voor de documentatie doorgevoerd, waardoor we nu 100% up to date zijn!
Iedereen die de afgelopen tijd geholpen heeft (in de afgelopen 5 jaar) bedankt! Het is een lange rit geweest, maar de ruggengraat van het team heeft het gehouden waardoor we nu op deze plek kunnen staan.
Rene is ondertussen begonnen met het vertalen van wat artikelen en ik ben langzaam aan het verder gaan met de FAQ (nog een groot beest); we hopen dat er steeds vrijwilligers zullen blijven komen of zelfs voor langere tijd zodat we de rest van de documentatie kunnen vertalen welke nuttig kunnen zijn! Dit is een schitterend begin van 2009![/lang_nl]
[lang_en]
After some waiting, the FreeBSD team will release the 7.1 version shortly. There were a few showstoppers here and there, a security advisory that popped up and needed attention, but we all overcame that and are ready to do the release. Ofcourse that isn't being released as we speak, but it's -very- soon now. 7.1 will kick 2009's ass to begin with. Then followed by a stunning 8.0-release later that year. It promises to be a very good year for us at the FreeBSD development teams, but also for the users ofcourse!.
Please hold your breath and say "ooeeeee ahhhhh" when the release is there!
Enjoy!
[/lang_en]
[lang_nl]
Na lang wachten zal het FreeBSD team binnenkort 7.1 vrij geven. Er waren een aantal showstoppers hier en daar, een security advisory die ertussen kwam en aandacht nodig had, maar deze zijn allemaal overkomen en we zijn klaar voor de release. Uiteraard gebeurd dat niet op stel en sprong, maar dat zal -heel- snel nu gebeuren. 7.1 zal 2009's ass kicken om te beginnen. Daarna zal een geweldige 8.0-release volgen later in het jaar. Dit belooft een schitterend jaar te worden voor ons in het FreeBSD development team, maar uiteraard ook voor de gebruikers!
En nu... de adem inhouden en "Oeeee ahhh" zeggen wanneer de release eenmaal daar is!
Veel plezier!
[/lang_nl]




English
Dutch