Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glom
Commits
8d0e9ed4
Commit
8d0e9ed4
authored
May 16, 2016
by
Murray Cumming
Browse files
1.31.5
parent
0cf169bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8d0e9ed4
1.31.5 (unstable):
* Avoid crash when trying to show GtkCssProvider errors.
* Don't use deprecated font: syntax with GtkCssProvider.
* Remove some unused code.
* Require libsigc++ 2.9.2, for the newer R(Args...) syntax.
1.31.4 (unstable):
* Prevent a crash (in the menu code) when using a table name containing a space,
...
...
configure.ac
View file @
8d0e9ed4
...
...
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([Glom],[1.31.
4
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_INIT([Glom],[1.31.
5
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
...
...
@@ -169,7 +169,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
# Libraries used by Glom:
REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.18.0 goocanvasmm-2.0 >= 1.90.11 goocanvas-2.0 >= 2.0.1 evince-view-3.0"
REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.18.0
sigc++-2.0 >= 2.9.2
goocanvasmm-2.0 >= 1.90.11 goocanvas-2.0 >= 2.0.1 evince-view-3.0"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment