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
goffice
Commits
287e4391
Commit
287e4391
authored
Dec 21, 2015
by
Morten Welinder
Browse files
Compilation: don't embed gzip timestamps.
parent
76791f0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
287e4391
...
...
@@ -3,6 +3,7 @@ goffice 0.10.25:
Morten:
* Plug leaks.
* Fix axis editing bug. [#684886]
* Make builds more reproducible.
--------------------------------------------------------------------------
goffice 0.10.24:
...
...
tools/embedder
View file @
287e4391
...
...
@@ -98,7 +98,7 @@ sub embed {
if
(
$docompress
)
{
my
$zdata
;
gzip
\
$data
=>
\
$zdata
gzip
\
$data
=>
\
$zdata
,
TIME
=>
0
,
or
die
"
gzip failed:
$GzipError
\n
";
$data
=
$zdata
;
}
...
...
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