post-4.3.0

This commit is contained in:
John Kerl 2016-07-03 13:51:00 -04:00
parent a45d7b82e9
commit f7a53cdce3
5 changed files with 4 additions and 16 deletions

View file

@ -1,5 +1,5 @@
#ifndef MLRVERS_H
#define MLRVERS_H
// Manually increment on updates to https://github.com/johnkerl/miller/releases
#define MLR_VERSION "v4.3.0"
#define MLR_VERSION "v4.3.0-dev"
#endif // MLRVERS_H

View file

@ -12,18 +12,6 @@ TOP OF LIST:
! go through lmag article & clarify all unclears
* 4.3.0:
- interpolated-percentile option
- bugfixed percentiles @ merge-fields; also interp there
- --omd
- MLR_CSV_DEFAULT_RS
- printn
- --quote-original; xref to possible sticky/derived feature (or not).
- output-quoting bugfix
- strptime message
- uniq-assert on boundvars w/in each for
- new/modified cookbook entries
* for 4.4.0:
! output to multiple files by key
- particular verb; needs -a

View file

@ -1,6 +1,6 @@
AC_PREREQ([2.60])
# Manually increment on updates to https://github.com/johnkerl/miller/releases
AC_INIT([mlr],[4.3.0])
AC_INIT([mlr],[4.3.0-dev])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])

View file

@ -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 v4.3.0.
a special case.) This manpage documents Miller v4.3.0-dev.
.SH "EXAMPLES"
.sp

View file

@ -571,7 +571,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 v4.3.0.
http://github.com/johnkerl/miller. This is Miller version v4.3.0-dev.
</pre>
</div>
<p/>