File: ChangeLog

package info (click to toggle)
dvdbackup 0.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,032 kB
  • ctags: 119
  • sloc: sh: 4,164; ansic: 1,934; makefile: 67; sed: 16
file content (146 lines) | stat: -rw-r--r-- 4,669 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
2008-03-20  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r33] configure.ac, NEWS, po/dvdbackup.pot: Released version 0.2

2008-03-20  Stephen Gran  <sgran@debian.org>

	* [r32] debian/rules: switch to running make install with DESTDIR set,
           and then install from there.

	* [r31] debian/rules build changes for new autoconf system

	* [r30] Change footer on manpage - now part of main tarball

	* [r29] Rename debian/README to debian/README.Debian

2008-03-18  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r28] README, man/dvdbackup.1: Synchronized.

2008-03-17  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r27] configure.ac: added checks suggested by autoscan

	* [r27] Makefile.am: NEWS and README are now installed in docdir
	* [r27] man/Makefile.am: Updated.

	* [r27] NEWS: Updated.

	* [r26] README: changed spaces to tabs

	* [r26] man/dvdbackup.1: updated options

	* [r26] src/dvdbackup.c, src/dvdbackup.h, src/main.c: fixed typos
	  - DVD instead of dvd
	  - DVDs instead of DVD's
	  - used cannot instead of can't, do not instead of don't

2008-03-11  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r25] ChangeLog: Updated.
	
	* [r25] debian/dvdbackup.1: moved from here...
	* [r25] man/dvdbackup.1: ...to here
	* [r25] configure.ac, Makefile.am, man/Makefile.am:
	  added man page to distribution

2008-03-11  Stephen Gran  <sgran@debian.org>

	* [r18] INSTALL: update to newest version

	* [r17] configure.ac: Use getconf to find LFS CFLAGS

	* [r16] debian/*: Bring up to date with Debian

	* [r15] debian/dvdbackup.1, README: Documentation cleanup, and 
	  removal of mentions of mandatory fields that are now guessed.

2008-03-11  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r14] ChangeLog, NEWS: Updated.

	* [r14] INSTALL: Replaced by generic installation instructions from
	  autoconf

	* [r14] src/dvdbackup.c, src/main.c (print_help, main): The command line
	  option -v, --verbose has no option anymore.

2008-03-10  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r13] ChangeLog, NEWS: Created ChangeLog from subversion commits and
	  extracted useful changes to NEWS.

	* [r13] po/dvdbackup.pot: Updated

	* [r13] README, Usage:
	  merged changes from Usage to README and removed Usage

2008-03-09  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r12] m4, po: updated svn:ignore

	* [r11] ABOUT-NLS, Makefile.am, configure.ac, m4/gettext.m4,
	  m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
	  m4/nls.m4, m4/po.m4, m4/progtest.m4, po, po/Makefile.in.in,
	  po/Makevars, po/POTFILES.in, po/Rules-quot, po/boldquot.sed,
	  po/dvdbackup.pot, po/en@boldquot.header, po/en@quot.header,
	  po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin,
	  src/Makefile.am, src/dvdbackup.c, src/gettext.h, src/main.c:
	  added internationalization support using gettext

	* [r11] src/dvdbackup.c: fixed typo

	* [r11] src/dvdbackup.c: corrected output of audio track count in
	  DVDDisplayInfo

2008-03-07  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r10] Usage, src/main.c:
	  extracted usage description to extra file Usage

	* [r10] configure.ac: added bug report mailing list

	* [r10] src/main.c:
	  - added long options
	  - added -V, --version option
	  - made -i and -o options optional
	  - changed default read error handling to skip multiple blocks

	* [r9] src/dvdbackup.c, src/main.c: merged diffs from debian (0.1.1-12):
	  - Output an error message when DVDOpen fails
	  - s/mkisofs/genisoimage/g
	  - Handle short reads from DVDReadBlocks
	  - Handle broken ifo/bup files

2008-03-06  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r8] README.svn: added

	* [r7] src/dvdbackup.c: added malloc checks

	* [r7] src/main.c: Fixed typos

2008-03-05  Benjamin Drung  <benjamin.drung@gmail.com>

	* [r6] src/dvdbackup.c, src/dvdbackup.h, src/main.c: split dvdbackup.c
	  into dvdbackup.c, dvdbackup.h and main.c
	* [r6] configure.ac, src/Makefile.am: updated

	* [r6] src/dvdbackup.c: removed unsigned char buffy and used
	  sizeof(unsigned char) instead

	* [r5] AUTHORS, COPYING, src/dvdbackup.c:
	  switched license to GPLv3 or later

	* [r4] src/dvdbackup.c: fixed compile warnings

	* [r4] ., src: updated svn:ignore

	* [r3] AUTHORS, ChangeLog, Makefile, Makefile.am, NEWS, configure.ac,
	  m4, m4/ax_cflags_gcc_option.m4, src/Makefile, src/Makefile.am:
	  using GNU build system to configure project and generate makefiles

	* [r1] branches, tags, ., COPYING, INSTALL, Makefile, README, debian,
	  debian/README, debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/dvdbackup.1, debian/dvdbackup.dirs,
	  debian/rules, src, src/Makefile, src/dvdbackup.c: Initial import