Skip to content

Commit b85467d

Browse files
author
David J. Kordsmeier
committed
refs #100798 Merge remote-tracking branch 'origin/100798-prepare-for-ccnx-070-release'
* origin/100798-prepare-for-ccnx-070-release: refs #100798 rebuild manpages for 0.7.0rc1. refs #100798 Bump release version to 0.7.0rc1 refs #100798 Update NEWS for 0.7.0: #100011 refs #100798 Update NEWS for 0.7.0: #100177 refs #100798 Update NEWS for 0.7.0: #100242 refs #100798 Update NEWS 0.7.0: #100442 refs #100798 Update NEWS for 0.7.0: #100855 refs #100798 Update NEWS for 0.7.0: #refs #100856 refs #100798 Update NEWS for 0.7.0: #100862
2 parents 930301c + f4110ef commit b85467d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+141
-123
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Changes between 0.6.2 and 0.7.0:
2+
--------------------------------
3+
This highlights some important changes since the most recent numbered release.
4+
Refer to http://redmine.ccnx.org/projects/ccn/versions/13 for more details on
5+
CCNx 0.7.0.
6+
7+
* Issues Resolved:
8+
* Feature #100862: Routing agents need to learn about the adjacency of the network that they
9+
find themselves participating in. Add support for this to ccnd
10+
* Bug #100856: ccn_disconnect followed by ccn_connect leaves connection in a semi-functional
11+
state
12+
* Bug #100855: ccn_destroy() call to EVP_cleanup() causes trouble for any remaining handles
13+
and other users of the OpenSSL services
14+
* Bug #100442: ccn_charbuf_append_datetime_now unimplemented
15+
* Bug #100242: AbstractInputStream null pointer when content length 0
16+
* Bug #100177: CCNFileInputStream mishandles filename with segment number present
17+
* Bug #100011: java Exclude filters should be able to match implicit digest name component
18+
119
Changes between 0.6.1 and 0.6.2:
220
--------------------------------
321
This highlights some important changes since the most recent numbered release.

android/CCNx-Android-Services/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<string name="label_ok">OK</string>
3131
<string name="label_ccndstatus">CCND Status</string>
3232
<string name="service_started1_msg">CCNx Service Control started</string>
33-
<string name="about_text">CCNx 0.7.0pa1\n/*
33+
<string name="about_text">CCNx 0.7.0rc1\n/*
3434
*
3535
* CCNx Android Services\m
3636
*\m

android/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#---------------------------------------------------------------------------
2121
DOXYFILE_ENCODING = UTF-8
2222
PROJECT_NAME = "CCNx for Android"
23-
PROJECT_NUMBER = 0.7.0pa1
23+
PROJECT_NUMBER = 0.7.0rc1
2424
OUTPUT_DIRECTORY = ../doc/android
2525
CREATE_SUBDIRS = NO
2626
OUTPUT_LANGUAGE = English

android/Doxyfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#---------------------------------------------------------------------------
2121
DOXYFILE_ENCODING = UTF-8
2222
PROJECT_NAME = "CCNx for Android"
23-
PROJECT_NUMBER = 0.7.0pa1
23+
PROJECT_NUMBER = 0.7.0rc1
2424
OUTPUT_DIRECTORY = ../doc/android
2525
CREATE_SUBDIRS = NO
2626
OUTPUT_LANGUAGE = English

android/Doxyfile.latex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#---------------------------------------------------------------------------
2121
DOXYFILE_ENCODING = UTF-8
2222
PROJECT_NAME = "CCNx for Android"
23-
PROJECT_NUMBER = 0.7.0pa1
23+
PROJECT_NUMBER = 0.7.0rc1
2424
OUTPUT_DIRECTORY = ../doc/android
2525
CREATE_SUBDIRS = NO
2626
OUTPUT_LANGUAGE = English

csrc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#---------------------------------------------------------------------------
1919
DOXYFILE_ENCODING = UTF-8
2020
PROJECT_NAME = "Content-Centric Networking in C"
21-
PROJECT_NUMBER = 0.7.0pa1
21+
PROJECT_NUMBER = 0.7.0rc1
2222
OUTPUT_DIRECTORY = ../doc/ccode
2323
CREATE_SUBDIRS = NO
2424
OUTPUT_LANGUAGE = English

csrc/Doxyfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "Content-Centric Networking in C"
8-
PROJECT_NUMBER = 0.7.0pa1
8+
PROJECT_NUMBER = 0.7.0rc1
99
OUTPUT_DIRECTORY = ../doc/ccode
1010
CREATE_SUBDIRS = NO
1111
OUTPUT_LANGUAGE = English

csrc/Doxyfile.latex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "Content-Centric Networking in C"
8-
PROJECT_NUMBER = 0.7.0pa1
8+
PROJECT_NUMBER = 0.7.0rc1
99
OUTPUT_DIRECTORY = ../doc/ccode
1010
CREATE_SUBDIRS = NO
1111
OUTPUT_LANGUAGE = English

doc/manpages/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PAGE_NAMES = \
5353
ccntestloop \
5454

5555

56-
PROJECT_NUMBER = 0.7.0pa1
56+
PROJECT_NUMBER = 0.7.0rc1
5757
SRC_TXT = $(PAGE_NAMES:=.1.txt)
5858
DERIVED_HTML= $(PAGE_NAMES:=.1.html)
5959
DERIVED_PDF = $(PAGE_NAMES:=.1.pdf)

doc/manpages/ccn_ccnbtoxml.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: ccn_ccnbtoxml
33
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
44
.\" Generator: DocBook XSL Stylesheets v1.76.0 <http://docbook.sf.net/>
5-
.\" Date: 10/09/2012
5+
.\" Date: 11/16/2012
66
.\" Manual: \ \&
7-
.\" Source: \ \& 0.7.0pa1
7+
.\" Source: \ \& 0.7.0rc1
88
.\" Language: English
99
.\"
10-
.TH "CCN_CCNBTOXML" "1" "10/09/2012" "\ \& 0\&.7\&.0pa1" "\ \&"
10+
.TH "CCN_CCNBTOXML" "1" "11/16/2012" "\ \& 0\&.7\&.0rc1" "\ \&"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

0 commit comments

Comments
 (0)