Skip to content

Commit

Permalink
Reorganized sub-version changelog in Readme, release segfault fix as …
Browse files Browse the repository at this point in the history
…2.3.4
  • Loading branch information
phillipberndt committed Apr 13, 2015
1 parent 19b73c4 commit 0b3e056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,11 @@ Known bugs
Changelog
---------

pqiv 2.3.4
* Fix reference counting if an image fails to load

pqiv 2.3.3
* Properly reload multi-page files if they change on disk while being viewed

pqiv 2.3.2
* Avoid a possible deadlock in the fix for 2.3.1

pqiv 2.3.1
* Properly handle if a user closes pqiv while the image loader is still active

pqiv 2.3
Expand All @@ -151,8 +149,6 @@ pqiv 2.2
* Added --max-depth=n to limit how deep directories are searched
* Added --browse to load, in addition to images from the command line, also
all other images from the containing directories

pqiv 2.1.1
* Bugfix: Fixed handling of non-image command line arguments

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

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit 0b3e056

Please sign in to comment.