File novacoin.changes of Package novacoin

-------------------------------------------------------------------
Sat Feb 12 19:29:01 UTC 2022 - marec@detebe.org

- Update to version 0.5.10:
  * Bump version
  * Update IXWebSocket
  * Includes cleanup
  * Create streams files
  * Fix windows build
  * Includes cleanup
  * Includes cleanup
  * Slit coincontrol.h to .h and .cpp files
  * Cleanup miner.h header includes.
  * Delete coinAge from CKernelRecord
  * Move out fees from base pow reward
  * Remove namespace boost
  * EC_KEY_regenerate_key: add missed checks
  * Headers cleanup
  * Split bignum.h to .h and .cpp files
  * Remove unused code
  * Code cleanup
  * Fix CKey Sign functions
  * Drop some boost deps
  * Replace boost::variant with std::variant
  * Move some code from base58.h to base58.cpp
  * Cleanup miner.cpp
  * Drop some boost deps
  * Drop some boost deps from json_spirit
  * No more boost::mutex in code
  * port code from +17 branch, fix operator *=
  * Update headers in script cpp h files
  * Remove using namespace std from script.cpp
  * Switch checkqueue to std::mutex
  * Wip: remove boost from code
  * Remove boost foreach macro
  * Set _WIN32_WINNT to windows 7
  * Rename dependencies directory
  * Dependencies build scripts unification
  * Cleanup
  * Fix interpreter path
  * Fix script path detection on macOS
  * Fix script path detection on macOS
  * Remove duplicates

-------------------------------------------------------------------
Wed Dec 29 16:51:17 UTC 2021 - marec@detebe.org

