Luke Dashjr
7083cc3083
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
contrib/debian/patches/1001_use_system_json-spirit.patch
src/net.cpp
2012-07-06 00:42:53 +00:00
Luke Dashjr
f1830a9a22
Merge branch '0.4.x' into 0.5.x
2012-07-06 00:41:57 +00:00
Luke Dashjr
a0cbcfd6ed
Update Debian "Use system json-spirit" patch to apply
...
("Fixed" upstream in 3563824c60 )
2012-07-05 23:14:20 +00:00
Luke Dashjr
ccf2e853a1
Update Debian "Use system json-spirit" patch to apply
...
("Fixed" upstream in 3563824c60 )
2012-07-05 23:13:43 +00:00
Luke Dashjr
3edb53eeed
gitian-downloader: Update luke-jr's key
2012-07-05 22:50:53 +00:00
Pieter Wuille
6d6995bc83
Update my GPG key
2012-07-05 22:50:06 +00:00
Luke Dashjr
6ec9d30905
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/main.h
src/net.cpp
src/serialize.h
2012-06-14 18:13:46 +00:00
Matt Corallo
1903033bad
Fix broken config files
2012-06-14 17:13:29 +00:00
Matt Corallo
fdd907c9f1
Correct blockchain size in contrib/debian.
...
* Updates package description to note that blockchain now takes
2+ GB instead of 150+ MB.
(PARTIAL of 8f6111bb9c )
2012-06-06 19:24:31 +00:00
Luke Dashjr
18b4eccddb
Bump version to 0.4.7
2012-05-08 19:53:29 +00:00
Gavin Andresen
3a70f3a4ec
Bump win32.deps version number for new openssl
2012-04-27 14:01:49 -04:00
Gavin Andresen
dd02f3ca6e
Windows build: compile against openssl 1.0.1b
2012-04-27 13:57:17 -04:00
Gavin Andresen
b7a2b6e1aa
Windows build: compile against openssl 1.0.1b
2012-04-27 13:51:12 -04:00
Gavin Andresen
5ad4028050
Windows build: compile against openssl 1.0.1b
2012-04-27 11:19:20 -04:00
Luke Dashjr
c18b82d5db
Bump version to 0.4.6
2012-04-27 10:50:24 -04:00
cardpuncher
06de079091
Added comment lines in French & Turkish which basically mean "Bitcoin, virtual P2P cryptocurrency".
2012-04-11 15:20:59 -04:00
Luke Dashjr
0d10cb7a1f
Merge branch '0.5.0.x' into 0.5.x
2012-04-05 18:21:01 -04:00
Matt Corallo
d02833c76a
Add laanwj to gitian download scripts.
2012-04-04 15:58:15 -04:00
Matt Corallo
bf754cfd01
Add laanwj to gitian download scripts.
2012-04-04 15:58:02 -04:00
Luke Dashjr
fe1725a141
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/bitcoinrpc.cpp
2012-04-04 15:43:29 -04:00
Luke Dashjr
658cf0b1be
Merge branch '0.5.0.x' into 0.5.x
...
Conflicts:
src/qt/bitcoingui.h
2012-04-04 15:41:07 -04:00
Luke Dashjr
1376cd9d7f
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
bitcoin-qt.pro
contrib/debian/changelog
doc/README
doc/README_windows.txt
doc/translation_process.md
share/setup.nsi
src/bitcoinrpc.cpp
src/db.cpp
src/init.cpp
src/irc.cpp
src/main.cpp
src/main.h
src/makefile.osx
src/makefile.unix
src/net.cpp
src/net.h
src/qt/bitcoin.cpp
src/qt/bitcoingui.cpp
src/qt/bitcoinstrings.cpp
src/qt/guiutil.cpp
src/qt/guiutil.h
src/qt/locale/bitcoin_da.ts
src/qt/locale/bitcoin_de.ts
src/qt/locale/bitcoin_en.ts
src/qt/locale/bitcoin_es.ts
src/qt/locale/bitcoin_es_CL.ts
src/qt/locale/bitcoin_hu.ts
src/qt/locale/bitcoin_it.ts
src/qt/locale/bitcoin_nb.ts
src/qt/locale/bitcoin_nl.ts
src/qt/locale/bitcoin_pt_BR.ts
src/qt/locale/bitcoin_ru.ts
src/qt/locale/bitcoin_uk.ts
src/qt/locale/bitcoin_zh_CN.ts
src/qt/locale/bitcoin_zh_TW.ts
src/qt/sendcoinsdialog.h
src/qt/transactionrecord.cpp
src/script.cpp
src/script.h
src/serialize.h
src/util.cpp
src/util.h
2012-04-04 10:32:09 -04:00
Luke Dashjr
724c65c1f8
Add Luke-Jr's PGP key to gitian-downloader
2012-04-04 10:23:08 -04:00
Luke Dashjr
8fae3dae11
Add Luke-Jr's PGP key to gitian-downloader
2012-04-04 10:23:02 -04:00
Pieter Wuille
3f47eb4a9a
Updated my GPG key
2012-04-04 10:17:26 -04:00
Pieter Wuille
2f98e8c1a4
Updated my GPG key
2012-04-04 10:17:18 -04:00
Luke Dashjr
49e1501b5d
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
...
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.
Use `qmake MINGW_THREAD_BUGFIX=0` to disable
2012-03-22 12:46:47 -04:00
Luke Dashjr
815a3605c1
Merge branch '0.5.0.x' into 0.5.x
...
Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h
2012-03-21 13:22:24 -04:00
Luke Dashjr
b3ba40c6bf
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
...
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.
2012-03-19 12:11:49 -04:00
Luke Dashjr
eca170286e
Merge branch '0.5.0.x' into 0.5.x
...
Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h
2012-03-16 16:45:32 -04:00
Luke Dashjr
ffef16404d
Bump version to 0.4.5
2012-03-16 16:04:26 -04:00
Matt Corallo
76a3bfa17c
Fix Win32 RPC Crashes.
2012-03-16 15:49:30 -04:00
Matt Corallo
8864019f6d
Fix Win32 RPC Crashes.
2012-03-16 14:28:54 -04:00
Matt Corallo
3d0a0a9b9e
Make deps build deterministic and upgrade to libpng 1.5.9.
2012-02-22 22:09:06 -05:00
Wladimir J. van der Laan
ec2ed58232
Merge pull request #834 from sje397/BackupWallet
...
Added 'Backup Wallet' menu option to GUI
2012-02-17 10:30:15 -08:00
Matt Corallo
b03cb15789
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
2012-02-15 16:39:01 -05:00
sje397
4efbda3f25
Added 'Backup Wallet' menu option
...
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
2012-02-15 23:29:59 +11:00
Luke Dashjr
9909340f37
Split smaller dependencies out of gitian-win32 into deps-win32
2012-02-07 11:52:40 -05:00
Luke Dashjr
f051ee5f96
Update zlib and libpng (previous version had a security issue)
2012-02-06 11:46:49 -05:00
Gavin Andresen
0104e36d4b
Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed
2012-02-06 09:33:13 -05:00
p2k
f118b5fc5d
miniupnpc Porfile removed; new and improved macdeployqtplus
...
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354
* Documentation has been changed appropriately
* New pure-Python macdeployqt; leverages all problems with the stock macdeployqt
2012-02-06 09:33:12 -05:00
Wladimir J. van der Laan
70f55355e2
Merge pull request #593 (Full URL Support in bitcoin-qt)
2012-01-26 19:00:02 +01:00
Luke Dashjr
98811f6ad4
Bump version to 0.5.3
2012-01-10 15:58:29 -05:00
Luke Dashjr
507848b63d
Bump version to 0.5.0.4
2012-01-10 15:54:38 -05:00
Luke Dashjr
6e1e62a04c
Bump version to 0.4.4
2012-01-10 15:50:37 -05:00
Luke Dashjr
9b53650a45
Merge branch '0.5.0.x' into 0.5.x
...
Conflicts:
contrib/debian/changelog
2012-01-09 12:15:32 -05:00
Matt Corallo
09308a3882
Remove mentions on anonymity in debian folder.
...
These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.
2012-01-09 12:10:16 -05:00
Matt Corallo
65c82be021
Remove mentions on anonymity in debian folder.
...
These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.
2012-01-07 13:38:43 -05:00
Matt Corallo
7d145a0f59
Add support for opening bitcoin: URIs directly.
2012-01-05 00:29:28 -05:00
Matt Corallo
0b5d6f1e26
Add QR Code support to Win32 Gitian build.
2011-12-25 02:15:16 -08:00