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
c22d07a3
...
c22d07a3d7bc380541bfb2603c6f5a2967ad63c9
authored
2011-12-17 01:38:06 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Move Python support from experimental to stable features.
1 parent
7f325d5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
NEWS
configure.ac
NEWS
View file @
c22d07a
GNU mailutils NEWS -- history of user-visible changes. 2011-1
1-23
GNU mailutils NEWS -- history of user-visible changes. 2011-1
2-17
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -29,7 +29,6 @@ experimental. Not currently implemented are:
Experimental features are:
- C++ bindings
- Python bindings
The discussion below lists the changes in this release. It is divided
in three major sections, each addressing a particular audience. The
...
...
@@ -158,7 +157,7 @@ This can be disabled using the --without-gsasl option.
** Experimental features
The C++
and Python
bindings are considered experimental and unstable.
The C++ bindings are considered experimental and unstable.
* Changes to the library
...
...
configure.ac
View file @
c22d07a
...
...
@@ -1167,7 +1167,7 @@ case "${enableval}" in
yes) status_python=yes ;;
no) status_python=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;;
esac],[status_python=
$mu_build_experimental
])
esac],[status_python=
yes
])
AC_SUBST(PYTHON_LIBS)
AC_SUBST(PYTHON_INCLUDES)
...
...
Please
register
or
sign in
to post a comment