diff options
author | jcorgan | 2009-05-23 22:26:03 +0000 |
---|---|---|
committer | jcorgan | 2009-05-23 22:26:03 +0000 |
commit | 78c121b8af6995a59335fee39ee7f00600a14658 (patch) | |
tree | b293457cb3ca3976e7a77613baf5e127125c05a0 /NEWS | |
parent | 297221db15b28ecd45d99a3b0362a62b9ab16132 (diff) | |
download | gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.tar.gz gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.tar.bz2 gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.zip |
Doc cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11106 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -1,5 +1,5 @@ # -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -18,21 +18,4 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -changes in gnuradio-3.0rc1 relative to gnuradio-core-2.8 and related tarballs: - -* We moved the source code repository from CVS on savannah.gnu.org to - subversion on gnuradio.org -* The build system was restructured such that there is now a single - top-level configure. See ./configure --help for details. All - top-level components may be required or excluded via configure - options. By default configure includes all components for which the - dependencies are satisifed. -* There is now uniform handling for a variety of digital modulations - and demodulations including gmsk, dbpsk and dqpsk. -* dbpsk and dqpsk now work! dqpsk still has a higher error-rate than - it should. -* gr-radio-astronomy now has very cool code for observing pulsars! -* gr-trellis: new module implementing a variety of forward error -correction techniques. See gnuradio-examples/python/channel-coding -* gnuradio-core, usrp and gr-usrp now build and run under Cygwin. -* Fixed 52 bugs +See http://gnuradio.org for the latest information about this software. |