Skip to content

Commit

Permalink
bump version to 1.2.2rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Feb 15, 2019
1 parent b359c47 commit 7d14b91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 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.2rc2
@version 1.2.2rc3
@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 @@ -10,5 +10,11 @@
[linux32] reaper_reapack32.so https://github.com/cfillion/reapack/releases/download/v$version/$path
[linux64] reaper_reapack64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
@changelog
• Add the public ReaTeam/Extensions repository to the default configuration
• Fix a memory corruption bug from v1.2.2rc when an operation completes on Windows 32-bit
Added:
• implement SHA-256 checksum verification for downloaded files
• browser: add "Synchronize packages" to the menu [p=2084579]
• browser: add "Upload packages" action to the menu opening https://reapack.com/upload
• receipt: annotate installation type and previous version

Fixed:
• import: fix possible crash after downloading indexes
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.2rc2";
const char *ReaPack::VERSION = "1.2.2rc3";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;

ReaPack *ReaPack::s_instance = nullptr;
Expand Down

0 comments on commit 7d14b91

Please sign in to comment.