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
2e082634
Unverified
Commit
2e082634
authored
Oct 28, 2019
by
Murray Cumming
Browse files
1.32.0
parent
87a50c15
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2e082634
1.32.0 (stable):
* Require libgda 5.2.9, to support newer postgresql versions.
* Require Python 3.
* Require at least gtkmm 3.22
* Use some more modern C++ code.
* Avoid some compiler warnings.
* Correct build errors when srcdir != builddir
(Murray Cumming)
1.31.6 (unstable):
* Layout: Custom fonts: Fix regressoin in 1.31.5.
...
...
configure.ac
View file @
2e082634
...
...
@@ -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.3
1.6
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_INIT([Glom],[1.3
2.0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
...
...
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