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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
2002-04-08 20:40 mako
* Makefile, aub, aubconf.1.sgml, debian/changelog, debian/rules:
The big changes include: * aub no longer truncates filenames at
first space which allows it to recognize and decode filenames
with spaces. (Thanks to Sanjeev Sharma and Neale Pickett who
submitted patches.) * I reorganizedthe subject line matching
regex's increasing the number of uploaded files aub can
recognize by between 15-50% in my tests! (Thanks go to Tomi
Ollila.) * aub now uses a "unique" filename for temporary files
so multiple users on the same machine can run aub
simultaneously. * Addition of SKIPunresolved keyword makes aub
skip unresolved articles and discard accounting information
about them (as per a user request). * Lots of bug fixes and
documentation updates.
2002-03-20 00:57 mako
* Makefile, README, aub, debian/README.Debian, debian/changelog,
debian/copyright, debian/rules: Lots of little changes fixing
several bugs reported since I uploaded the last package into Debian
and additional work in the documentation, the build scripts (with
the addition of a Makefile) etc. * one problem with fatal errors
every time a duplicate file was found * another bug with &warn
being incompatable with new versions of perl
These have been fixed and the Debain docs and the readme have been
modified to reflect the fact that there is a new upstream
maintainer.
I also added a Makefile to build documentation, install aub and the
manpages nicely and a nice little clean as well.
2002-03-19 17:19 mako
* COPYING, HISTORY, README, aub.1.sgml, aubconf.1.sgml, changes,
debian/aub.1.sgml, debian/aubconf.1.sgml: This is first step in
reorganizing the file layout with the package and some of the
documentation. I rewrote the README to make it better, moved the
changes file into a HISTORY file to make room for a real ChangeLog
that I'll build from CVS logs (like this!). I also moved the
manpages into the root directory of the package instead of in the
debian subdir.
2002-03-19 16:48 mako
* aub, changes, debian/README.Debian, debian/aub.1.sgml,
debian/aubconf.1.sgml, debian/changelog, debian/control,
debian/copyright, debian/rules: This is aub-2.1 with the Debian
patch applied (the patch of 2.1-2 to 2.1).
Upstream has handed over development and maintainance of aub to me
so I have decided to merge the debian/ directory into the new
upstream source. This makes it so that I only need to maintain the
app in a single palce and don't have to worry about merging my
changes into the new deb each time.
This release involved me: * cleaning up the aub executable by:
* revising some of the inaccurate or outdated documentation *
relocating unnecessary information from the main script *
removing unnecessary or unused code * writing a whole set of new
documentation including manpages. In this patch these are in the
debian/ subdir but now that I have been empowered to do what I
will with aub, I have the power to move this into better places.
* of course, adding all the debian build scripts etc
2002-03-19 16:38 mako
* README, aub, aubconf.example: Initial revision
2002-03-19 16:38 mako
* README, aub, aubconf.example: initial import of aub into CVS.
This is simply the AUB 2.1 code written and released by Avinash
Chopde.
|