| 1 |
# |
|---|
| 2 |
# Copyright 2006 Free Software Foundation, Inc. |
|---|
| 3 |
# |
|---|
| 4 |
# This file is part of GNU Radio |
|---|
| 5 |
# |
|---|
| 6 |
# GNU Radio is free software; you can redistribute it and/or modify |
|---|
| 7 |
# it under the terms of the GNU General Public License as published by |
|---|
| 8 |
# the Free Software Foundation; either version 2, or (at your option) |
|---|
| 9 |
# any later version. |
|---|
| 10 |
# |
|---|
| 11 |
# GNU Radio is distributed in the hope that it will be useful, |
|---|
| 12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 |
# GNU General Public License for more details. |
|---|
| 15 |
# |
|---|
| 16 |
# You should have received a copy of the GNU General Public License along |
|---|
| 17 |
# with this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 18 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 19 |
# |
|---|
| 20 |
|
|---|
| 21 |
changes in gnuradio-3.0rc1 relative to gnuradio-core-2.8 and related tarballs: |
|---|
| 22 |
|
|---|
| 23 |
* We moved the source code repository from CVS on savannah.gnu.org to |
|---|
| 24 |
subversion on gnuradio.org |
|---|
| 25 |
* The build system was restructured such that there is now a single |
|---|
| 26 |
top-level configure. See ./configure --help for details. All |
|---|
| 27 |
top-level components may be required or excluded via configure |
|---|
| 28 |
options. By default configure includes all components for which the |
|---|
| 29 |
dependencies are satisifed. |
|---|
| 30 |
* There is now uniform handling for a variety of digital modulations |
|---|
| 31 |
and demodulations including gmsk, dbpsk and dqpsk. |
|---|
| 32 |
* dbpsk and dqpsk now work! dqpsk still has a higher error-rate than |
|---|
| 33 |
it should. |
|---|
| 34 |
* gr-radio-astronomy now has very cool code for observing pulsars! |
|---|
| 35 |
* gr-trellis: new module implementing a variety of forward error |
|---|
| 36 |
correction techniques. See gnuradio-examples/python/channel-coding |
|---|
| 37 |
* gnuradio-core, usrp and gr-usrp now build and run under Cygwin. |
|---|
| 38 |
* Fixed 52 bugs |
|---|