Accepting request 213796 from home:benoit_monin:branches:server:mail

- update to version 1.4.31
- rework the path lookup for the vim syntax file: fix fedora and redhat build

OBS-URL: https://build.opensuse.org/request/show/213796
OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=61
This commit is contained in:
2014-01-30 17:12:55 +00:00
committed by Git OBS Bridge
parent 93f6725a30
commit fc753b511c
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jan 13 20:49:38 UTC 2014 - benoit.monin@gmx.fr
- rework the path lookup for the vim syntax file: fix fedora and
redhat build
-------------------------------------------------------------------
Sun Dec 29 14:13:09 UTC 2013 - benoit.monin@gmx.fr
- update to version 1.4.31:
* Updated the msmtpq script.
* Fixed building of the documentation with texinfo >= 5.0.
- additional changes from version 1.4.30:
* Fix a bug in msmtp_read_addresses() that was introduced in
version 1.4.29 by fixing a problem in the wrong way.
- additional changes from version 1.4.29:
* Fix bugs in msmtp_read_addresses(), including a crash.
* Removed autotools files that are automatically copied by
'autoreconf -i' from repository.
* Properly require an argument to --passwordeval. Fixes a crash
when none is given.
* Replace old service name "ssmtp" with current one: "smtps".
-------------------------------------------------------------------
Wed Nov 20 14:46:40 CET 2013 - tbehrens@suse.com