Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Amelia S. Greene
ristretto
Commits
35e03860
Commit
35e03860
authored
Feb 28, 2015
by
Eric Koegel
Browse files
Updates for release.
parent
53c4b4e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
35e03860
x.x.x
0.8.0
=====
Stable release of Ristretto
* Miscellaneous bug fixes:
- Use collate keys to handle filename sorting (Bug #9731)
- Add AppData file (Bug #11296)
- Fix invert zoom direction (Bug #10746)
- Update xfconf settings for Xfdesktop >= 4.11
- Check for thumbnails in the new location
- Don't check item->width twice (Bug 10534)
- Add version check because g_thread_init is deprecated
- Support shift+scroll to pan across an image
- Fixed an overflow when comparing filenames with large
numbers in them. (Bug #9485)
- Show filename before apptitle
- Fix bug #8837 (Use thumbnail as appicon)
- Update the first image in the image-list when receiving a ready-signal.
- Update the first image in the image-list when receiving
a ready-signal.
* Translation updates:
Asturian (ast), Bulgarian (bg),
Czech (cs), German (de), English (Australia) (en_AU),
Spanish (Castilian) (es), Finnish (fi), French (fr),
Croatian (hr), Italian (it), Japanese (ja),
Korean (ko), Malay (ms), Norwegian Bokmål (nb),
Dutch (Flemish) (nl), Occitan (post 1500) (oc),
Polish (pl), Portuguese (pt), Portuguese (Brazilian) (pt_BR),
Russian (ru), Slovak (sk), Serbian (sr), Swedish (sv),
Thai (th), Turkish (tr), Ukrainian (uk),
Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW).
0.6.0
=====
...
...
configure.ac.in
View file @
35e03860
...
...
@@ -10,10 +10,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [
7
])
m4_define([ristretto_version_minor], [
8
])
m4_define([ristretto_version_micro], [0])
m4_define([ristretto_version_build], [r@REVISION@])
m4_define([ristretto_version_tag], [
git
]) # Leave empty for releases
m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
dnl *******************************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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