view CHANGES.md @ 61:a93f4e3313e9

misc: add a raw option in POST data The previous paster.sh implementation was grep'ing the Location header which could fail if followlocation is enabled because multiple location can be returned by the HTTP server. And obviously while here, add the followlocation option.
author David Demelier <markand@malikania.fr>
date Thu, 26 May 2022 10:44:10 +0200
parents fa7125489435
children
line wrap: on
line source

paster CHANGES
==============

paster -- current
-----------------------

- Pastes are private by default with paster(1) (#2481).

paster 0.2.1 2020-02-14
-----------------------

- Fix several database issues.

paster 0.2.0 2020-02-13
-----------------------

- Fix database lock error (#2475),
- Added unit tests for database (#1696).

paster 0.1.0 2020-02-07
-----------------------

- Initial release.