File: ChangeLog

package info (click to toggle)
aub 2.2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 180 kB
  • ctags: 39
  • sloc: perl: 1,761; makefile: 54
file content (104 lines) | stat: -rw-r--r-- 4,339 bytes parent folder | download
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
2005-09-11 19:19  mako

	* aub: Finally packaged up all of the changes and made the new
	release. Better late than never. 

2003-10-10 19:45  mako

	* aub: Lots of changes. Christopher Seawood <cls@seawood.org>
	contributed yEnc support, fixed some HOOK problems and submitted
	some fixes for AUTH issues as well as a line to make things work
	better on non-Linux platforms.
	
	dirk@computer42.org contributed a patch to make AUB set mode reader
	which fixes some NNTP access issues.

2002-06-02 14:42  mako

	* debian/changelog: Updated Debian information in preperation for a
	new release fixing the bug with get_subj_lines. Since no new
	bugfixes have come in, it makes sense to release this one.

2002-05-04 14:37  mako

	* aub: Bug fixing debbug #145733 where a mispelling of a
	subroutined renders the HOOK directive totally useless. A rewrite
	using the strict praga is essential and should be done for the
	version that will include y-enc (hopefully by the end of may).

2002-04-08 17: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-19 21: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 14: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 13: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 13:38  mako

	* README, aub, aubconf.example: Initial revision

2002-03-19 13: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.