summaryrefslogtreecommitdiff
path: root/NEWS
blob: 5f6eaa6a72ad1d9e728c06a41f80997f0f71fb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Copyright 2006 Free Software Foundation, Inc.
# 
# This file is part of GNU Radio
# 
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
# 
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 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