README.txt (swaks-20201010.0) | : | README.txt (swaks-20201014.0) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
Documentation | Documentation | |||
------------------------------ | ------------------------------ | |||
Check the following files | Check the following files | |||
README.txt | README.txt | |||
This file. Contains install notes, references to other | This file. Contains install notes, references to other | |||
files, and major changes for this release | files, and major changes for this release | |||
doc/ref.txt | doc/ref.txt | |||
The text version of the --help output | The text version of the --help output | |||
doc/Changes.txt | doc/Changes.txt | |||
All changes to Swaks | All changes to Swaks | |||
doc/installation.txt | ||||
Notes on installing Swaks | ||||
doc/recipes.txt | doc/recipes.txt | |||
Hints, tips, tricks that don't fit in the reference | Hints, tips, tricks that don't fit in the reference | |||
------------------------------ | ------------------------------ | |||
Source | Source | |||
------------------------------ | ------------------------------ | |||
The Swaks source code is available at https://github.com/jetmore/swaks | The Swaks source code is available at https://github.com/jetmore/swaks | |||
------------------------------ | ------------------------------ | |||
Communication | Communication | |||
skipping to change at line 93 | skipping to change at line 91 | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with this program; if not, write to the Free Software | along with this program; if not, write to the Free Software | |||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | |||
A full copy of this license should be available in the LICENSE.txt file. | A full copy of this license should be available in the LICENSE.txt file. | |||
------------------------------ | ------------------------------ | |||
Change Summary | Change Summary | |||
------------------------------ | ------------------------------ | |||
v20201010 | v20201014.0 | |||
New Features: | New Features: | |||
* Added .netrc support | * None | |||
* Added --tls-sni option | ||||
* Swaks is now available on CPAN as App::swaks | ||||
* Swaks will now print errors if deprecated functionality is used | ||||
Notable Changes: | Notable Changes: | |||
* Automatic file detection is deprecated. Previously, if an argument to | * None | |||
--data, --body, --attach-body, and --attach resolved to an openable file, | ||||
the contents of that file would be used as the actual argument. Now the | ||||
proper way to do this is to place '@' in front of the argument to | ||||
state explicitly that the argument contents are in a file. | ||||
* If any of the --xclient-* family of options (--xclient-name, | ||||
--xclient-addr, etc) is provided more than once, only the last option | ||||
provided will be used. See --xclient option if you need to simulate | ||||
the previous behavior | ||||
* -g option is now deprecated | ||||
* Time::Local is no longer used and POSIX is now listed as a required | ||||
module | ||||
Notable Bugs Fixed: | Notable Bugs Fixed: | |||
* Fix for subtle issue related to environment variable options. Affected | * Last release introduced a bug where Date: headers were localized, which | |||
error handling for options which required args. | is against RFC. Further, that localization then broke character rendering | |||
* Fix issue preventing XCLIENT and STARTTLS from working together | in some locales. A new fix for the original issue (#17) was put in place, | |||
properly (#21) | which no longer localizes the Date: header and fixes the newly introduced | |||
* Fix issue which could cause generated date header to oscillate on | rendering issue (#25) | |||
the day of DST transition (#17, deb bug 955798) | * Last release introduced a bug which prevented --protect-prompt from | |||
working. This is now fixed (#26) | ||||
End of changes. 5 change blocks. | ||||
19 lines changed or deleted | 3 lines changed or added |