Skip to content

Commit

Permalink
GNU Hurd 0.8
Browse files Browse the repository at this point in the history
* configure.ac (AC_INIT): Set version to 0.8.
* NEWS: Finalize for 0.8.
  • Loading branch information
tschwinge committed May 18, 2016
1 parent 34071b3 commit b33507a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.8 (2016-04-XX)
Version 0.8 (2016-05-18)

The netfs library is using the lockless reference-counting primitives
for both peropen and node objects now, and the global reference
Expand All @@ -11,7 +11,8 @@ translator.
Several bugs in our native fakeroot tool have been fixed improving
stability and correctness of the translation.

The devnode translator and the 'hurd-slab' library have been merged.
The devnode translator and the hurd-slab library have been merged into this
repository.

The code has been cleaned up, and we fixed numerous bugs, most notably
a crash in pfinet, a locking bug in libdiskfs, and an out-of-bounds
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.54) dnl Minimum Autoconf version required.
AC_INIT([GNU Hurd], [0.7], [[email protected]])
AC_INIT([GNU Hurd], [0.8], [[email protected]])
AC_CONFIG_SRCDIR([hurd/hurd_types.h]) dnl File to look for in srcdir.

AC_PREFIX_DEFAULT() dnl Default to empty prefix, not /usr/local.
Expand Down

0 comments on commit b33507a

Please sign in to comment.