diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-21 14:37:25 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-21 14:37:25 -0700 |
commit | b0267efa30e1d460f9831094a955355aca3b812e (patch) | |
tree | aef3797030be7020586e9c79e5a6e7828c23054a /CHANGELOG | |
parent | 6bd9fed25f702bf6b2a244c6c045e3945ad165a5 (diff) | |
parent | 743aca4c3e68257253960d37422082aab4fe5d91 (diff) | |
download | uhd-b0267efa30e1d460f9831094a955355aca3b812e.tar.gz uhd-b0267efa30e1d460f9831094a955355aca3b812e.tar.bz2 uhd-b0267efa30e1d460f9831094a955355aca3b812e.zip |
Merge branch 'maint'
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ Change Log for Releases ============================== +## 003.007.001 + +* Fixed issue with TVRX2 divider calculation. +* Fixed issue using calibration utilities on B-Side daughterboard in an X3xx. +* Replaced unsafe `sscanf` call in utilities. +* Properly initializing N-Series clock, fixing short transient on device boot-up. +* Improved `--help` output for a number of utilities & examples. +* Improved READMEs for directories. +* Fixed X3xx documentation with some clarifications. +* UHD will now tell you if you have requested a sample rate higher than the transport can deliver. +* Removed work-around necessary in RIO kernel module for zero-copy in PCIe for X3xx devices. +* Fixed issue where X3xx devices would lock-up when on networks with lots of traffic. +* The B2xx FX3 and AD9361 source code is now in UHD. +* Numerous B2xx stability improvements. +* Fixed includes for older OSes (e.g., Fedora 14). +* Fixed includes for older versions of Boost. +* Fixed PPS detection in X3xx with multiple time sources. +* Fixed overflow reporting for X3xx utilities. +* Fixed MTU / frame size detection for X3xx devices. +* Fixed B2xx filter chain causing wrong sample rate in some circumstances. + ## 003.007.000 * Introduced USRP X300 and X310 support! * Releasing a CHDR Dissector for Wireshark analysis |