diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-01-09 23:34:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-01-09 23:34:42 +0100 |
commit | f3df65ce34153357d28bee621bdf49b61e68b182 (patch) | |
tree | 25ac416b157b010ca2f942dac5c5ba0b38a924ac /news | |
parent | 09184ae09c44c052a207aa5c6dc8ce9cf61a343f (diff) | |
parent | 3bbe62327128ce85829a4cb2fb429bd8f21b4d75 (diff) |
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'news')
-rw-r--r-- | news/2010-08-31.mdwn | 5 | ||||
-rw-r--r-- | news/2010-09.mdwn | 2 | ||||
-rw-r--r-- | news/2010-10.mdwn | 65 | ||||
-rw-r--r-- | news/2010-11.mdwn | 29 | ||||
-rw-r--r-- | news/2010-12.mdwn | 45 |
5 files changed, 142 insertions, 4 deletions
diff --git a/news/2010-08-31.mdwn b/news/2010-08-31.mdwn index b791b323..f3910b15 100644 --- a/news/2010-08-31.mdwn +++ b/news/2010-08-31.mdwn @@ -72,9 +72,8 @@ else="[[!paste id=full_news]]"]] > and added a [Planet Arch Hurd](http://planet.archhurd.org/) which > aggregates the different Arch Hurd Blogs. > -> * The team packaged everything you need for a -> [HAMP](http://www.archhurd.org/news/18/) system: Hurd, Apache, MySQL and -> PHP. +> * The team [packaged everything](http://www.archhurd.org/news/18/) you need +> for the [[faq/GHAMP]] solution stack. > > * Their Diego Nieto Cid sent a patch series to [*bring console-driver-xkb > up to diff --git a/news/2010-09.mdwn b/news/2010-09.mdwn index 1a6ec6fc..e6afd397 100644 --- a/news/2010-09.mdwn +++ b/news/2010-09.mdwn @@ -103,7 +103,7 @@ that](http://lists.gnu.org/archive/html/bug-hurd/2010-09/msg00021.html). Manuel Menal [fixed a bug](http://lists.gnu.org/archive/html/bug-hurd/2010-09/msg00061.html) that occurred when sending file descriptors with `SCM_RIGHTS` over `PF_LOCAL` -sockets. He also determined this bug to be the reason that the SSH daemon's +sockets. He also identified this bug as the reason why the SSH daemon's privilege separation was not working on GNU/Hurd -- now [this is fixed](http://lists.gnu.org/archive/html/commit-hurd/2010-09/msg00036.html) and you can use the default of `UsePrivilegeSeparation yes`. diff --git a/news/2010-10.mdwn b/news/2010-10.mdwn new file mode 100644 index 00000000..6f909005 --- /dev/null +++ b/news/2010-10.mdwn @@ -0,0 +1,65 @@ +[[!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]]."]]"""]] + +[[!meta date="2010-12-20 11:10 UTC"]] + +A month of the Hurd: *bug fixing* / *flubber re-installation*. +[[!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=""" + +A bit of bug fixing has bee going on: + +Samuel Thibault taught [[GNU Mach|microkernel/mach/gnumach]] that Intel Pentium +4 and Opteron-class CPUs [are not just +i386](http://lists.gnu.org/archive/html/commit-hurd/2010-10/msg00021.html), but +in fact a bit more advanced. Not only does this help GNU Mach to select +optimized code paths, but this information is also propagated to the user +space, and used for the `uname` command, for example. + +Pino Toscano continued [fixing bugs in the socket-related glibc code and Hurd's +pfinet](http://lists.gnu.org/archive/html/bug-hurd/2010-10/msg00017.html). + +After finding out that our `pread` implementation does not conform to the POSIX +standard in one aspect, Manuel Menal analyzed this, and [posted a +patch](http://lists.gnu.org/archive/html/bug-hurd/2010-10/msg00056.html). + +Alexey Kuznetsov [privided IPv6 raw socket +fixes](http://lists.gnu.org/archive/html/commit-hurd/2010-10/msg00028.html) for +[[hurd/translator/pfinet]]. + +Michael Banck [uploaded a new version of +crosshurd](http://lists.gnu.org/archive/html/commit-hurd/2010-10/msg00006.html) +to keep up with recent packaging and dependency changes. + +Samuel Thibault uploaded [[hurd/translator/gopherfs]] packages [to the Debian +repository](http://lists.debian.org/debian-hurd/2010/10/msg00018.html). He +also [enabled IPv6 support for Debian Installer +installations](http://lists.gnu.org/archive/html/commit-hurd/2010-10/msg00034.html). + +Thomas Schwinge: + +> It's been a really long-long time (hooray!), but now +> [[flubber|public_hurd_boxen]]'s root file system is totally hosed, and thus +> needs to be +> [re-installed](http://lists.gnu.org/archive/html/bug-hurd/2010-10/msg00003.html). +> (I've been running `apt-get dist-upgrade` when the box apparently crashed.) +> Running `e2fsck` on it spew out over 50.000 lines of illegal and +> multiply-claimed block lists, before I terminated it, so no chance. I'll do +> this over the weekend. `/home/` etc. are not affected, thanks to being on a +> separate partition. + +As of two days later, the machine was +[re-installed](http://lists.gnu.org/archive/html/bug-hurd/2010-10/msg00011.html). + +"""]] diff --git a/news/2010-11.mdwn b/news/2010-11.mdwn new file mode 100644 index 00000000..ea21d91f --- /dev/null +++ b/news/2010-11.mdwn @@ -0,0 +1,29 @@ +[[!meta copyright="Copyright © 2011 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]]."]]"""]] + +[[!meta date="2011-01-09 20:50 UTC"]] + +A month of the Hurd: *a short one*. +[[!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=""" + +That's a short one. Apart from the regular business of having internal design +/ development / etc. discussions, and helping people to get their Hurd systems +running, we had Diego Nieto Cid post patches +([1](http://lists.gnu.org/archive/html/bug-hurd/2010-11/msg00019.html), +[2](http://lists.gnu.org/archive/html/bug-hurd/2010-11/msg00023.html)) to +corrent two programming errors, which Samuel Thibault quickly reviewed and +applied to the [[source repositories]]. + +"""]] diff --git a/news/2010-12.mdwn b/news/2010-12.mdwn new file mode 100644 index 00000000..60d0226f --- /dev/null +++ b/news/2010-12.mdwn @@ -0,0 +1,45 @@ +[[!meta copyright="Copyright © 2011 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]]."]]"""]] + +[[!meta date="2011-01-09 21:25 UTC"]] + +A month of the Hurd: *CD images*. +[[!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=""" + +Samuel Thibault [*updated the Debian GNU/Hurd installer +ISO*](http://lists.debian.org/debian-hurd/2010/12/msg00001.html), and also +again did his regular batch of bug fixing. + +*Arch Hurd is back in action!*, too: they uploaded a [first version of a +graphical live CD](http://www.archhurd.org/news/19/). + +Neal Walfield +[reported](http://lists.gnu.org/archive/html/l4-hurd/2010-12/msg00001.html) on +the state of his [[microkernel/Viengoos]] kernel / research project, which +unfortunately is currently on hold, due to other commitments. + +Olaf Buddenhagen raised an interesting use case: you can use a [[*subhurd* for +debugging the *main* Hurd system|hurd/subhurd#debugging_main_hurd_system]]. +That is [[hurd/virtualization]] at its best! + +Right before the end of the year, Diego Martin Nieto Cid sent a [patch series +to fix some issues with `make +dist`](http://lists.gnu.org/archive/html/bug-hurd/2010-12/msg00024.html). + +--- + +Happy New Year 2011, everyone! + +"""]] |