Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Version 2019.02.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Feb 10, 2019
1 parent 8ac7033 commit c1723c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

Version 5 - unreleased
Version 2019.02.10

- New utilities: cmp, tput, tabs, stty, uname, uniq
- Building with C++11 as minimum compiler and target.
- Refresh almost all utilities, building them as C++
- New all-in-one-makefile autotools build system.
- Vastly improved testing framework.
- Import man pages from Open Group (permitted per agreement).

- New utilities: cmp, diff, expand, expr, ipcs, link, sleep,
sort, tput, tabs, tsort, stty, uname, uniq, unlink

- Bug fixes.

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.69])
AC_INIT([posixutils],[5git],[http://sourceforge.net/projects/nix-utils ..])
AC_INIT([posixutils],[2019.02.10],[http://sourceforge.net/projects/nix-utils ..])
AC_CONFIG_SRCDIR([true/true.c])
AC_CONFIG_HEADERS([posixutils-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit c1723c1

Please sign in to comment.