Skip to content

Commit

Permalink
prep version 2.3.2
Browse files Browse the repository at this point in the history
svn path=/trunk/yarp2/; revision=8386
  • Loading branch information
paulfitz committed Nov 29, 2010
1 parent b2d4ff7 commit c3d0695
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 113 deletions.
240 changes: 130 additions & 110 deletions COPYING

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-11-29 Paul Fitzpatrick <paulfitz@nominal.csail.mit.edu>

* conf/YarpVersion.cmake: bump version to 2.3.2

2010-11-26 Paul Fitzpatrick <paulfitz@alum.mit.edu>

* src/libYARP_dev/src/ServerControlBoard.cpp: when YARP_QUIET
Expand Down Expand Up @@ -3429,7 +3433,7 @@
questions from someone evaluating YARP.

* src/libYARP_dev/src/opencv_grabber: Added --loop option for
opencv_grabber, [thanks Alex Bernardino] for suggestion.
opencv_grabber, [thanks Alexandre Bernardino] for suggestion.

2006-12-15 Paul Fitzpatrick <paulfitz@alum.mit.edu>

Expand Down
4 changes: 2 additions & 2 deletions conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

set(YARP_VERSION_MAJOR "2")
set(YARP_VERSION_MINOR "3")
set(YARP_VERSION_PATCH "1")
set(YARP_VERSION_PATCH "2")
set(YARP_VERSION_MODIFIER "")
set(YARP_VERSION_ABI "0")
set(YARP_VERSION_ABI "1")

set(CPACK_PACKAGE_VERSION_MAJOR "${YARP_VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${YARP_VERSION_MINOR}")
Expand Down
3 changes: 3 additions & 0 deletions src/libYARP_OS/include/hmac/hmac_sha2.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/

// License summary for YARP
// CopyPolicy: 3-clause BSD

#ifndef _HMAC_SHA2_H
#define _HMAC_SHA2_H

Expand Down
3 changes: 3 additions & 0 deletions src/libYARP_OS/include/hmac/sha2.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/

// License summary for YARP
// CopyPolicy: 3-clause BSD

#ifndef SHA2_H
#define SHA2_H

Expand Down
3 changes: 3 additions & 0 deletions src/libYARP_OS/src/hmac_sha2.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/

// License summary for YARP
// CopyPolicy: 3-clause BSD

#include <string.h>

#include <hmac/hmac_sha2.h>
Expand Down
3 changes: 3 additions & 0 deletions src/libYARP_OS/src/sha2.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/

// License summary for YARP
// CopyPolicy: 3-clause BSD

#if 0
#define UNROLL_LOOPS /* Enable loops unrolling */
#endif
Expand Down
3 changes: 3 additions & 0 deletions src/modules/laserHokuyo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2010 Marco Randazzo
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

IF (COMPILE_DEVICE_LIBRARY)
PREPARE_DEVICE(laserHokuyo TYPE laserHokuyo INCLUDE laserHokuyo.h)
ENDIF (COMPILE_DEVICE_LIBRARY)
Expand Down

0 comments on commit c3d0695

Please sign in to comment.