aboutsummaryrefslogtreecommitdiff
path: root/share/setup.nsi
Commit message (Collapse)AuthorAgeFilesLines
* autotools: switch to autotools buildsystemCory Fields2013-09-051-162/+0
|
* Bump build number to 0.8.2.2 for v0.8.2rc3v0.8.2rc3Gavin Andresen2013-05-241-1/+1
|
* Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1Gavin Andresen2013-05-131-1/+1
|
* Update version numbers for 0.8.2rc1 releasev0.8.2rc1Gavin Andresen2013-05-101-3/+3
|
* Bump version numbers for 0.8 releaseGavin Andresen2013-01-301-3/+3
| | | | | | | Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt
* Update version numbers to 0.7.99Pieter Wuille2012-10-211-3/+3
|
* Bump versions for 0.7.1 releaseGavin Andresen2012-10-091-3/+3
|
* Windows: fix URI association setting in registryPhilip Kaufmann2012-09-291-1/+1
| | | | | | - fix for #1877 - fix was reported to work via https://bitcointalk.org/index.php?topic=110243.msg1230418#msg1230418
* Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0Gavin Andresen2012-09-121-1/+1
|
* Bump version number for 0.7.0rc2v0.7.0rc2Gavin Andresen2012-09-051-1/+1
|
* Version numbers -> 0.7.0Gavin Andresen2012-08-271-3/+3
|
* Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr2012-07-221-2/+2
| | | | file COPYING.txt on Windows
* Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"Matt Corallo2012-06-151-6/+4
| | | | This reverts commit 7b90edb5a6cada7176012d09d748847b5f966585.
* Increase client version to 0.6.99Gregory Maxwell2012-05-081-3/+3
|
* Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen2012-05-041-2/+2
|
* Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-271-3/+3
|
* Bump version to 0.6.0.99 for 0.6.1 merge windowGavin Andresen2012-04-021-1/+1
|
* Bump version to 0.6.0rc6Gavin Andresen2012-03-291-1/+1
|
* Update version to 60005 (0.6.0rc5)v0.6.0rc5Gavin Andresen2012-03-261-1/+1
|
* Merge pull request #992 from gavinandresen/remove_wxBitcoinGavin Andresen2012-03-261-0/+4
|\ | | | | Remove wxWidgets .exe during setup
| * Remove wxWidgets .exe and locales during setupGavin Andresen2012-03-261-0/+4
| |
* | Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen2012-03-261-4/+6
|/
* Fix URI link to bitcoin-qt.exe instead of bitcoin.exeMatt Corallo2012-03-251-2/+2
|
* Increase client version to 0.6Gavin Andresen2012-02-071-3/+3
|
* Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-0/+5
|
* Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen2011-12-161-3/+3
|
* Bump version to 0.5.1Gavin Andresen2011-11-211-3/+3
|
* Update setup.nsi for bitcoin-qt.Matt Corallo2011-10-251-4/+1
|
* Bump version to 0.5.0.0Gavin Andresen2011-10-081-7/+7
|
* Bump version to 0.4.1Gavin Andresen2011-09-261-3/+3
|
* Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen2011-09-021-3/+3
|
* Bump version to 0.3.25Jeff Garzik2011-07-131-3/+3
| | | | | Yes, we might release as v0.4, but let's just do a simple increment for now.
* Remove NSIS branding from bottom divider.Jay Weisskopf2011-07-121-0/+1
|
* Set default compression for NSIS installer to LZMA.Jay Weisskopf2011-07-111-0/+1
| | | | Use of LZMA (versus the current zlib) shaves a few MB off the installer.
* Add logos/branding currently found on bitcoin.org into NSIS installer.Jay Weisskopf2011-07-111-0/+5
|
* Bump version to 0.3.24.Jeff Garzik2011-07-021-3/+3
|
* Bump version to 0.3.23.Jeff Garzik2011-06-051-3/+3
|
* Update to openssl-1.0.0d and enable RPC-SSL on Win32Matt Corallo2011-05-271-2/+0
|
* Update NSIS Installer file to support the new directory structure.Matt Corallo2011-05-211-8/+8
|
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-3/+3
| | | | | Conflicts: src/sha256.cpp
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+151
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs