~ubuntu-branches/ubuntu/saucy/maradns/saucy

« back to all changes in this revision

Viewing changes to update/1.2.06/maradns-1.2.05-python_2_2_3.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2006-10-09 17:44:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009174421-yb151elg3m4t5shl
Tags: 1.2.12.03-1
* New upstream release with many new doc tweaks. Though most of the changes
  are with the webpages which I have chosen not to distribute as you can
  read them all rather online at http://maradns.org/
* The diffs in the Makefiles are due to upstream's configure script
* Added bind2csv2.py as an example from upstream's tools/
  There is a lot of little scripts in tools/ which can probably join this

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
MaraDNS follows the syntax of Python 2.2.3, actually (not 2.3.3).  Not
2
 
that it makes any difference, but still.
3
 
 
4
 
--- maradns-1.2.05/doc/en/source/mararc.ej.orig 2006-02-21 16:27:32.000000000 -0800
5
 
+++ maradns-1.2.05/doc/en/source/mararc.ej      2006-02-21 16:27:53.000000000 -0800
6
 
@@ -8,8 +8,8 @@
7
 
 mararc - Format of the mararc zone file that MaraDNS uses
8
 
 
9
 
 <h1>MARARC FILE FORMAT</h1>
10
 
-Mararc files use a syntax that is a subset of Python 2.3.3 syntax.  In
11
 
-particular, Python 2.3.3 (and possibly other versions of Python) can read
12
 
+Mararc files use a syntax that is a subset of Python 2.2.3 syntax.  In
13
 
+particular, Python 2.2.3 (and possibly other versions of Python) can read
14
 
 a properly formatted mararc file without error.
15
 
 <p>
16
 
 Unlike Python, however, a mararc file can only use certain variable names,