Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
38951839
...
3895183977dee5585593cb1651db3ad4816a35a0
authored
2016-12-07 14:49:40 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Version 3.0.90
1 parent
e90f14ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
NEWS
configure.ac
NEWS
View file @
3895183
GNU mailutils NEWS -- history of user-visible changes. 2016-1
1-06
GNU mailutils NEWS -- history of user-visible changes. 2016-1
2-07
Copyright (C) 2002-2016 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 3.0.90 (Git)
Sieve library essentially rewritten. It now inludes support for
the "variables" extension (RFC 5229).
Version 3.0 - 2016-11-06
This version is a major rewrite of GNU Mailutils. Quite a few parts
...
...
configure.ac
View file @
3895183
...
...
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
AC_INIT([GNU Mailutils], [3.0], [bug-mailutils@gnu.org], [mailutils],
AC_INIT([GNU Mailutils], [3.0
.90
], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
...
...
Please
register
or
sign in
to post a comment