- Update to version 0.5.9:
  * Apply IXWebSocket patch automatically
  * DO not track unstashed changes for now
  * Qt patch to force compiling with stack protector
  * Remove libpng scripts; Compile all win32 dependencies with -fstack-protector-all; Add missing flags to cmake configs.
  * Remove libpng
  * Fix interpreter path
  * Build sanity checks
  * Build sanity checks
  * Build sanity checks
  * Setup sanity checks
  * genbuild.sh is able to function outside of project root
  * Fix genbuild.sh to allow configuring building outside of project root
  * Add qrcode icon
  * Add qr code button & always build with libqrencode
  * Copy translation files to build directory
  * Apply c++17 fold on PushMessage
  * Force disconnect on checksum or format errors
  * Rework proof-of-stake validation logic to handle orphans better
  * Bugfix: Check proof-of-stake after orphan maps were properly updated
  * Deinit active branch first
  * grammar
  * -fstack-protector-string
  * New checkpoints at block 712891
  * Fix - add missed cs macros
  * Remove ancient code
  * Fix analyzer noise
  * Fix compiler noise
  * Remove BerkeleyDB support for block index
  * Fix amount checking
  * Add BOOST_SPIRIT_THREADSAFE flag
  * libssp is needed only for mingw
  * Do not force static runtime for boost unless building for win32
  * Disable compiling qrencode executables
  * Add resource file for novacoind.exe
  * Compile Qt with suport for gif, jpeg and vector graphics
  * Fix exe linker flags
  * Static linking with runtime for Windows executables
  * Add workaround for mingw32 to sse2neon
  * Adjust stack smashing protection options
  * Fix openssl cross-compiling
  * Link with pthread on win32
  * Define WIN32 for windows targets
  * Ignore changes in mingw64_deps directory
  * Cross toolchain file for cmake
  * Remove zlib as separate dependency
  * Set IXWebSocket to latest HEAD
  * Use -fPIC only on relevant platforms
  * Add libpng
  * Add zlib
  * Add zlib
  * lib -> lib64 symlink
  * Boost_USE_STATIC_RUNTIME ON
  * Update readme
  * Add qtdeclarative
  * Update README.md
  * windows dependencies cross-building scripts
  * Refresh bitcoinrpc
  * Microsoft compiler flags
  * Microsoft compiler flags
  * Microsoft compiler flags
  * Define ccache as OBJCXX compiler launcher on apple platforms
  * Remove duplicate compiler launcher
  * Tweak berkeley db detection
  * Tweak berkeley db detection
  * Tweak berkeley db detection
  * Update CMakeLists.txt
  * macOS configure example for novacoin-qt
  * Use fully qualified boost::placeholders identifiers to fix broken build on macOS
  * Fix https://github.com/bitcoin/bitcoin/issues/19510
  * -Wall is not our choice due to -Werror being defined in some subprojects
  * Always define USE_IPV6
  * We already have WSA init calls in init.cpp
  * Windows libraries linking for daemon
  * Fix novacoind build
  * Update CMakeLists.txt - compiler options
  * Only allow 64 bit builds by default; Remove assembler scrypt implementations; Import sse2neon translation layer to support neon intrinsics; Enable intrinsics for 64 bit CPUs by default.
  * Windows-specific libraries
  * Init net subsystem
  * Disable c++ extensions
  * Fix docs
  * Fix docs
  * Fix instruction
  * Add buld steps for Ubuntu
  * Move obsolete docs away
  * Remove obsolete docs
  * Remove qmake project file
  * Use Qt5
  * Some systems need rt library
  * Add src/additional/libqrencode to include path
  * Add src/qt to include path
  * Fix missing QAbstractItemView definition
  * QT_GUI definition
  * Enable objective c++ on apple platforms only
  * Create CMakeLists.txt for Qt project
  * Update CMake - berkeleydb
  * Better detection of berkeleydb
  * Better detection of berkeleydb
  * Better detection of berkeleydb
  * Fix compiler noise (default ctor)
  * Remove unused code
  * Remove old make files
  * Generate build info header
  * ASM should be declared as well
  * OPENSSL_USE_STATIC_LIBS ON
  * Boost_USE_STATIC_LIBS   ON
  * BDB path variables
  * We can work with leveldb now
  * Add preprocessor definitions
  * CMake file for novacoind (USE_LEVELDB does not work yet)
  * __APPLE
  * Use prebuilt leveldb
  * Add leveldb submodule
  * BN_is_prime -> BN_is_prime_ex
  * BN_zero -> BN_set_word
  * Update makefile.unix
  * Fix crash
  * Consistency fix: Do not return non-const pointer to private field
  * OpenSSL-independent implementation of base58
  * const variant
  * Add ixwebsocket library reference
  * Add ixwebsocket library reference
  * Enable BIP112 at Friday, 25-Feb-2022 14:00:20 UTC
  * Fix #124
  * Fix #375
  * Remove rpcssl settings from help
  * Add ixwebsocket library to makefiles
  * Resurrect authentication support
  * Remove debug output
  * Start server thread
  * Init
  * Use BN_dup
  * Fix copy constructor
  * Remove ECIES and PEM dump functionality
  * Fix copy constructor
  * Use shared_ptr
  * Hack to deal with namespace conflict. It is better to use std:: though.
  * Reimplement RPC server and client
  * random_shuffle has been removed in c++17
  * Push IXWebSocket reference
  * OpenSSL API hacks
  * Fix getbalance() bug
  * Add checkpoint
  * Update Copyright Year
  * Update README.md
  * gui: Enable console line edit on setClientModel (addition to 70338acb43623e2f1ae88790159eea3647c611d1)
  * 'help' rpc commands autocomplete
  * Fix issue with QCompleter
  * Update links of explorers
  * Add selectable Qt GUI Styles
  * Transaction View: LastMonth calculation fixed
  * Increased max width of amount field to prevent number overflow bug.
  * Cleanup StunSrvList
  * Add autocomplete to console window.
  * Improved readability of sorting for coin selection.
  * use cached block hash in blockToJSON()
  * qt: use CHashWriter also in SignVerifyMessageDialog
  * qt: askpassphrasedialog: Clear pass fields on accept
  * Update build manuals
  * Bump version to 0.5.9
  * Upd bitcoin.qrc
  * Add checkpoint @ block # 532000
  * Update Copyright Year
  * Update STUN list
  * Change the icons
  * Fix compiler type reporting and build time
  * Change the path for macx
  * Remove coinplorer.com block explorer URL
  * Update license year 2019
  * Refresh ntp servers list
  * Fix CBitcoinAddress::GetKeyID logic
  * Fix wrong index in sendfrom function
  * See https://github.com/bitcoin/bitcoin/pull/1767
  * Fix listaddressgroupings comand
  * We have not yet implemented begin() and size() methods in the master branch.
  * CPubKey::Verify() : Fix memory leak.
  * Fix memory leak.
  * Update seed nodes array.
  * DNSNode: fix source name
  * Get rid of boost::counting_iterator
  * From boost(std)::thread::hardware_concurrency description: if this value is not computable or well defined, the function returns 0.

-------------------------------------------------------------------
Mon Apr  4 19:53:10 UTC 2016 - marec@detebe.org

