aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.txt
AgeCommit message (Collapse)Author
2013-05-20Docs Markdown Cleanupsuper3
2013-04-15fixes #2506: mac binary with proper version and copyright meta-informations ↵Jonas Schnelli
(Info.plist) Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations. The url-handler (bitcoin://) is also not working in current release Should be fixed with this commit. Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-05small update to release-process.txtPhilip Kaufmann
- expand the description for updating the translations - sort the paths/files, which need to have the version number updated, in alphabetical order - use a more current version number in git tag and git shortlog
2013-01-30Bump version numbers for 0.8 releaseGavin Andresen
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
2013-01-18Code-signing certificates (no private keys) from Apple and ComodoGavin Andresen
2013-01-18Port macdeployqtplus to OSX 10.8Gavin Andresen
Use 'osascript' to run AppleScript, instead of using (broken-in-10.8) python appscript package. And added support for code-signing the .app bundle, to make OSX's GateKeeper happy.
2012-10-29Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)Matt Corallo
2012-10-25Show warning when using prerelease versionWladimir J. van der Laan
Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response.
2012-09-29Merge pull request #1864 from Diapolo/Qt_4.8.2Wladimir J. van der Laan
switch to Qt 4.8.2 for Windows builds
2012-09-25switch to Qt 4.8.2 for Windows buildsPhilip Kaufmann
2012-09-22Update Bitcoin to use OpenSSL 1.0.1cfanquake
Bump deps tp 0.0.5 Small docs corrections
2012-09-07Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann
- add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details" - introduce a new clientversion.h (used in bitcoin-qt.rc to generate version information), which takes only the version defines from version.h and is included in it (to allow usage with the windres rc-file compiler) - move #define STRINGIFY(s) #s into clientversion.h as that is used in bitcoin-qt.rc and rename to DO_STRINGIZE(X) - add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the version defines into a version string in the rc-file - this ensures we only need to update 1 file and have bitcoin-qt.exe version information - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2012-09-06Build doc updatesGavin Andresen
2012-06-13Update wiki changelog at doc/release-process.txtMatt Corallo
2012-05-13release-process.txt: Add a note to check the download link destinations.Gregory Maxwell
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-27Bump version numbers for 0.6.1rc1Gavin Andresen
2012-04-10Build identification stringsPieter Wuille
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-02-29Updated Mac build processGavin Andresen
2012-02-29Fix release-process.txt for new deps zip.Matt Corallo
2012-02-22Make deps build deterministic and upgrade to libpng 1.5.9.Matt Corallo
2012-02-07Update doc/release-process.txtLuke Dashjr
2012-02-06miniupnpc Porfile removed; new and improved macdeployqtplusp2k
* 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-01-17Various updates to the release processLuke Dashjr
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-11-21Don't forget to bump release numbers in READMEs next timeGavin Andresen
2011-11-21Update release process instructionsGavin Andresen
2011-11-10Tool/process for including correct qt translations in mac .AppGavin Andresen
2011-11-10Release process doc fixesGavin Andresen
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-04Mac releases use macdeployqtplusGavin Andresen
2011-11-01Update documentation to reflect 0.5 reality. And removed leading $ from ↵Gavin Andresen
shell commands, so it is easier to copy and paste from release-process.txt.
2011-10-25Update documentation to reflect reality (no win32 gitian builds, new Mac ↵Gavin Andresen
process)
2011-10-03Update release-process to point to gitian.sigs repo.Matt Corallo
2011-09-28Update release-process.txt with gitian release instructions.Matt Corallo
2011-09-23Update release process for repackaging gitian builds, and osx dmgGavin Andresen
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
This adds the relevent patches which are applied to wx, and updates for cross compiling.
2011-06-27Add OSX App bundle and correct build instructions to reflect reality.Doug Huff
2011-06-16doc/release-process.txt: minor updatesJeff Garzik
2011-06-10Add minimal release process docs.Jeff Garzik