diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-10 08:43:44 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-10 08:43:57 -0500 |
commit | 755acef8c7673081e9fb946d789d394afaee68ee (patch) | |
tree | 961e24d40e555b1ab5b0472f8e06029fd3a563eb /data | |
parent | v2, v3: texpdf, url (regex) pattern match fix (diff) |
v2, v3: dal_syntax + downstream output, email regex revised
* revised pattern match for email address, (removes occasional interference
with urls having embedded email addresses) (dal_syntax and affected
downstream output modules)
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v2 | 4 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v2 b/data/doc/sisu/CHANGELOG_v2 index cecd65f0..23c482e3 100644 --- a/data/doc/sisu/CHANGELOG_v2 +++ b/data/doc/sisu/CHANGELOG_v2 @@ -18,6 +18,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.8.2.orig.tar.gz sisu_2.8.2-1.dsc sisu_2.8.2-1.diff.gz + * dal_syntax and affected downstream output modules, revised pattern match + for mail, (removes occasional interference with urls having embedded email + addresses) + * texpdf: url (regex) pattern match fix (/https?/) %% 2.8.1.orig.tar.gz (2011-03-05:09/6) diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index be20de8c..97d15bf3 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -19,6 +19,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.3.orig.tar.gz sisu_3.0.3-1.dsc sisu_3.0.3-1.debian.tar.gz + * dal_syntax and affected downstream output modules, revised pattern match + for mail, (removes occasional interference with urls having embedded email + addresses) + * texpdf: url (regex) pattern match fix (/https?/) %% 3.0.2.orig.tar.gz (2011-03-05:09/6) |