- Update to version 0.5.8:
  * Revert "Split CMerkleTx::SetMerkleBranch"
  * RPC: now decryptdata/decryptmessage methods are able to understand WIF formatted private key.
  * Fix importprivkey issues.
  * Bump version to 0.5.8
  * Get rid of fCompressedPubKey attribute.
  * Preserve key compression attribute while initializing a new instance of CKey.
  * Our internal state doesn't matter.
  * Rewrite pszTimestamp var: get rid of char*
  * RPC: In addition to public key pairs, adjustmalleablepubkey method now understands malleable addresses and key views.
  * RPC: Replace resendtx with resendwallettransactions.

-------------------------------------------------------------------
Thu Mar 31 15:56:57 UTC 2016 - marec@detebe.org

- Update to version 0.5.7:
  * Bump version to 0.5.7
  * lupdate
  * Trying to proccess .app references correctly
  * QT5 fix
  * Network options: External seeder option
  * http://stackoverflow.com/questions/12505383/print-not-working-when-compiled-with-py2exe
  * Do not print sensitive data
  * Create setup.py for getseeds script.
  * Fix
  * => Python3

-------------------------------------------------------------------
Thu Mar 17 21:11:56 UTC 2016 - marec@detebe.org

- Update to version 0.5.6:
  * Bump client version
  * Checkpoint
  * Initializing: type mismatch
  * Fix msvc c4127 warning
  * Fix msvc c4127 warning
  * Version: compiler name suffix update
  * Fix msvc warning C4706: assignment within conditional expression
  * Fix msvc warning C4706: assignment within conditional expression
  * Switch nSize to size_t
  * Fix msvc c6262 warning: excessive stack usage

-------------------------------------------------------------------
Mon Dec  7 19:30:38 UTC 2015 - marec@detebe.org

- Update to version 0.5.5:
  * Bump version to 0.5.5
  * Add checkpoint + Reject blocks from the distant future
  * MSVC compatibility with USE_ASM definition also double inclusion removed in libcommon.vcxproj.filters
  * move WSAStartup to init
  * Silence compiler warnings on Windows related to MinGWs inttypes.h
  * Epic typo fix
  * Fix stake miner interval checking.
  * Split kernel scanning function.
  * MSVC solution update

-------------------------------------------------------------------
Tue Sep 29 14:27:56 UTC 2015 - marec@detebe.org

- Update to version 0.5.4:
  * Bump version to 0.5.4
  * Add new Tor seed node.
  * Fix msvc c4267 warning
  * Fix msvc c4127 warning
  * More NTP servers.
  * Remove StakeMiner function, mine blocks directly in the thread function.
  * Move stake mining function  wrapper definition to miner.cpp. Also, init NTP thread from StartNode().
  * Keep old GetAdjustedTime() behavior if no NTP data is available; Give a warning if no p2p time data is available and NTP is not in agreement with system clock.
  * More than one samples seems enough.
  * Fix msvc c4200 warning
  * Suppress msvc c4244 warning

-------------------------------------------------------------------
Thu Sep  3 22:11:55 UTC 2015 - marec@detebe.org

- Update to version 0.5.3:
  * Fix compilation error on Win32 platforms.
  * v0.5.3 snapshot
  * Add checkpoint at block #200000
  * RPC: Add dumpblock and dumpblockbynumber methods
  * add PoS and PoW difficulty to tooltip
  * Add systemd service file.
  * Fix some msvc C4244 warnings, also useless cast (ptime)
  * Fix MSVC C4800: 'type' forcing value to bool 'true' or 'false'

-------------------------------------------------------------------
Thu Jan 22 20:02:27 UTC 2015 - marec@detebe.org

- Update to version 0.5.2:
  * v0.5.2 snapshot
  * RPC: Add networkType parameter for getaddrmaninfo
  * RPC: getaddrmaninfo returns GetChance result for each item.
  * RPC: getaddrmaninfo doesn't support Tor and I2P addresses at the moment.
  * RPC: getaddrmaninfo should return online addresses only
  * Try to broadcast transactions before saving it into the wallet.
  * перенёс ссылку в подходящее место
  * Добавление иконки
  * опечатка
  * Bump version
  * RPC: getaddrmaninfo
  * Small refactoring
  * Small refactoring of coinstake & coinbase transactions handling

-------------------------------------------------------------------
Sun Jan 18 14:15:28 UTC 2015 - marec@detebe.org

- Update to version 0.5.1:
  * Bump version
  * RPC: getaddrmaninfo
  * предупреждения при создании адреса с мультиподписью
  * Small refactoring
  * Small refactoring of coinstake & coinbase transactions handling
  * Improve robustness of DER recoding code
  * Minor CheckBlock() optimizations.
  * использовать актуальное значение "монетодней"

-------------------------------------------------------------------
Thu Dec 25 21:01:24 UTC 2014 - marec@detebe.org

- initial package build

openSUSE Build Service is sponsored by