Skip to content

Commit

Permalink
Merge pull request #146 from morgenroth/fixes/1.0.x
Browse files Browse the repository at this point in the history
Patch-set for release 1.0.1
  • Loading branch information
morgenroth committed Feb 24, 2015
2 parents 9caef80 + 74509dd commit 294b543
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 10 deletions.
6 changes: 6 additions & 0 deletions ibrcommon/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ibrcommon (1.0.1) stable; urgency=medium

* Add support for loading Bloom-filter structures of different sizes

-- Johannes Morgenroth <jm@m-network.de> Tue, 24 Feb 2015 07:47:57 +0100

ibrcommon (1.0.0) stable; urgency=medium

* Use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC for MonotonicClock
Expand Down
7 changes: 7 additions & 0 deletions ibrdtn/daemon/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ibrdtnd (1.0.1) stable; urgency=medium

* Fix user and file permissions in logrotate configuration file
* Solve possible ring lock in Prophet routing

-- Johannes Morgenroth <jm@m-network.de> Tue, 24 Feb 2015 07:48:12 +0100

ibrdtnd (1.0.0) stable; urgency=medium

* Features & Fixes
Expand Down
6 changes: 6 additions & 0 deletions ibrdtn/ibrdtn/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ibrdtn (1.0.1) stable; urgency=medium

* Version increased to be inline with other packages

-- Johannes Morgenroth <jm@m-network.de> Tue, 24 Feb 2015 07:48:08 +0100

ibrdtn (1.0.0) stable; urgency=medium

* Add template type to call of SDNV::random()
Expand Down
2 changes: 1 addition & 1 deletion ibrdtn/ibrdtnsuite.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = IBR-DTN
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 1.0.1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
6 changes: 6 additions & 0 deletions ibrdtn/tools/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ibrdtn-tools (1.0.1) stable; urgency=medium

* Version increased to be inline with other packages

-- Johannes Morgenroth <jm@m-network.de> Tue, 24 Feb 2015 07:48:16 +0100

ibrdtn-tools (1.0.0) stable; urgency=medium

* Add configure option to disable dependency on libdaemon, libarchive, and openssl
Expand Down
2 changes: 1 addition & 1 deletion recipes/buildroot/ibrcommon/ibrcommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibrcommon
#
#############################################################
IBRCOMMON_VERSION:=1.0.0
IBRCOMMON_VERSION:=1.0.1
IBRCOMMON_SOURCE:=ibrcommon-$(IBRCOMMON_VERSION).tar.gz
IBRCOMMON_SITE:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
IBRCOMMON_LIBTOOL_PATCH:=NO
Expand Down
2 changes: 1 addition & 1 deletion recipes/buildroot/ibrdtn-tools/ibrdtn-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibrdtn-tools
#
#############################################################
IBRDTN_TOOLS_VERSION:=1.0.0
IBRDTN_TOOLS_VERSION:=1.0.1
IBRDTN_TOOLS_SOURCE:=ibrdtn-tools-$(IBRDTN_TOOLS_VERSION).tar.gz
IBRDTN_TOOLS_SITE:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
IBRDTN_TOOLS_LIBTOOL_PATCH:=NO
Expand Down
2 changes: 1 addition & 1 deletion recipes/buildroot/ibrdtn/ibrdtn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibrdtn
#
#############################################################
IBRDTN_VERSION:=1.0.0
IBRDTN_VERSION:=1.0.1
IBRDTN_SOURCE:=ibrdtn-$(IBRDTN_VERSION).tar.gz
IBRDTN_SITE:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
IBRDTN_LIBTOOL_PATCH:=NO
Expand Down
2 changes: 1 addition & 1 deletion recipes/buildroot/ibrdtnd/ibrdtnd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibrdtnd
#
#############################################################
IBRDTND_VERSION:=1.0.0
IBRDTND_VERSION:=1.0.1
IBRDTND_SOURCE:=ibrdtnd-$(IBRDTND_VERSION).tar.gz
IBRDTND_SITE:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
IBRDTND_LIBTOOL_PATCH:=NO
Expand Down
2 changes: 1 addition & 1 deletion recipes/openwrt/ibrcommon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ibrcommon
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/openwrt/ibrdtn-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ibrdtn-tools
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/openwrt/ibrdtn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ibrdtn
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/openwrt/ibrdtnd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ibrdtnd
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/win32/ibrdtn-inst.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;General

!define APP_NAME "IBR-DTN"
!define VERSION "1.0.0"
!define VERSION "1.0.1"
!define DLL_VERSION "1-0-1"
!define MUI_ICON ibrdtn.ico
!define MUI_UNICON ibrdtn.ico
Expand Down

0 comments on commit 294b543

Please sign in to comment.