2023-08-19 05:12:40 +02:00
|
|
|
polonius (0.4.11) stable; urgency=medium
|
|
|
|
|
|
|
|
* Moving to Debian 12
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Fri, 18 Aug 2023 23:07:08 -0400
|
|
|
|
|
2023-08-18 18:22:35 +02:00
|
|
|
polonius (0.4.10) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Patched a small bug in the 'end' keyword
|
|
|
|
which allowed for 'replace' instructions
|
|
|
|
with start positions lower than zero
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Fri, 18 Aug 2023 12:21:03 -0400
|
|
|
|
|
2023-08-18 03:30:55 +02:00
|
|
|
polonius (0.4.9) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Multi-character 'replace'
|
|
|
|
instructions using the 'end'
|
|
|
|
keyword are now possible
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Thu, 17 Aug 2023 21:30:11 -0400
|
|
|
|
|
2023-08-18 00:57:27 +02:00
|
|
|
polonius (0.4.8) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Added 'end' keyword. This
|
|
|
|
keyword can be used in instructions
|
|
|
|
in place of absolute positions
|
|
|
|
and always refers to the end of
|
|
|
|
the file. e.g.: 'INSERT end hello'
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Thu, 17 Aug 2023 18:56:21 -0400
|
|
|
|
|
2023-08-16 05:20:48 +02:00
|
|
|
polonius (0.4.7) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Polonius-reader can now parse
|
|
|
|
escaped character sequences in
|
|
|
|
search queries. This is done by
|
|
|
|
setting the '-c' flag.
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Tue, 15 Aug 2023 23:19:51 -0400
|
|
|
|
|
2023-08-15 07:21:59 +02:00
|
|
|
polonius (0.4.6) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* The -c option can now process any
|
|
|
|
arbitrary byte in the format \x00 to
|
|
|
|
\xFF
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Tue, 15 Aug 2023 01:19:26 -0400
|
|
|
|
|
2023-08-14 23:17:46 +02:00
|
|
|
polonius (0.4.5) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Updated the way in which the makefile
|
|
|
|
retrieves the current version number
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Mon, 14 Aug 2023 17:17:04 -0400
|
|
|
|
|
2023-08-11 18:49:17 +02:00
|
|
|
polonius (0.4.4) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Dummy update for testing
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Fri, 11 Aug 2023 12:48:41 -0400
|
|
|
|
|
2023-04-23 03:17:15 +02:00
|
|
|
polonius (0.4.3) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Patched a bug which caused end positions
|
|
|
|
reported by --output-pos to be off by 1
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Sat, 22 Apr 2023 21:16:15 -0400
|
|
|
|
|
2023-04-23 00:30:55 +02:00
|
|
|
polonius (0.4.2) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Changed delimiter in polonius-reader from commas to
|
|
|
|
spaces in order to match the delimiters in polonius-editor
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Sat, 22 Apr 2023 18:30:02 -0400
|
|
|
|
|
2023-04-10 22:44:37 +02:00
|
|
|
polonius (0.4.1) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Updated manual pages based on GH wiki
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Mon, 10 Apr 2023 16:43:59 -0400
|
|
|
|
|
2023-04-10 02:18:52 +02:00
|
|
|
polonius (0.4) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Added a search function to polonius-reader
|
|
|
|
which can be used via the --search or -f option.
|
|
|
|
Added a -p / --output-pos option to polonius-reader
|
|
|
|
which outputs read positions in the format start,end.
|
|
|
|
Added blocksize support to polonius-reader.
|
|
|
|
Updated manual pages
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Sun, 09 Apr 2023 20:16:11 -0400
|
|
|
|
|
2023-04-05 04:58:23 +02:00
|
|
|
polonius (0.3) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Patched a bug which prevented polonius-editor
|
|
|
|
from obtaining file descriptors on files larger
|
|
|
|
than 2GB when running on 32-bit systems
|
|
|
|
Previously, this bug caused a segfault on
|
|
|
|
trying to open large files on 32-bit systems
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Tue, 04 Apr 2023 22:57:03 -0400
|
|
|
|
|
2023-04-03 04:19:22 +02:00
|
|
|
polonius (0.2) bullseye; urgency=medium
|
|
|
|
|
|
|
|
* Adding i386 and arm64 builds
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Sun, 02 Apr 2023 22:18:32 -0400
|
|
|
|
|
2023-03-27 08:11:50 +02:00
|
|
|
polonius (0.1) bullseye; urgency=low
|
|
|
|
|
|
|
|
* Initial release
|
|
|
|
polonius-reader and polonius-editor
|
|
|
|
are functional, however the editor
|
|
|
|
does not yet support Multi-Byte
|
|
|
|
Character Sets (ASCII only),
|
|
|
|
and there is not yet any
|
|
|
|
interactive CLI or GUI
|
|
|
|
Those will come in time
|
|
|
|
|
|
|
|
-- rail5 <andrew@rail5.org> Tue, 27 Mar 2023 01:42:07 -0400
|