1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
vnlog (1.31-1) unstable; urgency=medium
* New upstream release
- vnl-filter: correct behavior with field names containing small
integers
-- Dima Kogan <dkogan@debian.org> Wed, 09 Dec 2020 12:19:53 -0800
vnlog (1.30-1) unstable; urgency=medium
* New upstream release
- vnl-align: empty lines are treated like comments, and are preserved
- vnl-filter bug fix: --perl puts () around each "match" expression
-- Dima Kogan <dkogan@debian.org> Mon, 03 Aug 2020 02:15:55 -0700
vnlog (1.28-1) unstable; urgency=medium
* New upstream release
- vnl-filter produces - for any expression that evaluates to an empty
string
- vnlog_set_output_FILE() can take ctx==NULL for the global context
- cmdline tools have --vnl-tool to specify the underlying tool
-- Dima Kogan <dkogan@debian.org> Wed, 03 Jun 2020 20:16:44 -0700
vnlog (1.26-1) unstable; urgency=medium
* New upstream release
- vnl-filter --stream --eval is allowed again: it's once again
possible to produce unbuffered output with awk
-- Dima Kogan <dkogan@debian.org> Mon, 03 Feb 2020 22:18:21 -0800
vnlog (1.25-1) unstable; urgency=medium
* New upstream release
- vnl-filter: rel()/diff()/prev() work next to newlines
* Added Suggests:datamash
-- Dima Kogan <dkogan@debian.org> Wed, 29 Jan 2020 15:56:52 -0800
vnlog (1.24-2) unstable; urgency=medium
* Merged with Ondřej Nový's 1.21-2 release
-- Dima Kogan <dkogan@debian.org> Sat, 21 Dec 2019 13:42:36 -0800
vnlog (1.24-1) unstable; urgency=medium
* New upstream release
- vnl-join handles empty vnlog files properly
- vnl-filter diff() returns - for the first record
- added vnl-uniq
-- Dima Kogan <dkogan@debian.org> Sat, 21 Dec 2019 12:35:04 -0800
vnlog (1.21-2) unstable; urgency=medium
* Team upload.
* Drop Python 2 support (Closes: #938796).
* d/copyright: Use https protocol in Format field.
* Use debhelper-compat instead of debian/compat.
* Enable autopkgtest-pkg-python testsuite.
-- Ondřej Nový <onovy@debian.org> Mon, 28 Oct 2019 13:08:35 +0100
vnlog (1.21-1) unstable; urgency=medium
* vnlog Suggests: feedgnuplot, ministat
* New upstream release
- --has can take regular expressions
- Columns with = in the name are now supported
- Exported the base64 interface. It's now usable standalone
-- Dima Kogan <dkogan@debian.org> Sun, 25 Aug 2019 16:16:24 -0700
vnlog (1.19-1) unstable; urgency=medium
* New upstream release:
- vnl-filter -p 'prev(x)' now outputs '-' for the first line
- Looser handling of whitespace in vnl-filter, vnl-join, parsers, etc
-- Dima Kogan <dkogan@debian.org> Mon, 08 Jul 2019 23:29:55 -0700
vnlog (1.17-1) unstable; urgency=medium
* New upstream release:
- vnl-join --autoprefix handles numerical filenames better
- vnl-filter supports grep-style -A/-B/-C options
-- Dima Kogan <dkogan@debian.org> Fri, 29 Mar 2019 18:31:35 -0700
vnlog (1.16-1) unstable; urgency=medium
* New upstream release:
- 'vnl-join --vnl-sort' runs a STABLE pre-sort
-- Dima Kogan <dkogan@debian.org> Mon, 21 Jan 2019 17:31:44 -0800
vnlog (1.15-1) unstable; urgency=medium
* New upstream release:
- Vnlog::Parser perl library handles whitespace properly
- "vnl-filter --stream" is now a synonym for
"vnl-filter --unbuffered"
- added new tool: vnl-ts
-- Dima Kogan <dkogan@debian.org> Sun, 06 Jan 2019 21:29:58 -0800
vnlog (1.13-1) unstable; urgency=medium
* New upstream release:
- vnl-join doesn't get confused by trailing whitespace
- vnl-filter new special-operations: sum(), prev()
-- Dima Kogan <dkogan@debian.org> Sun, 02 Dec 2018 13:52:06 -0800
vnlog (1.12-1) unstable; urgency=medium
* New upstream release: fixed parallel testing
- Bug fix: "FTBFS: test failures", thanks to
Niko Tyni (Closes: #901540).
-- Dima Kogan <dkogan@debian.org> Sun, 17 Jun 2018 21:01:40 -0700
vnlog (1.11-1) unstable; urgency=medium
* New upstream release:
- N-way vnl-join: fixed deadlock with large files
-- Dima Kogan <dkogan@debian.org> Fri, 15 Jun 2018 19:35:22 -0700
vnlog (1.10-1) unstable; urgency=medium
* New upstream release; vnl-join updates:
- N-way vnl-join now invoke the sub-joins in parallel
- Updated tab completion with new vnl-join arguments
- 'make clean' leaves the README.org alone
-- Dima Kogan <dkogan@debian.org> Fri, 15 Jun 2018 15:03:22 -0700
vnlog (1.9-1) unstable; urgency=medium
* New upstream release; vnl-join updates:
- N-way joins are supported rather than just 2-way
- -a- available as a shorthand for -a1 -a2 -a3 -a4 ...
- -v- available as a shorthand for -v1 -v2 -v3 -v4 ...
- --vnl-autoprefix/--vnl-autosuffix available to infer
the prefix/suffix from the filenames
-- Dima Kogan <dkogan@debian.org> Tue, 12 Jun 2018 23:22:10 -0700
vnlog (1.7-1) unstable; urgency=medium
* New upstream release:
- vnl-filter: added exclusion columns: vnl-filter -p !xxx
- vnl-filter handles duplicate columns robustly
- 'vnl-filter -p x*' no longer matches all the columns
- README.org now contains all the manpages
-- Dima Kogan <dkogan@debian.org> Thu, 26 Apr 2018 20:34:21 -0700
vnlog (1.6-1) unstable; urgency=medium
* New upstream release. C library works on armhf, armel
-- Dima Kogan <dkogan@debian.org> Sun, 01 Apr 2018 22:14:38 -0700
vnlog (1.5-1) unstable; urgency=medium
* Initial release (Closes: #891595)
-- Dima Kogan <dkogan@debian.org> Sat, 31 Mar 2018 15:06:12 -0700
|