~ubuntu-branches/ubuntu/precise/python-lzma/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Richard Darst
  • Date: 2010-04-19 14:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100419141648-qwz3nm7shemqp37n
Tags: 0.5.3-1
* New upstream version
* Upgrade to 3.0 (quilt) just to be able to use .orig.tar.bz2
* Bump standards-version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
------------------------------------------------------------
 
2
revno: 485
 
3
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
4
branch nick: pyliblzma
 
5
timestamp: Tue 2010-04-13 23:24:57 +0200
 
6
message:
 
7
  update NEWS for 0.5.3
 
8
------------------------------------------------------------
 
9
revno: 484
 
10
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
11
branch nick: pyliblzma
 
12
timestamp: Tue 2010-04-13 23:24:44 +0200
 
13
message:
 
14
  update path to headers to include
 
15
------------------------------------------------------------
 
16
revno: 483
 
17
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
18
branch nick: pyliblzma
 
19
timestamp: Tue 2010-04-13 23:06:47 +0200
 
20
message:
 
21
  bump version
 
22
------------------------------------------------------------
 
23
revno: 482
 
24
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
25
branch nick: pyliblzma
 
26
timestamp: Tue 2010-04-13 23:05:20 +0200
 
27
message:
 
28
  loop untill there's no data left in LZMA_compress() (fixes #537199)
 
29
------------------------------------------------------------
 
30
revno: 481
 
31
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
32
branch nick: pyliblzma
 
33
timestamp: Tue 2010-04-13 22:29:41 +0200
 
34
message:
 
35
  check the uncompressed stream with lzma_alone format in test_compress_large_stream
 
36
------------------------------------------------------------
 
37
revno: 480
 
38
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
39
branch nick: pyliblzma
 
40
timestamp: Tue 2010-04-13 22:26:35 +0200
 
41
message:
 
42
  fix flushing not running all the way till it's done (#521975)
 
43
------------------------------------------------------------
 
44
revno: 479
 
45
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
46
branch nick: pyliblzma
 
47
timestamp: Tue 2010-04-13 22:23:44 +0200
 
48
message:
 
49
  just use generate_Random for data_large
 
50
------------------------------------------------------------
 
51
revno: 478
 
52
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
 
53
branch nick: pyliblzma
 
54
timestamp: Fri 2010-04-09 03:59:35 +0200
 
55
message:
 
56
  get random data for testing compression og large block
 
57
------------------------------------------------------------
 
58
revno: 477
 
59
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
 
60
branch nick: pyliblzma
 
61
timestamp: Sun 2010-02-21 01:53:50 +0100
 
62
message:
 
63
  make code a bit more consistent with bz2module.c for easier maintenance...
 
64
------------------------------------------------------------
 
65
revno: 476
 
66
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
 
67
branch nick: pyliblzma
 
68
timestamp: Sun 2010-02-21 00:45:54 +0100
 
69
message:
 
70
  - fix segfault with LZMACompressor (#521975) (and sync layout of the related code with bz2module.c a bit too while at it)
 
71
------------------------------------------------------------
 
72
revno: 475
 
73
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
 
74
branch nick: pyliblzma
 
75
timestamp: Sun 2010-02-21 00:08:09 +0100
 
76
message:
 
77
  from /python/trunk/Modules/bz2module.c:
 
78
  Issue #7205: Fix a possible deadlock when using a LZMAFile object from several threads at once.
 
79
------------------------------------------------------------
 
80
revno: 474
 
81
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
 
82
branch nick: pyliblzma
 
83
timestamp: Sat 2010-02-20 21:57:53 +0100
 
84
message:
 
85
  fix a typo
 
86
------------------------------------------------------------
 
87
revno: 473
 
88
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
89
branch nick: pyliblzma
 
90
timestamp: Wed 2010-01-13 11:30:00 +0100
 
91
message:
 
92
  update default options string to be consistent with renamed option names
 
93
------------------------------------------------------------
 
94
revno: 472
 
95
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
96
branch nick: pyliblzma
 
97
timestamp: Wed 2010-01-13 09:28:17 +0100
 
98
message:
 
99
  move source and headers into a separate sub-directory
 
100
------------------------------------------------------------
 
101
revno: 471
 
102
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
103
branch nick: pyliblzma
 
104
timestamp: Sat 2009-11-28 09:07:27 +0100
 
105
message:
 
106
  move 'module' out of header and make it local to initlzma() which is the only place it's being used...
 
107
------------------------------------------------------------
 
108
revno: 470
 
109
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
110
branch nick: pyliblzma
 
111
timestamp: Sat 2009-11-28 09:06:07 +0100
 
112
message:
 
113
  make 'module' extern
 
114
------------------------------------------------------------
 
115
revno: 469
 
116
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
117
branch nick: pyliblzma
 
118
timestamp: Sat 2009-07-25 00:40:32 +0200
 
119
message:
 
120
  do actually execute test_main()…
 
121
------------------------------------------------------------
 
122
revno: 468
 
123
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
124
branch nick: pyliblzma
 
125
timestamp: Fri 2009-07-24 22:24:12 +0200
 
126
message:
 
127
  don't comment out tests in test_main()
 
128
------------------------------------------------------------
 
129
revno: 467
 
130
committer: Per Øyvind Karlsen <proyvind@gmail.com>
 
131
branch nick: pyliblzma
 
132
timestamp: Fri 2009-07-24 16:43:49 +0200
 
133
message:
 
134
  remove this one as it were never used…
 
135
------------------------------------------------------------
2
136
revno: 466
3
137
committer: Per Øyvind Karlsen <proyvind@gmail.com>
4
138
branch nick: trunk