/[packages]/misc/createrepo_c/log
ViewVC logotype

Contents of /misc/createrepo_c/log

Parent Directory Parent Directory | Revision Log Revision Log


Revision 893760 - (show annotations) (download)
Wed Oct 21 14:55:27 2015 UTC (8 years, 6 months ago) by ngompa
File size: 12083 byte(s)
imported old log for createrepo_c
1 * Tue Oct 20 2015 Neal Gompa <ngompa13{%}gmail{*}com> - 0.9.1-2
2 - Initial port to Mageia
3
4 * Tue Oct 20 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.1-1
5 - Fix double free during parsing broken XML metadata (Issue #33)
6 - Tests: Add acceptance test for --general-compress-type option
7 - Fix 'CR_CW_UNKNOWN_COMPRESSION cannot be used' error
8 - Refactoring: Fix compiler warnings
9 - Add --general-compress-type option (RhBug 1253850)
10 - Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue #37)
11 - fix traceback on non-complete datetime information (Jarek Polok)
12 - parsehdr: Skip broken dependency with bad (non-numerical) epoch and print warning about that
13 (https://lists.fedoraproject.org/pipermail/devel/2015-August/213882.html)
14 - misc: cr_str_to_evr(): Return NULL instead of "0" for bad (non-numerical) epoch
15 - updateinfo: Fix a typo in the package release attribute (Luke Macken)
16 - CMake: Don't require CXX compiler
17 - Tests for different checksum type for RPMs and repodata files (#31)
18 - Support different checksum type for RPMs and repodata files (#31)
19
20 * Sun Jul 26 2015 Kevin Fenzi <kevin@scrye.com> 0.9.0-4
21 - Rebuild for new librpm
22
23 * Tue Jul 7 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.0-3
24 - Add drpm as a BuildRequire
25
26 * Thu May 28 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.0-1
27 - mergerepo_c: Prepend protocol (file://) for URLs in pkgorigins (if --koji is used)
28 - Update bash completion
29 - doc: Update manpages
30 - mergerepo: Fix NVR merging method
31 - mergerepo: Fix behavior of --all param
32 - createrepo: Add --cut-dirs and --location-prefix options
33 - misc: Add cr_cut_dirs()
34 - mergerepo: Use better version comparison algorithm
35 - utils: Port cr_cmp_version_str() to rpm's algorithm (rpmvercmp)
36 - misc: Rename elements in cr_Version structure
37 - mergerepo: Fix version-release comparison for packages when --all is used
38 - mergerepo: Show warnings if some groupfile cannot be automatically used
39 - mergerepo: Exit with error code when a groupfile cannot be copied
40
41 * Fri May 15 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-1
42 - mergerepo: Do not prepend file:// if protocol is already specified
43
44 * Thu May 14 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.2-1
45 - doc: Add man pages for sqliterepo and update manpages for other tools
46 - mergerepo: Work only with noarch packages if --koji is used and
47 no archlist is specified
48 - mergerepo: Use file:// protocol in local baseurl
49 - mergerepo: Do not include baseurl for first repo if --koji is specified (RhBug: 1220082)
50 - mergerepo_c: Support multilib arch for --koji repos
51 - mergerepo_c: Refactoring
52 - Print debug message with version in each tool when --verbose is used
53 - modifyrepo: Don't override file with itself (RhBug: 1215229)
54
55 * Wed May 6 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.1-1
56 - Fix bash completion for RHEL 6
57
58 * Tue May 5 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.0-1
59 - New tool Sqliterepo_c - It generates sqlite databases into repos
60 where the sqlite is missing.
61 - Internal refactoring and code cleanup
62
63 * Fri Feb 20 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.7-1
64 - Proper directory for temporary files when --local-sqlite is used (Issue #12)
65 - Bring bash completion install dir and filenames up to date with current bash-completion
66
67 * Thu Jan 8 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.6-1
68 - Python: Add __contains__ method to Repomd() class
69
70 * Sun Dec 28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.5-1
71 - Python repomd: Support for iteration and indexing by type - e.g. record = repomd['primary']
72 - Show warning if an XML parser probably parsed a bad type of medata (New XML parser warning type CR_XML_WARNING_BADMDTYPE)
73 - drpm library: Explicitly try to locate libdrpm.so.0
74 - deltarpms: Don't show options for delta rpms if support is not available
75
76 * Tue Nov 11 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.4-1
77 - createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos
78 - mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used
79
80 * Mon Nov 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.3-1
81 - xml_parser: Add file path into error messages
82 - Refactor: Replace g_error() with g_critical() (RhBug: 1162102)
83
84 * Thu Nov 06 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.2-1
85 - createrepo_c: New option --local-sqlite
86
87 * Fri Oct 31 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.1-1
88 - Mergerepo: Fix mergerepo
89 - Mergerepo: Add some debugging of metadata read.
90
91 * Mon Oct 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1
92 - deltarpms: Update module to work with current version of drpm
93 - mergerepo_c: Add --omit-baseurl option
94 - craterepo_c: Gen empty repo if empty pkglist is used
95 - Docs: Output python docs to separate directory
96 - Several small fixes
97
98 * Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1
99 - updateinfo: Use Python datetime objects in python bindings
100
101 * Tue Aug 5 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.0-1
102 - Support for updateinfo.xml manipulation (including Python bindings)
103
104 * Fri Jul 18 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.5.0-1
105 - Experimental delta rpm (DRPM) support (Disabled in Fedora build).
106
107 * Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.1-1
108 - Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)
109 - Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)
110 - Implements support for --cachedir
111 - New option --retain-old-md-by-age
112 - Few small API changes
113
114 * Tue May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.0-1
115 - Change default behavior of repodata files handling. (RhBug: 1094539)
116 See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
117 By default, createrepo leaves old groupfiles (comps files)
118 in the repodata/ directory during update.
119 Createrepo_c did the same thing but the version 0.4.0 changes this behaviour.
120
121 * Thu Apr 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.1-2
122 - Support for weak and rich dependecies
123
124 * Mon Mar 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.0-1
125 - Relevant only for developers using createrepo_c library: New approach for
126 metadata loading in case of internal high-level parser functions (see commit
127 messages for more information: d6ed327595, 0b0e75203e, ad1e8450f5)
128 - Support for changelog limit value == -1 (include all changelogs)
129 - Update debug compilation flags
130 - Update man pages (Add synompsis with usage)
131 - Update usage examples in help
132
133 * Thu Feb 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.2-1
134 - Temporary remove deltarepo subpackages
135 - cmake: Do not install deltarepo stuff yet
136 - helper: Removed cr_remove_metadata() and cr_get_list_of_md_locations()
137 - Add module helpers
138 - Sanitize strings before writting them to XML or sqlitedb (ISSUE #3)
139
140 * Mon Jan 27 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-3
141 - New expert option: --ignore-lock
142
143 * Mon Jan 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-2
144 - More effort to avoid residual .repodata/ directory on error
145 - Add deltarepo and python-deltarepo subpackages
146 - Add modifyrepo_c
147 - Add documentation for python bindings
148 - Refactored code & a lot of little bug fixes
149
150 * Wed Aug 14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-1
151 - checksum: Set SHA to be the same as SHA1 (For compatibility with original
152 Createrepo)
153
154 * Mon Aug 5 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.0-1
155 - Speedup (More parallelization)
156 - Changed C API
157 - Add python bindings
158 - A lot of bugfixes
159 - Add new make targets: tests (make tests - builds c tests) and test
160 (make test - runs c and python test suits).
161 - Changed interface of most of C modules - Better error reporting
162 (Add GError ** param).
163 - Experimental Python bindings (Beware: The interface is not final yet!).
164 - package: Add cr_package_copy method.
165 - sqlite: Do not recreate tables and triggers while opening existing db.
166 - mergerepo_c: Implicitly use --all with --koji.
167 - Man page update.
168
169 * Thu Apr 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.17-3
170 - mergerepo_c: Add --simple-md-filenames and --unique-md-filenames
171 options. (RhBug: 950994)
172 - mergerepo_c: Always include noarch while mimic koji
173 mergerepos. (RhBug: 950991)
174 - Rename cr_package_parser_shutdown to cr_package_parser_cleanup()
175 - cr_db_info_update is now safe from sqlinjection.
176
177 * Mon Mar 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.17-1
178 - Fix double free() when old metadata parsing failed. (related to RhBug: 920795)
179 - Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)
180
181 * Mon Mar 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-2
182 - Remove creation of own empty rpm keyring for a transaction set.
183 This is not necessary since rpm-4.8.0-28 (rpm commit
184 cad147070e5513312d851f44998012e8f0cdf1e3). Moreover, own rpm keyring
185 causes a race condition in threads (causing double free()) which use
186 rpmReadPackageFile() called from cr_package_from_rpm().
187
188 * Thu Mar 07 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-1
189 - Fix usage of rpm keyring (RhBug:918645)
190 - More generic interface of repomd module
191 - Code refactoring
192 - Add some usage examples into the doxygen documentation and .h files
193 - Rename version constants in version.h
194 - New function cr_package_nevra (returns package nevra string)
195
196 * Mon Feb 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.15-1
197 - Fix bug in final move from .repodata/ -> repodata/
198 - Fix warnings from RPM library. RPM library is thread-unsafe. This
199 includes also reading headers. Use of empty keyring for rpm transaction
200 should work around the problem.
201
202 * Tue Nov 27 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.14-1
203 - Fix filelists database generation (use '.' instead of '' for current dir)
204
205 * Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.13-1
206 - Fix race-condition during task buffering in createrepo_c
207
208 * Tue Nov 20 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.12-2
209 - Fix removing old repomd.xml while --update
210
211 * Thu Nov 15 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.12-1
212 - Fix bug in sqlite filelists database
213 - Fix memory leak
214
215 * Fri Nov 09 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.11-1
216 - Deterministic output! Packages in output repodata are now sorted
217 by ASCII value
218 - Support for Koji mergerepos behaviour in mergerepo_c
219 (new --koji, --groupfile and --blocked params)
220 - Better atomicity while finall move .repodata/ -> repodata/
221 - Repomd module supports pkgorigins record
222 - Some new functions in misc module
223 - Small changes in library interface
224
225 * Wed Oct 03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.10-1
226 - Another memory usage optimalization
227
228 * Mon Sep 03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.9-1
229 - Some changes in library interface
230 - Memory usage optimalization
231 - Fix a segfault and a race condition
232 - New cmd options: --read-pkgs-list and --retain-old-md param
233 - Few other bugfixes
234
235 * Wed Aug 15 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.8-1
236 - New interface of repomd module
237 - New cmd options: --repo --revision --distro --content --basedir
238 - New createrepo_c specific cmd option --keep-all-metadata
239 - Few bugfixes
240
241 * Thu Jul 26 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.7-1
242 - SQLite support
243 - Bash completion
244 - createrepo_c support for --compress-type param
245 - Improved logging
246 - Subpackages -devel and -libsi
247 - Relicensed to GPLv2
248 - Doxygen documentation in devel package
249 - README update
250
251 * Mon Jun 11 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.5-1
252 - Support for .xz compression
253 - Unversioned .so excluded from installation
254
255 * Mon Jun 4 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.4-1
256 - New mergerepo params: --all, --noarch-repo and --method
257 - Fix segfault when more than one --excludes param used
258
259 * Mon May 28 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.3-1
260 - Set RelWithDebInfo as default cmake build type
261
262 * Wed May 23 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.2-1
263 - Add version.h header file
264
265 * Wed May 23 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.1-1
266 - Add license
267
268 * Wed May 9 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.0-1
269 - First public release

  ViewVC Help
Powered by ViewVC 1.1.30