Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
* NEWS: updated
* configure.ac: bump versions
* docs/*.html: updated
  • Loading branch information
spk121 committed Dec 29, 2021
1 parent 866db1f commit 0e849b1
Show file tree
Hide file tree
Showing 56 changed files with 993 additions and 727 deletions.
21 changes: 20 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2021-12-29: version 0.3.2
- SCM GObject arguments should better preserve their type when
passing through function calls, and not downgrade to the argument's
required type (#104)
- Handle GVariant arguments
- Handle GBoxed module variables
- Initial handling of Gtk4's GtkExpression and other new, fundamental
types
- More verbose warnings
- More stringent typechecks
- Avoid crashes cause by calling callbacks in non-guile mode
- Avoid Unicode combining character in test case

Thanks to
- LordYuuma
- Bob131
- Danny Milosavljevic <daym>
- Lloyd Konneker <bootchk>

2020-12-31: version 0.3.1
- Marshall GValues containing pointers
- Add compatibility functions for guile-cairo
Expand All @@ -19,7 +38,7 @@
- Detlev Zundel <laodzu>
- Danny O'Brien <dannyob>
- Arun Isaac <arunisaac>


2020-03-24: version 0.3.0
- Handle mutation operations of caller-allocated function arguments (#39)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script
################
# Package Info

AC_INIT([Guile GI], [0.3.1], [spk121@yahoo.com], [guile_gi])
AC_INIT([Guile GI], [0.3.2], [spk121@yahoo.com], [guile_gi])

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/gig.c])
Expand All @@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
################
# Libtool versioning

LIBGUILE_GI_INTERFACE="6:0:0"
LIBGUILE_GI_INTERFACE="6:1:0"
AC_SUBST([LIBGUILE_GI_INTERFACE])

################
Expand Down
17 changes: 11 additions & 6 deletions docs/Abstract.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions docs/Application-Deployment.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 24 additions & 29 deletions docs/Argument-Conversion.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions docs/Arrays.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e849b1

Please sign in to comment.