Skip to content

Commit

Permalink
Update version and changelog for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wen authored and eigenmatt committed Nov 1, 2019
1 parent 4eb9ed4 commit 9c8972a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.4.0 [2019-10-28]
* Support for ExaNIC V9P
* Drop support for historic Z1 and Z10 NICs
* Remove raw i2c bit-banging from userspace software in favour of kernel API
(this will result in minor incompatibilities when running older versions of
the ExaNIC driver and newer versions of libexanic and utilities)
* driver: ethtool GEEPROM and SEEPROM support for ExaNIC EEPROM access
* driver: fix compilation errors for some CentOS/RHEL 6 kernel versions
introduced in 2.3.1
* libexanic: remove exanic_get_sfp_info, exanic_get_qsfp_info,
exanic_get_sfp_diag_info and exanic_get_qsfp_diag_info. Functions and types
for pluggable transceiver access no longer part of public libexanic API

2.3.1 [2019-10-09]
* Basic support for extra ExaNIC FDK MMIO regions BAR 1 and BAR 4
* libexanic: make ATE register names more descriptive
Expand Down
4 changes: 2 additions & 2 deletions include/exanic_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/* Edit the 4 macros below should the version change */

#define EXANIC_VERSION_MAJOR 2
#define EXANIC_VERSION_MINOR 3
#define EXANIC_VERSION_REV 1
#define EXANIC_VERSION_MINOR 4
#define EXANIC_VERSION_REV 0
#define EXANIC_VERSION_EXTRA "-git"

/* Do not edit these macros */
Expand Down

0 comments on commit 9c8972a

Please sign in to comment.