summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoreb2006-09-27 05:55:42 +0000
committereb2006-09-27 05:55:42 +0000
commitd8ceccfaee97a5645e22d400305bf5a6cd7295af (patch)
tree1392a4631bc2b8b67c957a39ec21b4dd368f2b2a /NEWS
parentff45268d9b0923e5e7345bfd31c28bdea48ea08e (diff)
downloadgnuradio-d8ceccfaee97a5645e22d400305bf5a6cd7295af.tar.gz
gnuradio-d8ceccfaee97a5645e22d400305bf5a6cd7295af.tar.bz2
gnuradio-d8ceccfaee97a5645e22d400305bf5a6cd7295af.zip
some updates for 3.0rc1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3664 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS49
1 files changed, 36 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index d93a0dd64..c41204ae5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,38 @@
--------------------------------------------------------
-Copying information:
+#
+# 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 2, 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.
+#
-Copyright (C) 2001, Free Software Foundation, Inc.
-
- Permission is granted to anyone to make or distribute verbatim copies
- of this document as received, in any medium, provided that the
- copyright notice and this permission notice are preserved,
- thus giving the recipient permission to redistribute in turn.
-
- Permission is granted to distribute modified versions
- of this document, or of portions of it,
- under the above conditions, provided also that they
- carry prominent notices stating who last changed them.
+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