diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-07-05 19:24:04 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-07-05 19:24:04 +0200 |
commit | a2ce0a90a40fd22dccbaf396ec141d82e65e9876 (patch) | |
tree | f53c9d851fb5648613968c75de00845401e005ae /news/2009-07-30.mdwn | |
parent | 1f21ee7330107b519fdbffc84169e9f12e3cb163 (diff) |
Pushed the news from 2009-07 into their own news entry. Need a way to hold them off, so I can keep fiddling.
Diffstat (limited to 'news/2009-07-30.mdwn')
-rw-r--r-- | news/2009-07-30.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/news/2009-07-30.mdwn b/news/2009-07-30.mdwn new file mode 100644 index 00000000..29d9e472 --- /dev/null +++ b/news/2009-07-30.mdwn @@ -0,0 +1,26 @@ +[[!meta copyright="Copyright © 2009 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]]."]]"""]] + +A month of the Hurd: *unionfs* and *bug fixes*. +[[!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=""" +> [[Sergiu_Ivanov|user/scolobb]] implemented much of the +> core functionality of [[union_mounts|hurd/translator/unionmount]] which will allow combining +> the filesystem trees from translators with the filesystem trees the underlying node. + +> Also Zhen Da fixed a bug in Mach's +> [BPF](http://en.wikipedia.org/wiki/Berkeley_Packet_Filter) +> implementation and added fixes and +> improvements for rpctrace which should help further debugging. + +"""]] |