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
ed68f5af
Commit
ed68f5af
authored
Feb 25, 2016
by
Murray Cumming
Browse files
1.28.6
parent
a306ea0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ed68f5af
1.28.6 (stable):
* Fix crash when loading TIFF or PDF files into an image field,
caused by assert in recent versions of libevince-view.
(Murray Cumming) Bug #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:
- Specify a timeout.
(Murray Cumming)
1.28.5 (stable):
* Build: Fix the configure for python 3 versions of boost-python.
...
...
configure.ac
View file @
ed68f5af
...
...
@@ -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.28.
5
],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_INIT([Glom],[1.28.
6
],[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