From 5d7c104023dcf9f6f68c394aa7ec31636d62b2a9 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 19 Jun 2017 22:37:37 -0400 Subject: [PATCH] 5.2.1 --- c/mlrvers.h | 2 +- configure.ac | 2 +- doc/manpage.html | 4 ++-- doc/manpage.txt | 4 ++-- doc/mlr.1 | 6 +++--- doc/reference.html | 2 +- mlr.spec | 4 +++- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index fbc45d5762..25f07e0319 100644 --- a/c/mlrvers.h +++ b/c/mlrvers.h @@ -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.2.0-dev" +#define MLR_VERSION "v5.2.1" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 9ff2e92390..33f2a3bad0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) # Manually increment on updates to https://github.com/johnkerl/miller/releases -AC_INIT([mlr],[5.2.0-dev]) +AC_INIT([mlr],[5.2.1]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools]) diff --git a/doc/manpage.html b/doc/manpage.html index e520e7ba91..21904fd73a 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -211,7 +211,7 @@ 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.2.0-dev. + manpage documents Miller v5.2.1. EXAMPLES COMMAND-LINE SYNTAX @@ -2228,7 +2228,7 @@ - 2017-06-19 MILLER(1) + 2017-06-20 MILLER(1)

diff --git a/doc/manpage.txt b/doc/manpage.txt index d11bc4f93f..d679de1dd5 100644 --- a/doc/manpage.txt +++ b/doc/manpage.txt @@ -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.2.0-dev. + manpage documents Miller v5.2.1. EXAMPLES COMMAND-LINE SYNTAX @@ -2035,4 +2035,4 @@ SEE ALSO - 2017-06-19 MILLER(1) + 2017-06-20 MILLER(1) diff --git a/doc/mlr.1 b/doc/mlr.1 index 431814eb36..ebacbe3de4 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2017-06-19 +.\" Date: 2017-06-20 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2017-06-19" "\ \&" "\ \&" +.TH "MILLER" "1" "2017-06-20" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -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.2.0-dev. +a special case.) This manpage documents Miller v5.2.1. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index 6477543c92..aeafb88b0f 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1565,7 +1565,7 @@ 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.2.0-dev. +http://github.com/johnkerl/miller. This is Miller version v5.2.1.

diff --git a/mlr.spec b/mlr.spec index 839c279710..ff1ebfc0a9 100644 --- a/mlr.spec +++ b/mlr.spec @@ -1,6 +1,6 @@ Summary: Name-indexed data processing tool Name: mlr -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} License: BSD2 Group: Applications/Text @@ -41,6 +41,8 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %changelog +* Mon Jun 19 2017 John Kerl +- 5.2.1 release * Sun Jun 11 2017 John Kerl - 5.2.0 release * Thu Apr 13 2017 John Kerl