summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-17 14:32:58 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-17 14:32:58 +0100
commitf0c32d0fea54284895bf04dda1fe8cfa209ab52f (patch)
tree098b331e8390e9d86a2f7ff3191eab85c27d2c4e
parentc050fe98cc8819ede90a88935f0bd480352442fb (diff)
downloadglibmm-2-58.tar.gz
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 63c3cc08..04f139a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.58.1 (stable):
+
+gmmproc:
+* _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter
+ (Kjell Ahlstedt)
+* docextract_to_xml.py: Add --exclude-file option.
+ (Kjell Ahlstedt)
+
+Documentation:
+* README: Add installation instructions
+ (Tapasweni Pathak) Merge request !10
+* Don’t use @retval on out args, use @param[out]
+ (Daniel Boles) Merge request !6
+
+
2.58.0 (stable):
This release is identical to 2.56.1.
diff --git a/configure.ac b/configure.ac
index e7066874..b86c8f3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.58.0],
+AC_INIT([glibmm], [2.58.1],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -43,7 +43,7 @@ MM_CONFIG_DOCTOOL_DIR([docs])
AC_SUBST([LIBGLIBMM_SO_VERSION], [4:0:3])
AC_PROG_CXX
-MM_AX_CXX_COMPILE_STDCXX([11], [noext],[mandatory])
+MM_AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
AC_DISABLE_STATIC
LT_INIT([win32-dll])