Wladimir J. van der Laan
1d0295e9d5
Merge pull request #3608
...
de21e8f
build: Make sure historical release notes end up in distributions (Wladimir J. van der Laan)
2014-02-07 09:21:09 +01:00
Pieter Wuille
073f45cae5
Merge pull request #3635
...
12edce5
Update the address for downloading libpng (Micha)
2014-02-07 00:44:39 +01:00
Micha
12edce5613
Update the address for downloading libpng
...
The FTP server what we get libpng from only keeps the latest version in its main folder. Older versions are in the "history" folder. Apparently version 1.6.9 has been released, so 1.6.8 has moved to the history folder.
2014-02-07 01:13:19 +02:00
Wladimir J. van der Laan
a41922eccc
Merge pull request #3634
...
505867a
-Wl,-z,relro and -z,now were wiping out environmental LDFLAGS passed in by the user. I moved them to HARDENING_* where they belong. (Midnight Magic)
2014-02-05 20:43:23 +01:00
Midnight Magic
505867acae
-Wl,-z,relro and -z,now were wiping out environmental LDFLAGS passed in by the user.
...
I moved them to HARDENING_* where they belong.
2014-02-05 11:24:42 -08:00
Gavin Andresen
0ff620e04e
Merge pull request #3627 from calvintam/fix_typos
...
Typo fix: `anonimized => anonymized` + `infromation => information`
2014-02-05 07:29:06 -05:00
Calvin Tam
5f8be1dadb
Typo fix: anonimized => anonymized
+ infromation => information
2014-02-05 21:34:44 +11:00
Wladimir J. van der Laan
f30fbbfbd6
Merge pull request #3613 from cozz/cozz1
...
[Qt] Fix nTransactionFee in qt-settings
2014-02-03 23:42:23 -08:00
Gavin Andresen
985a94101c
Merge pull request #3621 from gubatron/build-osx-qt-dependency-missing
...
added missing homebrew qt dependency on mac osx build documentation.
2014-02-03 12:07:15 -08:00
Wladimir J. van der Laan
23617fd01d
Merge pull request #3620
...
65615a3
Gitian fixes for 0.9.0rc1 build (Wladimir J. van der Laan)
2014-02-03 18:59:47 +01:00
gubatron
801aeb2fac
added missing homebrew qt dependency on mac osx build documentation.
2014-02-03 09:55:18 -05:00
Wladimir J. van der Laan
65615a3a78
Gitian fixes for 0.9.0rc1 build
...
- Add 'g++' package (virtualbox images don't have this by default)
- Workaround for determinism in Qt5 resources
- Pass --disable-maintainer-mode --disable-dependency-tracking to
configure for libqrencode to avoid random errors about missing m4
directory
- Fix typo -with-pic -> --with-pic
It is not necessary to rebuild dependencies after this commit.
Fixes #3610 and #3612 .
2014-02-03 14:43:51 +01:00
Cozz Lovan
eb0d9ecb6e
[Qt] Fix nTransactionFee in qt-settings
2014-02-02 01:59:57 +01:00
Wladimir J. van der Laan
de21e8f170
build: Make sure historical release notes end up in distributions
...
Adds the historical release notes to release tarballs and windows
installers.
2014-01-31 10:12:13 +01:00
Wladimir J. van der Laan
15ec451554
Merge pull request #3605
...
69baec9
doc: Add historical release notes (Wladimir J. van der Laan)
2014-01-31 09:30:15 +01:00
Wladimir J. van der Laan
19007cf552
Merge pull request #3592
...
c117d9e
Support for error messages and a few more rejection reasons (Luke Dashjr)
14e7ffc
Use standard BIP 22 rejection reasons where applicable (Luke Dashjr)
2014-01-30 16:45:26 +01:00
Wladimir J. van der Laan
69baec9647
doc: Add historical release notes
...
Add all known release notes for versions since 0.3.12,
thanks to Matt Corallo for collecting them on the wiki.
2014-01-30 12:33:03 +01:00
Wladimir J. van der Laan
2df5e3427c
Fix build time when building from tarball (now really)
...
Don't define BUILD_DATE at all when no git version information
is available. `version.cpp` will then define it for us correctly
to the last commit date.
This has been fixed and broken many times over 0.9 history
(21cc8bd
, ef1e984
), please don't touch this code unless you plan
on testing all possible scenarios including gitian builds.
Fixes #3570 .
2014-01-30 11:54:19 +01:00
Wladimir J. van der Laan
39d4eee96e
Merge pull request #3601
...
c32a486
Add more data-driven tests. (Matt Corallo)
2014-01-30 11:26:56 +01:00
Wladimir J. van der Laan
f64b5de4e0
Final bitcoin_en update before 0.9.0rc1
...
Just for completeness. Only a few messages changed or moved since last time.
Don't change any translatable messages until 0.9 final unless really necessary.
2014-01-30 10:14:00 +01:00
Matt Corallo
c32a486f4b
Add more data-driven tests.
2014-01-30 03:53:52 -05:00
Wladimir J. van der Laan
9b818ed8bf
Merge pull request #3588
...
df966d1
log parameter interactions to debug.log (Philip Kaufmann)
2014-01-30 08:47:10 +01:00
Gavin Andresen
3581abdd46
Merge pull request #3370 from sipa/headersfirst3
...
Prepare block connection logic for headers-first
2014-01-29 13:49:15 -08:00
Luke Dashjr
c117d9e93a
Support for error messages and a few more rejection reasons
2014-01-29 17:39:24 +00:00
Luke Dashjr
14e7ffcc64
Use standard BIP 22 rejection reasons where applicable
2014-01-29 17:39:18 +00:00
Wladimir J. van der Laan
a7f3aedec3
Re-add BTC/KB in help message for settxfee
...
Commit a22eed6a
got reverted in a RPC documentation update, redo it.
2014-01-29 17:25:04 +01:00
Wladimir J. van der Laan
de9b4c7abc
qt: Add closing newline to help message
...
`bitcoin-qt --help` was missing a final newline.
2014-01-29 17:20:26 +01:00
Wladimir J. van der Laan
f9a2f08882
Bump version numbers for 0.9.0rc1 release
2014-01-29 16:09:11 +01:00
Wladimir J. van der Laan
9bbbfe188c
qt: Fix Windows/Darwin executable metadata
...
.rc's should be linked into the executable directly,
not through a helper library.
2014-01-29 15:05:42 +01:00
Wladimir J. van der Laan
c3d966690c
qt: Transifex pull before 0.9.0rc1
2014-01-29 14:51:44 +01:00
Wladimir J. van der Laan
3160a9b92d
Merge pull request #3586
...
4412c5a
Fix `getaddednodeinfo` RPC call with dns=false (Wladimir J. van der Laan)
2014-01-29 14:47:06 +01:00
Wladimir J. van der Laan
4412c5a759
Fix getaddednodeinfo
RPC call with dns=false
...
The getaddednodeinfo RPC call, when invoked with the dns flag set to
false, returns a malformed JSON object with duplicate keys.
Change this to return an array of objects with one key as
shown in the help message.
Fixes #3581 .
2014-01-29 14:46:06 +01:00
Wladimir J. van der Laan
e16ee005ec
Merge pull request #3598
...
69d03bc
qt: Fix tab order in send and receive tab (Wladimir J. van der Laan)
79fb055
[Qt] minor receive tab improvements (Cozz Lovan)
2014-01-29 14:43:48 +01:00
Wladimir J. van der Laan
69d03bc6e2
qt: Fix tab order in send and receive tab
2014-01-29 14:41:41 +01:00
Cozz Lovan
79fb0557cf
[Qt] minor receive tab improvements
2014-01-29 14:20:15 +01:00
Wladimir J. van der Laan
624154114f
Merge pull request #3597
...
3cf1f43
Mention `*` value for account in documentation for `getbalance` RPC (Wladimir J. van der Laan)
2014-01-29 14:17:20 +01:00
Philip Kaufmann
c78bd93701
[Qt] extend validate line edit and btc address validator
...
- remove btc address length from address validator
- add an optional btc address check in validated line edit that defaults
to off and is used in GUIUtil::setupAddressWidget()
- an isAcceptable() check is added to validated line edit on focus out
which only kicks in, when a validator is used with that widget
- remove an isAcceptable() check from sendcoinsentry.cpp
- remove obsolete attributes from ui files, which are set by calling
GUIUtil::setupAddressWidget()
- move some more things to GUIUtil::setupAddressWidget() and remove them
from normal code e.g. placeholder text
2014-01-29 14:15:55 +01:00
Wladimir J. van der Laan
3cf1f43694
Mention *
value for account in documentation for getbalance
RPC
2014-01-29 13:43:47 +01:00
Wladimir J. van der Laan
aab8fc58c6
Merge pull request #3450
...
4c0b2cd
Win32: use a more modern API call in FileCommit() (Philip Kaufmann)
2014-01-29 09:09:50 +01:00
Wladimir J. van der Laan
2383e4883d
Re-add newline to error() messages
...
As reported by @Subo1978, error messages don't have a trailing newline
anymore after commit b77dfdc9
. Add back this newline.
2014-01-29 08:46:15 +01:00
Wladimir J. van der Laan
0524bdd636
Merge pull request #3582
...
e5aadb2
Updated fallback seed nodes from sipa's DNS seeds (Gavin Andresen)
2014-01-29 07:50:45 +01:00
Wladimir J. van der Laan
6ebcec7d3c
Merge pull request #3593
...
c7f9332
Add check for valid keys in `importprivkey` (Wladimir J. van der Laan)
2014-01-28 18:38:31 +01:00
Wladimir J. van der Laan
7ff13ef2d2
Merge pull request #3590
...
edd735d
[Qt] Fix coin control labels update (Cozz Lovan)
2014-01-28 11:00:40 +01:00
Wladimir J. van der Laan
f9355f1f2b
Merge pull request #3594
...
d7aa1ec
[Qt] fix bitcoin: URI strings (spelling fixes) (Philip Kaufmann)
2014-01-28 10:54:17 +01:00
Philip Kaufmann
d7aa1ec8dd
[Qt] fix bitcoin: URI strings (spelling fixes)
2014-01-28 10:48:41 +01:00
Wladimir J. van der Laan
c7f9332596
Add check for valid keys in importprivkey
...
The base58 armoring was checked, but not the resulting private key,
which could be out of range. Fix this by adding a check.
2014-01-28 09:57:57 +01:00
Wladimir J. van der Laan
dfd0d38fae
Merge pull request #3591
...
6986861
build: use -mwindows for gui targets when linking with mingw (Cory Fields)
2014-01-28 09:40:12 +01:00
Jeff Garzik
12e1fcc34e
Merge pull request #3589 from Diapolo/english-reason
...
use english for all reason strings in IsStandardTx()
2014-01-27 23:58:24 -08:00
Philip Kaufmann
b34e88a88f
use english for all reason strings in IsStandardTx()
2014-01-28 07:45:42 +01:00
Cory Fields
6986861fda
build: use -mwindows for gui targets when linking with mingw
2014-01-27 15:30:51 -05:00