0.290   2021-08-01  Released-By: PERLANCAR; Urgency: medium

	- Update to newer Perinci::Examples (renamed functions).


0.28    2020-05-08  Released-By: PERLANCAR; Urgency: medium

	- [bugfix] Remove debug print.


0.27    2017-08-03  Released-By: PERLANCAR

        - No functional changes.

	- Update prereq (Log::ger::LevelFromEnv renamed to
	  Log::ger::Level::FromEnv).


0.26    2017-07-28  Released-By: PERLANCAR

	- [Bugfix] Avoid perl deference error when req is not yet
	  defined/set.


0.25    2017-07-03  Released-By: PERLANCAR

	- No functional changes.

	- Switch from Log::Any to Log::ger.


0.24    2016-03-16  Released-By: PERLANCAR

	- No functional changes.

	- Replace JSON with JSON::MaybeXS.


0.23    2015-09-12  Released-By: PERLANCAR

	- Adjust to Perinci::AccessUtil 0.06 [RT#107050, thanks Slaven
	  Rezic].


0.22    2015-09-03  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.


0.21    2015-03-05  Released-By: PERLANCAR

	- Adjust to Riap 1.2.3 (drop support for the "J" header).


0.20    2014-12-11  Released-By: PERLANCAR

	- No functional changes.

	- Use new name of renamed module {SHARYANTO-,}Proc-Daemon-Prefork.


0.19    2014-11-07  Released-By: PERLANCAR

	- Use clone_and_clean() for cleaning results instead of
	  clean_in_place() for safety, function might return references to
	  persistent object/data etc (e.g. for debugging) that we don't
	  want to clean.


0.18     2014-10-23  Released-By: PERLANCAR

         - Add Riap 1.2 support (decoding of base64-encoded args and
           autoencoding of binary result).


0.17     2014-07-22  Released-By: SHARYANTO

         - No functional changes.

         - Switch CLI scripts from using Perinci::CmdLine to
           Perinci::CmdLine::Any to reduce size of dependencies.


0.16    2014-04-30  Released-By: SHARYANTO

	- No functional changes.

        - Adjust to Perinci::Access::Perl 0.66 (option extra_wrapper_convert
          renamed to set_function_properties).


0.15    2013-11-12  Released-By: SHARYANTO

	- No functional changes. Rebuild to fix t/00-compile.t generated by
	  older DZP::Test::Compile (2.019 < x < 2.033).


0.14    2013-10-15  Released-By: SHARYANTO

        - Use Data::Clean::FromJSON because JSON produces JSON::{PP,XS}::Boolean
          objects that currently trip Data::Sah-generated validator code.


0.13    2013-09-08  Released-By: SHARYANTO

        - Replace Perinci::Access::InProcess with ::Perl and ::Schemeless.


0.12    2012-08-16  Released-By: SHARYANTO

        - No functional changes. A second attempt to fix test (another case of
          calling the correct Perl interpreter).


0.11    2012-08-15  Released-By: SHARYANTO

        - No functional changes. Add some workaround to avoid failing tests.


0.10    2012-08-10  Released-By: SHARYANTO

        - No functional changes. Update dependencies.


0.09    2012-08-03  Released-By: SHARYANTO

        - No functional changes. Add main module Perinci::Access::Simple::Server
          to avoid confusion.


0.08    2012-08-03  Released-By: SHARYANTO

        - No functional changes. Replace Perinci::Sub::property::result_postfilter
          with Data::Clean::JSON.


0.07    2012-08-01  Released-By: SHARYANTO

        - No functional changes. Add missing dependency for bin/peri-sockserve
          (Perinci::Gen::ForModule).


0.06    2012-08-01  Released-By: SHARYANTO

        [BUG FIXES]

        - pipe server: need to make stdout hot ($|++).

        - pipe server: forgot to send J<num> in response.


0.05    2012-08-01  Released-By: SHARYANTO

        - Rename dist from Perinci-Access-TCP-Client to
          Perinci-Access-Simple-Client, following spec name change (Riap::TCP ->
          Riap::Simple). Now follows Riap 1.1.17.

        - Rename module from Perinci::Access::TCP::Client to
          Perinci::Access::Simple::Server::Socket.

        - Add Perinci::Access::Simple::Server::Pipe.


0.04    2012-07-25  Released-By: SHARYANTO

        - Fix: don't mix buffered and unbuffered I/O, use unbuffered.


0.03    2012-07-20  Released-By: SHARYANTO

        - No functional changes. Add missing deps [CT].


0.02    2012-07-19  Released-By: SHARYANTO

        [ENHANCEMENTS]

        - peri-tcpserve: Add option --nofork  Released-By: for debugging

        [BUG FIXES]

        - Don't mix buffered and unbuffered write.


0.01    2012-07-19  Released-By: SHARYANTO

        - First release, proof of concept.