Skip to content

Commit

Permalink
Version bump to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Apr 13, 2017
1 parent a18e413 commit 32ef23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,10 @@ Known bugs
Changelog
---------

pqiv 2.8.5 (wip / might appear as part of 2.9 instead)
pqiv 2.8.5
* Fixed an issue where the checkerboard pattern sometimes was visible at image
borders
* Fixed image rotation in low-memory mode

pqiv 2.8.4
* Fix a memory leak (leaking a few bytes each time an image is drawn)
* Correctly handle string arguments from the configuration file
* Fix building with old glib versions that do not expose their x11 dependency
Expand Down
2 changes: 1 addition & 1 deletion pqiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "lib/bostree.h"

#ifndef PQIV_VERSION
#define PQIV_VERSION "2.8.4"
#define PQIV_VERSION "2.8.5"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit 32ef23e

Please sign in to comment.