-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from morgenroth/Release-1.0
Release 1.0
- Loading branch information
Showing
22 changed files
with
147 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
ibrcommon (0.13.0) UNRELEASED; urgency=low | ||
|
||
* Development revision | ||
|
||
-- Johannes Morgenroth <[email protected]> Fri, 28 Mar 2014 17:06:04 +0100 | ||
ibrcommon (1.0.0) stable; urgency=medium | ||
|
||
* Use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC for MonotonicClock | ||
* Improved scope handling in vaddress objects | ||
* Improved error checking on RWMutex locking | ||
* Add gcov and debug option to configuration.ac files | ||
* Add isValid() method to File class | ||
* Allow removal of a stream from the Logger | ||
* Fix absolute path of File if the path begins with a "." | ||
* Add SHA256Stream | ||
* Improved implementation of vaddress::isLocal() | ||
* Fix build with libnl2 or netlink 3.2.21 | ||
* Usage of RWMutex / RWLock simplyfied | ||
* Fix push() method of exclusive queue access | ||
* Add comparison operator to refcnt_ptr and remove getPointer() methods | ||
* Fix queue limitation handling when using exclusive locking | ||
* Split getnpop() of the Queue class into take() and poll() | ||
* Add hash stream for MD5 | ||
* Fix buffer size of HMacStream | ||
* ibrcommon.h added to reflect the library features | ||
|
||
-- Johannes Morgenroth <[email protected]> Sun, 04 Jan 2015 13:32:13 +0100 | ||
|
||
ibrcommon (0.12.0) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,62 @@ | ||
ibrdtnd (0.13.0) UNRELEASED; urgency=low | ||
|
||
* Development revision | ||
|
||
-- Johannes Morgenroth <[email protected]> Fri, 28 Mar 2014 17:06:05 +0100 | ||
ibrdtnd (1.0.0) stable; urgency=medium | ||
|
||
* Features & Fixes | ||
* Detect potential duplicates during the bundle reception | ||
* Trigger all routing modules to react to initial topology | ||
* Time-sync only with the best available peer | ||
* Synchronize time even if the timestamp is equal in seconds | ||
* Automatically generate a local security key if it does not exists | ||
* Add security key-exchange mechanism | ||
* Add key-exchange controls to the NativeDaemon | ||
* Add key-exchange controls to the management API | ||
* Store meta-data of security keys | ||
* Specify a trust-level for each key exchange protocol | ||
* Update equal keys if the trust-level of the new key is higher | ||
* Put public and private key into separate files | ||
* Only enable KeyExchanger if security features are enabled | ||
* Generate DH params for key-exchange only if enabled | ||
* Increase seq.no. range of UDP datagram service to 0..15 | ||
* Add sign / encrypt capabilities to integrated applications | ||
* Sign and encrypt echo replies if the request was signed / encrypted | ||
* Sign status reports if the referenced bundles was signed | ||
* Sign custody signals if the referenced bundles was signed | ||
* Stream log via API (protocol management -> logstream) | ||
* Verify PIBs of merged bundles | ||
* Fix copy operator of SQLiteBundleSet | ||
* Fix queue poll() function call in TCPConnection::Sender | ||
* Store routing data of PRoPHET persistently if the storage path is set | ||
* Add special treatment for binding a TCP convergence-layer to loopback | ||
* Add low-energy mode which is controlled by the API | ||
* Make TCP keep-alive time-out configurable | ||
* Make beacon interval configurable | ||
* Add option to enable externally managed connectivity state | ||
* Fix processing of compression and encryption block | ||
* Add basic filtering capabilities | ||
* Set inital timeout for TCP-CL handshake | ||
* Send notification to all neighbors if the PredictabilityMap of PRoPHET grows | ||
|
||
* Build process | ||
* Automatically detect support for BSP and 6LowPAN | ||
* Autoconf make-over | ||
* Remove redundant linker options in Makefile.am | ||
* Fix autoconf recipe for win32 | ||
* Fix TLS support checking | ||
* Exclude security headers if BSP is not supported by ibrdtn library | ||
* Disable TLS if ibrcommon does not supports SSL | ||
* Add configure option to disable dependency on libwifip2p and vmime | ||
* Introduce configure option to enable build of documentation explicitly | ||
* Enable build of documentation for Debian packages | ||
|
||
* Packaging | ||
* Create a spool directory with write permissions for 'dtnd' in debian install script | ||
* Add process name checking to dtnd init script | ||
* Load init script defaults before checking if the start-up is disabled | ||
* Fix directory permissions during Debian installation | ||
* Enable security settings by default | ||
* Change permissions of bpsec and certs directory on start-up | ||
* Fix munin bundle stats script | ||
|
||
-- Johannes Morgenroth <[email protected]> Sun, 04 Jan 2015 14:00:58 +0100 | ||
|
||
ibrdtnd (0.12.0) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
ibrdtn (0.13.0) UNRELEASED; urgency=low | ||
|
||
* Development revision | ||
|
||
-- Johannes Morgenroth <[email protected]> Fri, 28 Mar 2014 17:06:05 +0100 | ||
ibrdtn (1.0.0) stable; urgency=medium | ||
|
||
* Add template type to call of SDNV::random() | ||
* Add SDNV::trim() method to limit the absolute sequence-number to 32-bit | ||
* Fix: The local time is no longer modified if the clock rating is equal to 1.0 | ||
* Non-reference clocks are now independent of outer clock adjustments (e.g. by NTP) | ||
* Add configure option to disable dependency on glib2 | ||
* size_t is used in the definition of PrimaryFlags to avoid signed values | ||
* The absolute sequence-number is limited to 32-bit for compatibility reasons | ||
* The initial absolute sequence number is set to a random value instead of zero | ||
* Add gcov and debug option to configuration.ac files | ||
* VerificationSkippedException is thrown if PIB verification can not be performed | ||
* Skip PIB verification if the fragment range does not match the bundle | ||
* Fix for a segfault in case the BLOB creation fails | ||
* Add zlib flags and libs to fix unittests on recent ubuntu versions | ||
* Fix for bundle expiration of references in MemoryBundleSet | ||
* Add trust-levels and methods to store meta data to security key | ||
* Add operator==() to compare SecurityKey objects based on the fingerprint | ||
* Use take() and poll() methods of the queue instead of getnpop() | ||
* Fix autoconf recipe for win32 | ||
* Fix copy operator of MemoryBundleSet | ||
* Fix usage of MD5Stream to convert string-based EIDs to CBHE | ||
* Fix compiler selection on some platforms | ||
* Automatically detect support for the bundle security protocol | ||
* Use MD5Stream class to convert application strings into numbers | ||
|
||
-- Johannes Morgenroth <[email protected]> Sun, 04 Jan 2015 13:45:46 +0100 | ||
|
||
ibrdtn (0.12.0) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
ibrdtn-tools (0.13.0) UNRELEASED; urgency=low | ||
ibrdtn-tools (1.0.0) stable; urgency=medium | ||
|
||
* Development revision | ||
* Add configure option to disable dependency on libdaemon, libarchive, and openssl | ||
* Use libarchive >= 3.0 instead of shell call of 'tar' for dtninbox / dtnoutbox | ||
* Remove dependency on openssl | ||
|
||
-- Johannes Morgenroth <[email protected].de> Fri, 28 Mar 2014 17:06:05 +0100 | ||
-- Johannes Morgenroth <jm@m-network.de> Sun, 04 Jan 2015 13:56:53 +0100 | ||
|
||
ibrdtn-tools (0.12.0) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters