[glibmm/glibmm-2-58] 2.58.1



commit f0c32d0fea54284895bf04dda1fe8cfa209ab52f
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Mar 17 14:32:58 2019 +0100

    2.58.1

 NEWS         | 15 +++++++++++++++
 configure.ac |  4 ++--
 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]