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
f3012e48
Commit
f3012e48
authored
Feb 25, 2016
by
Murray Cumming
Browse files
1.30.2
parent
8f8ce68d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f3012e48
1.30.2:
* Fix crash when loading images into an image field.
(Murray Cumming)
* Fix crash caused by assert in recent versions of libevince-view.
(Murray Cumming) ug #761396 (m.rick.mac))
* Really forget a table when removing it.
(Murray Cumming) Bug #754645 (m.rick.mac)
* Table deletion: Actually let the user cancel the dialog.
(Murray Cumming)
* Initialize PostgresSQL database with the C locale.
Because using the current locale seems arbitrary and useless to other users.
(Murray Cumming) Bug #761372 (m.rick.mac)
* Try to catch filesystem errors sooner.
(Murray Cumming) Bug #761373 (m.rick.mac)
* Details layout: Allow notebooks at top-level.
(Murray Cumming) Bug #759511 (m.rick.mac)
* Connection to central server:
- Ask again if the connection fails.
(Murray Cumming)
- Specify a timeout.
(Murray Cumming)
1.30.1 (stable):
* Build: Improvements to how we find and use boost libraries.
...
...
configure.ac
View file @
f3012e48
...
...
@@ -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.30.
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_INIT([Glom],[1.30.
2
],[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