-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
38 lines (24 loc) · 1.12 KB
/
ChangeLog
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
2012-07-03 Manuel Argüelles <[email protected]>
This file will not be used from now on, if you want to list the
changelog execute: git log
2012-06-29 Manuel Argüelles <[email protected]>
Fix reported issue #3: 80 columns base64 data is not supported by
openssl, indentation fixed (tabs removed), copyright heades added.
* src/drgtosbg.c
* src/drgdata.c
* src/drgdata.h
2009-06-07 Manuel Argüelles <[email protected]>
* src/Makefile.am (drg2sbg_SOURCES): Remove -Wall -Werror flags.
* src/drgtosbg.c (print_formated): Removed -i flag, now information
is printed in the output.
2009-06-06 Manuel Argüelles <[email protected]>
* configure.ac: Replaced old configure.in
2008-07-20 Manuel Arguelles <[email protected]>
* Changed DRG information output to fit 50 characters instead of
everything in one line.
2008-06-21 Manuel Arguelles <[email protected]>
* Initial sketch
* Added information to README and AUTHORS files. TODO file added
* Changed name of executable from drgtosbg to drg2sbg to match
project name
* Added version control