Skip to content

Commit

Permalink
Release the latest fix as 2.3.1
Browse files Browse the repository at this point in the history
This bug leads to segmentation faults. As seldom as the situation
occurs, I still think this should be fixed in downstream versions. Since
2.3 was not adapted yet by any maintainers (afaik), this shouldn't
generate any extra work for anyone.
  • Loading branch information
phillipberndt committed Mar 17, 2015
1 parent 2997403 commit eed6e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Known bugs
Changelog
---------

pqiv 2.4 (work in progress)
pqiv 2.3.1
* Properly handle if a user closes pqiv while the image loader is still active

pqiv 2.3
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.3"
#define PQIV_VERSION "2.3.1"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit eed6e15

Please sign in to comment.