-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a changelog #233
Open
ruuda
wants to merge
3
commits into
google:master
Choose a base branch
from
ruuda:changelog
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add a changelog #233
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
Fixes: | ||
|
||
* Fixed various warnings on MSVC. ([#60]) | ||
* Fixed an occurrence of arithmetic overflow. | ||
* Fixed a bug in command-line argument parsing. | ||
|
||
Improvements: | ||
|
||
* Memory usage has been reduced. ([#148], [#156], [#213]) | ||
* A fuzzing target has been added. | ||
* `--` can now be used to stop parsing command-line arguments. | ||
* Builds are now tested on Travis CI and Appveyor. ([#136], [#191]) | ||
* Improved error messages. | ||
* Improved build instructions. | ||
|
||
## v1.0.1 | ||
|
||
Released 2017-03-21. | ||
|
||
Fixes: | ||
|
||
* Fixed yet another crash for small images. ([#38]) | ||
* Makes metadata handling consistent. ([#100]) | ||
* Fixed some incorrect error messages. ([#40]) | ||
* Fixed various build issues (a.o. removes the gflags dependency). | ||
* Add missing documentation. | ||
|
||
Improvements: | ||
|
||
* Adds memory limit support. ([#75]) | ||
|
||
## v1.0 | ||
|
||
Released 2017-03-15. | ||
|
||
Fixes: | ||
|
||
* Fixed two crashes. ([#29] and `5de9ad8`) | ||
* Made memory requirements more explicit. | ||
|
||
## v0.2 | ||
|
||
Released 2017-01-17. | ||
|
||
Fixes: | ||
|
||
* The same filename can now be used for input and output. ([#20]) | ||
* Various compilation issues were fixed. ([#12], [#14]) | ||
* Fixed a crash on Windows due to usage of uninitialized memory. ([#23]) | ||
|
||
Improvements: | ||
|
||
* 64-bit binaries for Windows are now released. | ||
|
||
## v0.1 | ||
|
||
Released 2016-12-21. | ||
|
||
Fixes: | ||
|
||
* Fixed generated jpegs which some viewers were unable to open. ([#1]) | ||
* Fixed the build system for Windows. | ||
|
||
## v0 | ||
|
||
Released 2016-10-21. | ||
|
||
Initial release. | ||
|
||
<!-- Note that some of these are PRs, but GitHub will redirect anyway. --> | ||
[#1]: https://github.com/google/guetzli/issues/1 | ||
[#12]: https://github.com/google/guetzli/issues/12 | ||
[#14]: https://github.com/google/guetzli/issues/14 | ||
[#20]: https://github.com/google/guetzli/issues/20 | ||
[#23]: https://github.com/google/guetzli/issues/23 | ||
[#29]: https://github.com/google/guetzli/issues/29 | ||
[#38]: https://github.com/google/guetzli/issues/38 | ||
[#40]: https://github.com/google/guetzli/issues/40 | ||
[#60]: https://github.com/google/guetzli/issues/60 | ||
[#75]: https://github.com/google/guetzli/issues/75 | ||
[#100]: https://github.com/google/guetzli/issues/100 | ||
[#136]: https://github.com/google/guetzli/issues/136 | ||
[#148]: https://github.com/google/guetzli/issues/148 | ||
[#156]: https://github.com/google/guetzli/issues/156 | ||
[#191]: https://github.com/google/guetzli/issues/191 | ||
[#213]: https://github.com/google/guetzli/issues/213 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this list of references? I thought #x just simply linked correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does in issues but not in standalone documents.