Move Python support from experimental to stable features.
Showing
2 changed files
with
3 additions
and
4 deletions
1 | GNU mailutils NEWS -- history of user-visible changes. 2011-11-23 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2011-12-17 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | See the end of file for copying conditions. | 4 | See the end of file for copying conditions. |
... | @@ -29,7 +29,6 @@ experimental. Not currently implemented are: | ... | @@ -29,7 +29,6 @@ experimental. Not currently implemented are: |
29 | Experimental features are: | 29 | Experimental features are: |
30 | 30 | ||
31 | - C++ bindings | 31 | - C++ bindings |
32 | - Python bindings | ||
33 | 32 | ||
34 | The discussion below lists the changes in this release. It is divided | 33 | The discussion below lists the changes in this release. It is divided |
35 | in three major sections, each addressing a particular audience. The | 34 | in three major sections, each addressing a particular audience. The |
... | @@ -158,7 +157,7 @@ This can be disabled using the --without-gsasl option. | ... | @@ -158,7 +157,7 @@ This can be disabled using the --without-gsasl option. |
158 | 157 | ||
159 | ** Experimental features | 158 | ** Experimental features |
160 | 159 | ||
161 | The C++ and Python bindings are considered experimental and unstable. | 160 | The C++ bindings are considered experimental and unstable. |
162 | 161 | ||
163 | * Changes to the library | 162 | * Changes to the library |
164 | 163 | ... | ... |
... | @@ -1167,7 +1167,7 @@ case "${enableval}" in | ... | @@ -1167,7 +1167,7 @@ case "${enableval}" in |
1167 | yes) status_python=yes ;; | 1167 | yes) status_python=yes ;; |
1168 | no) status_python=no ;; | 1168 | no) status_python=no ;; |
1169 | *) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;; | 1169 | *) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;; |
1170 | esac],[status_python=$mu_build_experimental]) | 1170 | esac],[status_python=yes]) |
1171 | 1171 | ||
1172 | AC_SUBST(PYTHON_LIBS) | 1172 | AC_SUBST(PYTHON_LIBS) |
1173 | AC_SUBST(PYTHON_INCLUDES) | 1173 | AC_SUBST(PYTHON_INCLUDES) | ... | ... |
-
Please register or sign in to post a comment