Wladimir J. van der Laan
68c0580dfb
Merge pull request #5600
...
4a3d3e2
Fix typo in release notes (Peter Todd)
2015-01-05 08:54:02 +01:00
Peter Todd
4a3d3e20c0
Fix typo in release notes
2015-01-04 19:45:51 -05:00
Cory Fields
221a38024a
dmg: fix deterministic dmg creation and docs
...
Rebased-From: 0d50c2fd81
Github-Pull: #5569
2015-01-02 17:14:34 +01:00
Jacob Welsh
c2029018cc
Release notes: fix REST URIs and wrap line
...
Rebased-From: e64e084e95ca85b038c7f65ad0824d14d03bc044
Github-Pull: #5581
2015-01-02 12:10:22 +01:00
Wladimir J. van der Laan
8061d67aeb
Remove redundant copyright notices from README files
...
The normative place for these for the entire project is COPYING,
and the main README already has a MIT license section.
Rebased-From: e6df2bb48f
2015-01-02 11:03:13 +01:00
Luke Dashjr
d1bcef4391
release-notes: updates
...
- Avoid ambiguous language regarding when transactions confirm
- Elaborate on downgrading warning
- Other minor language improvements
- Clarify watch-only behaviour
Github-Pull: #5534
2014-12-31 10:59:24 +01:00
Wladimir J. van der Laan
968f13cae3
mention leveldb 1.18 ARM/x86 db interop
2014-12-31 09:29:33 +01:00
Pieter Wuille
591c5692f8
Release notes: formatting, headers-first, rest
2014-12-27 05:05:46 +01:00
Jeff Garzik
4e0bfa5814
doc: add bitcoin-tx section to release notes
2014-12-23 20:14:37 +01:00
Peter Todd
2bb0ca9b55
doc: mention P2SH IsStandard relaxation in release notes
2014-12-23 19:31:02 +01:00
Wladimir J. van der Laan
a2300499b7
doc: mention consensus library in release notes
2014-12-23 19:08:19 +01:00
Pieter Wuille
343492795a
doc: add section about watch-only addresses to release notes
2014-12-23 18:19:54 +01:00
Wladimir J. van der Laan
3aa3c710ac
Preliminary release notes for 0.10
2014-12-23 18:10:31 +01:00
Cory Fields
c888111a3f
docs: update gitian building docs
...
Github-Pull: #5512
Rebased-From: dd14a0e799
2014-12-23 14:17:23 +01:00
Wladimir J. van der Laan
c3c635b316
version 0.9.99 -> 0.10.0
...
Bump version but keep CLIENT_VERSION_IS_RELEASE at false as this is not
a release yet.
2014-12-16 18:51:50 +01:00
Cory Fields
0133e4fb48
depends: Gitian 0.10 fixes
...
Github-Pull: #5465
Rebased-From: 422f873ef3
d546191dc2
d7db4b6317
e27d7cb248
2014-12-12 11:48:27 +01:00
Jonas Schnelli
cae548685d
[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation
2014-12-09 16:05:50 +01:00
Wladimir J. van der Laan
7a88e3b0fc
Merge pull request #5425
...
87bddb7
Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 (Pieter Wuille)
ffe3291
Remove gmp dependency and doc mentions (Pieter Wuille)
2014-12-05 11:30:26 +01:00
Wladimir J. van der Laan
c932c47e34
Merge pull request #5329
...
199627c
[REST] adding basic documentation (Jonas Schnelli)
2014-12-05 11:06:50 +01:00
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
2014-12-04 19:17:02 +01:00
LongShao007
be7b0bff5a
Package libqt5core5 replaced with libqt5core5a
...
libqt5core5 installs failed.
Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian.
The website is:
http://packages.ubuntu.com/trusty/libqt5core5a
https://packages.debian.org/sid/libqt5core5a
2014-12-03 19:48:17 +08:00
Gregory Maxwell
5fdbe67ad9
Add 0.10 release notes on improvement to signing security.
...
I dropped mention of libgmp that I had in my first draft because
it looks like we'll be able to get that out prior to release.
2014-12-02 09:42:05 -08:00
Jonas Schnelli
199627c94c
[REST] adding basic documentation
2014-11-26 14:34:44 +01:00
Cory Fields
7a9cf80b19
docs: add/update docs for osx dmg signing
2014-11-26 01:00:42 -05:00
Cory Fields
dfef929bf7
release: update docs to reflect new layout
...
- Split linux32/linux64 releases
- Split win32/win64 zips
- Post-processing should no longer be required. The deterministic outputs are
ready for consumption.
2014-11-25 19:26:40 -05:00
Pavel Vasin
be4ac91aef
docs: ThreadGetMyExternalIP has been removed
...
It was removed in https://github.com/bitcoin/bitcoin/pull/5161
2014-11-22 15:39:57 +03:00
Cory Fields
4bbbdf3244
gitian: quick docs update
2014-11-19 22:49:41 -05:00
Wladimir J. van der Laan
b5d1b10929
doc: add libgmp dependency for secp256k1
...
Also reorganize the document a bit.
2014-11-19 16:31:28 +01:00
Gavin Andresen
8c41853380
gmp needed to build on OSX
2014-11-19 09:55:51 -05:00
Wladimir J. van der Laan
bf217e3adc
Merge pull request #5279
...
6c8c704
[docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
2014-11-19 10:53:32 +01:00
Jonas Schnelli
409e9ef04c
[OSX, docs] update some release build informations
...
- switching release builds to 10.7
- release binary looks like 64bit only
- tested up to 10.10
- gitian builder builds against 10.7. The docs should be consistant.
- remove 32bit text because nowadays it's obvious to support 64bit only on OSX.
2014-11-17 11:15:46 +01:00
Jonas Schnelli
6c8c704bb4
[docs] Add mini-"howto" using Qt Creator (osx)
2014-11-16 10:03:22 +01:00
sandakersmann
369be584f9
doc: Correct several typos in bootstrap.md
...
- Also remove references to the blockchain size
2014-11-07 11:38:51 +01:00
Daniel Kraft
af82884ab7
Add "warmup mode" for RPC server.
...
Start the RPC server before doing all the (expensive) startup
initialisations like loading the block index. Until the node is ready,
return all calls immediately with a new error signalling "in warmup"
with an appropriate status message (similar to the init message).
This is useful for RPC clients to know that the server is there (e. g.,
they don't have to start it) but not yet available. It is used in
Namecoin and Huntercoin already for some time, and there exists a UI
hooked onto the RPC interface that actively uses this to its advantage.
2014-11-04 16:01:09 +01:00
Pieter Wuille
be0e0703f2
Remove file and class order guidelines
2014-11-03 01:00:19 -08:00
Wladimir J. van der Laan
c8a25189bc
doc: release notes update for rpcallowip
syntax change
2014-10-23 13:37:54 +02:00
Wladimir J. van der Laan
c313d6ecb9
doc: add headers first backwards compat warning
2014-10-21 14:56:28 +02:00
Wladimir J. van der Laan
8e9a665f55
doc: Add historical release notes for 0.9.3
2014-10-17 11:13:35 +02:00
Wladimir J. van der Laan
2dc37e7a49
Merge pull request #4991
...
0dcb0a5
doc: Add instructions for consistent Mac OS X build names (Saivann)
2014-10-02 12:07:13 +02:00
Whit J
f60dc15c50
doc: add make install to build-osx.md and build-unix.md
2014-10-01 12:52:32 +02:00
Wladimir J. van der Laan
b25551101c
Merge pull request #5008
...
41020eb
Fix formatting in init.md (Whit J)
2014-10-01 09:07:42 +02:00
JL2035
347a3a3eaa
Update build-unix.md
...
Debian also need libboost-all-dev installed.
2014-10-01 01:53:46 +02:00
Whit J
41020ebe86
Fix formatting in init.md
2014-09-30 10:41:31 -07:00
Wladimir J. van der Laan
28fb5f388d
doc: update gpg command line for SHA256SUMS.asc in release process
2014-09-29 16:58:49 +02:00
Saivann
0dcb0a5578
doc: Add instructions for consistent Mac OS X build names
2014-09-27 14:51:24 -04:00
Wladimir J. van der Laan
a38eaea082
doc: Update SHA256SUMS.asc step in release-process.md
...
- The Hash: header is prepended by gpg, and states the hashing used by
gpg, not what is used to hash the files
- Add more detailed steps
2014-09-27 15:58:55 +02:00
Janusz Lenar
346d5443f1
Fixed the broken brew
shell command
2014-09-25 11:04:27 +02:00
Wladimir J. van der Laan
27fc5277f7
build: change cdrkit location in build-process.md
...
The cdrkit.org domain expired.
Thanks to gdm85 on IRC for reporting this.
2014-09-22 16:40:49 +02:00
Wladimir J. van der Laan
d547ebf56e
Remove mention of MacPorts from OSX build docs
2014-09-18 10:12:08 +02:00
Wladimir J. van der Laan
2d782ab2ce
Merge pull request #4611
...
234bfbf
Add init scripts and docs for Upstart and OpenRC (Adam Weiss)
2014-09-16 11:05:38 +02:00