Skip to content

Commit

Permalink
Updated lib version number and Changelog.
Browse files Browse the repository at this point in the history
Change-Id: Ibac3d44b98660762492d7a2005aea38c678d294a
  • Loading branch information
ahetheri authored and mdcornu committed Jun 6, 2017
1 parent 06d858e commit 2658f2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
======================================================================
Release v1.0.1 2017-06-06
======================================================================

Contributors (alphabetical order):
Aaron Hetherington <aaron.hetherington@intel.com>
Bernhard M. Wiedemann <bernhard@zq1.de>
Brian Dooley <brian.dooley@intel.com>
Marcel Cornu <marcel.d.cornu@intel.com>
Michal Aleksinski <michalx.aleksinski@intel.com>

Summary:
1. snmp
- Added OS interface support to Net-SNMP sub-agent
2. General
- Build improvements
- Bug fixes

======================================================================
Release v1.0.0 2017-05-16
======================================================================
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
###############################################################################

LIB = libpqos
VERSION = 1.0.0
VERSION = 1.0.1
SHARED ?= y
LDFLAGS = -L. -lpthread -fPIE -z noexecstack -z relro -z now
CFLAGS = -pthread -I./ -D_GNU_SOURCE \
Expand Down
2 changes: 1 addition & 1 deletion lib/pqos.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
* =======================================
*/

#define PQOS_VERSION 10000 /**< version 1.0.0 */
#define PQOS_VERSION 10001 /**< version 1.0.1 */
#define PQOS_MAX_L3CA_COS 16 /**< 16 x COS */
#define PQOS_MAX_L2CA_COS 16 /**< 16 x COS */

Expand Down

0 comments on commit 2658f2f

Please sign in to comment.