Skip to content

Commit

Permalink
bump version to v1.2.2rc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Sep 30, 2018
1 parent 34e70ad commit d5907b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Extensions/ReaPack.ext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@description ReaPack: Package manager for REAPER
@version 1.2.1
@version 1.2.2rc
@author cfillion
@donation https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&cmd=_donations&currency_code=CAD&item_name=ReaPack%3A+Package+manager+for+REAPER
@provides
Expand All @@ -11,4 +11,13 @@
[linux64] reaper_reapack64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
@changelog
Fixed:
* fix the Refresh action in Manage repositories not downloading a fresh index right away
• Fix a possible crash when changing the about dialog contents
• Fix a possible crash when closing some windows [p=2037784]
• Fix empty context menus being displayed on Linux instead of being discarded
• Prevent erroneous SSL certificate verification failure on some macOS installs [p=1956940]
• Remove scripts from the Action List even if the files do not exist when uninstalling [t=209330]

Changed:
• Automate the build system using continuous integration services
• Use system-provided zlib on Linux and macOS
• Replace ReaPack's own repository URL to point to reapack.com instead of GitHub
2 changes: 1 addition & 1 deletion src/reapack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

using namespace std;

const char *ReaPack::VERSION = "1.2.1";
const char *ReaPack::VERSION = "1.2.2rc";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;

ReaPack *ReaPack::s_instance = nullptr;
Expand Down

0 comments on commit d5907b9

Please sign in to comment.