diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-13 10:21:43 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-13 10:21:43 +0200 |
commit | 1f1f8ebf13dcaa5899a37ef5d87785bb45c0f3ac (patch) | |
tree | 50c51f6bf2fe7fb45dbba1a87f32790492376c14 | |
parent | 7621d5ef5b43eff237fc6bad0fe03c89be5ea2eb (diff) | |
parent | d5e663436e75d869c517cf7880d61be07544daa0 (diff) |
Merge remote branch 'flubber/master'
-rw-r--r-- | news/2010-08-31.mdwn | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/news/2010-08-31.mdwn b/news/2010-08-31.mdwn new file mode 100644 index 00000000..343875cf --- /dev/null +++ b/news/2010-08-31.mdwn @@ -0,0 +1,85 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +<!-- Date when the news item is (to be) pulished (important for RSS feeds). +Will be set by tschwinge when publishing. +[[!meta date="YYYY-MM-DD HH:MM UTC"]] +--> + +A month of the Hurd: *presentations*, *procfs*, *Arch* and *need*. +[[!if test="included()" then="""[[!toggle id=full_news +text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]""" +else="[[!paste id=full_news]]"]] + +[[!cut id="full_news" text=""" + +> This month you can get a lot of insight into the Hurd very easily by watching +> the presentations from Neal Walfield and Michael Bank on Hurd +> at the GHM (GNU Hackers' Meeting) in denhaag: [“It’s About Freedom”](http://www.gnu.org/ghm/2010/denhaag/) +> ([video](http://audio-video.gnu.org/video/ghm2010/GNU-Hurd_-_Its_About_Freedom,_Or_Why_you_should_care.ogv)) +> and Debian GNU/Hurd at the DebConf10: +> [“Past. Present. And Future?”](http://penta.debconf.org/dc10_schedule/events/595.en.html) +> ([slides](http://penta.debconf.org/dc10_schedule/attachments/159_debian-hurd.pdf), +> [video](http://meetings-archive.debian.net/pub/debian-meetings/2010/debconf10/high/1117_Debian_GNUHurd.ogv)), +> including a very nice nod towards the main forces who are presently +> pushing the Hurd forward *(→ further +> [[media_appearances]] of the Hurd).* + +> Also Jeremie Koenig (among other things) +> [rewrote procfs](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00165.html) +> for the [[debian installer Summer of Code project|user/jkoenig]]: +> *“I have successfully tested it with most of the Linux procps utilities, +> as well as busybox and htop. It seems to be stable, not too slow, and +> it stays under 1.5M in resident size.”* +> To get and test it: + +> > git clone http://git.savannah.gnu.org/cgit/hurd/hurd.git +> > cd hurd +> > git remote add jk git://github.com/jeremie-koenig/hurd.git +> > git fetch jk +> > git checkout jk/procfs *# Add "-b procfs" to create a local branch.* +> > make procfs +> > settrans -ag /proc procfs/procfs --compatible +> > *# you now have your new procfs* + +<!--note: this shows off the ease with which you can test deeper changes in the Hurd, so I think it warrants the space it gets.--> + +> Thomas Schwinge +> [added more information](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00066.html) +> into the wiki, notably open issues, to facilitate coordination, and started converting +> [hurdextras cvs repositories ](http://www.nongnu.org/hurdextras/) into the +> [hurd git repos](http://git.savannah.gnu.org/cgit/hurd) and the +> [incubator repository](http://git.savannah.gnu.org/cgit/hurd/incubator.git/). +> All of these should make it easier for new contributors to join in, and +> thanks to distributed version control, you can start hacking at once. + +> And the Arch Hurd team +> [released a new LiveCD](http://www.archhurd.org/news/17) +> ([changes](http://www.barrucadu.co.uk/arch-hurd-livecd-i686-core-2010-08-25iso)) +> which is a lot more stable that the previous one +> (including packages for a more stable X, now at Xorg 1.9), added a +> [Planet Arch Hurd](http://planet.archhurd.org/) +> which aggregates the Arch Hurd Blogs and packaged everything you need for a +> [HAMP](http://www.archhurd.org/news/18/) system: +> Hurd, Apache, MySQL and PHP. Sidenote: you can now +> [flattr](http://flattr.com/thing/44395/Arch-Hurd) +> Arch Hurd, if you want to support the project. +> Also for +> [Arch Hurd](http://archhurd.org), +> Diego Nieto Cid brought the console-driver-xkb +> [up to date](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00012.html). + +> Finally we had a short review of what the current Hurd contributors +> [still need](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00029.html) +> ([summary](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00087.html)) +> to use the Hurd for most of their day-to-day tasks. + +"""]] + |