mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Miller 5.0.0 release
This commit is contained in:
parent
aff2f12174
commit
a3a24583ba
7 changed files with 11 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef MLRVERS_H
|
||||
#define MLRVERS_H
|
||||
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
#define MLR_VERSION "v5.0.0-alpha"
|
||||
#define MLR_VERSION "v5.0.0"
|
||||
#endif // MLRVERS_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
# Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
AC_INIT([mlr],[5.0.0-alpha])
|
||||
AC_INIT([mlr],[5.0.0])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents Miller v5.0.0-alpha.
|
||||
manpage documents Miller v5.0.0.
|
||||
|
||||
EXAMPLES
|
||||
COMMAND-LINE SYNTAX
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents Miller v5.0.0-alpha.
|
||||
manpage documents Miller v5.0.0.
|
||||
|
||||
EXAMPLES
|
||||
COMMAND-LINE SYNTAX
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
|
|||
array, then Miller's natural data structure is the insertion-ordered hash map.
|
||||
This encompasses a variety of data formats, including but not limited to the
|
||||
familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as
|
||||
a special case.) This manpage documents Miller v5.0.0-alpha.
|
||||
a special case.) This manpage documents Miller v5.0.0.
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
|
||||
|
|
|
|||
|
|
@ -1497,7 +1497,7 @@ Output of one verb may be chained as input to another using "then", e.g.
|
|||
mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color
|
||||
|
||||
For more information please see http://johnkerl.org/miller/doc and/or
|
||||
http://github.com/johnkerl/miller. This is Miller version v5.0.0-alpha.
|
||||
http://github.com/johnkerl/miller. This is Miller version v5.0.0.
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
|
|||
6
mlr.spec
6
mlr.spec
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Name-indexed data processing tool
|
||||
Name: mlr
|
||||
Version: 4.5.0
|
||||
Version: 5.0.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD2
|
||||
Group: Applications/Text
|
||||
|
|
@ -41,6 +41,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2017 John Kerl <kerl.john.r@gmail.com>
|
||||
- 5.0.0 release
|
||||
* Sun Aug 21 2016 John Kerl <kerl.john.r@gmail.com>
|
||||
- 4.5.0 release
|
||||
* Mon Apr 04 2016 John Kerl <kerl.john.r@gmail.com>
|
||||
- 3.5.0 release
|
||||
* Sun Feb 14 2016 John Kerl <kerl.john.r@gmail.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue