Updating packages to the latest canidate release versions
diff --git a/nlsr/Makefile b/nlsr/Makefile
index 9ca7ad4..1e39d32 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/NLSR
 
 # Tag name or commit hash for checkout
-GIT_VERSION=3d06e79119cd84e2269b0c70be0cfe9d34c9d832
+GIT_VERSION=bf11c5f1aa51bdeb7b8ecded11445fadf26f8fb5
 
 # Package name
 NAME=nlsr
 
 # Package version
-VERSION=0.1~rc0
+VERSION=0.1~rc0.1
 
 # PPA version
 PPA_VERSION=1
diff --git a/nlsr/debian/changelog b/nlsr/debian/changelog
index 73ed23c..5198514 100644
--- a/nlsr/debian/changelog
+++ b/nlsr/debian/changelog
@@ -1,3 +1,10 @@
+nlsr (0.1~rc0.1-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on bf11c5f1aa51bdeb7b8ecded11445fadf26f8fb5
+    (https://github.com/named-data/NLSR)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:54:26 -0700
+
 nlsr (0.0~rc0-ppa0~DISTRO) DISTRO; urgency=low
 
   * Initial release
diff --git a/nlsr/debian/control b/nlsr/debian/control
index 7a97bb6..26fe895 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc0.1), 
+ ndn-cxx-dev (>= 0.2.0~rc1.1), 
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.5.0),
diff --git a/nlsr/debian/control.precise b/nlsr/debian/control.precise
index 6ba45aa..1f2c526 100644
--- a/nlsr/debian/control.precise
+++ b/nlsr/debian/control.precise
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc0.1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.5.0),