|
|
|
|
Changelog for dnf-1.0.0-1.fc22.noarch.rpm :
* Wed Apr 29 2015 Michal Luscon 1.0.0-1- doc: release notes dnf-1.0.0 (Michal Luscon)- completion: don\'t do aliases (RhBug:1215289) (Jan Silhan)- use Sack.load_repo() instead of Sack.load_yum_repo() (Jan Silhan)- Repo.name has default value of repo ID (RhBug:1215560) (Jan Silhan)- cosmetic: get rid of user visible yum references (Jan Silhan)- moved install_or_skip to dnf.comps (Jan Silhan)- group: see already installed group during installation (RhBug:1199648) (Jan Silhan)- group: install_or_skip returns num of packages to install (Jan Silhan)- group: made global function install_or_skip (Jan Silhan)- AUTHORS: updated (Radek Holy)- describe --refresh option in --help output (Pádraig Brady)- better no such command message (RhBug:1208773) (Jan Silhan)- doc: package-cleanup example doesn\'t print \'No match for argument:...\' garbage (Jan Silhan)- mention yum check replacement (Michael Mraka)- added ref to dnf list (Michael Mraka)- added package-cleanup to dnf translation table (Michael Mraka)- python3: Repo comparison (RhBug:1208018) (Jan Silhan)- python3: YumHistoryRpmdbProblem comparison (RhBug:1207861) (Jan Silhan)- python3: YumHistoryTransaction comparison (Jan Silhan)- tests: use packages in test_transaction (Radek Holy)- cosmetic: fix some Pylint errors (Radek Holy)- updated documentation wrt installonlypkgs and auto removal (Michael Mraka)- mark installonly packages always as userinstalled (RhBug:1201445) (Michael Mraka)- mark username/password as api (Michael Mraka)- document username/password repo attributes (Michael Mraka)- support HTTP basic auth (RhBug:1210275) (Michael Mraka)- cli: better metadata timestamp info (Michal Luscon)- repo: add metadata mirror failure callback (Michal Luscon)- dnf-yum: cosmetic: lower case after comma (Jan Silhan)- dnf-yum: print how to install migrate plugin (Jan Silhan)- doc: show the real package for each tool in dnf-plugins-extras (Tim Lauridsen)- doc: improve the documentation of repo costs (Radek Holy)- doc: fix debuginfo-install package name (Michal Luscon)- doc: release notes 0.6.5 (Michal Luscon)- bash-completion: allow only one subcmd for help (Igor Gnatenko)- bash-completion: add history completion (Igor Gnatenko)- bash-completion: add completion for help (Igor Gnatenko)- bash-completion: check where pointing bin/dnf (Igor Gnatenko)- bash-completion: implement completion for clean cmd (Igor Gnatenko)- bash_completion: implement downgrade command (Igor Gnatenko)- bash-completion: refactor to python helper (Igor Gnatenko)- command downgrade does downgrade_to (RhBug:1191275) (Jan Silhan)- AUTHORS: updated (Jan Silhan)- clean: \'dnf clean all\' should also clean presto and updateinfo solvx files (Parag Nemade)- dnf-yum: modified warning message (RhBug:1207965) (Jan Silhan) * Tue Mar 31 2015 Michal Luscon 0.6.5-1- subject: expand every glob name only once (RhBug:1203151) (Michal Luscon)- group mark: skips already installed groups (Jan Silhan)- Merge pull request #246 from mluscon/yum2dnf (mluscon)- Add yum2dnf man page (Michal Luscon)- doc: extend cli_vs_yum (Michal Luscon)- dnf-yum package does not conflict with yum 3.4.3-505+ (Jan Silhan)- fixed double set of demand from 0e4276f (Jan Silhan)- group: remove cmd don\'t load available_repos, see 04da412 (Jan Silhan)- spec: /var/lib/dnf owned by dnf-conf (Jan Silhan)- spec: apply the weak dependencies only on F21+ (Radek Holy)- dnf-automatic: fixed python_sitelib (RhBug:1199450) (Jan Silhan)- Add release instructions (Michal Luscon)- setup tito to bump version in VERSION.cmake (Michal Luscon)- initialize to use tito (Michal Luscon)- prepare repo for tito build system (Michal Luscon)- spec: recommends bash-completion (RhBug:1190671) (Jan Silhan)- completion: work with just python(3)-dnf (Jan Silhan)- spec: move necessary files inside python(3) subpackages (RhBug:1191579) (Jan Silhan)- bash-completion: use python method to get commands (RhBug:1187579) (Igor Gnatenko)- api: exposed pluginconfpath main config (RhBug:1195325) (Jan Silhan)- updated AUTHORS (Jan Silhan)- add reinstall to bash_completion (Alberto Ruiz)- added new packages to AATTSystem for duplicated query test (Michael Mraka)- test for duplicated, installonly and latest_limit pkgs (Michael Mraka)- tests for autoremove, extras and recent pkgs (Michael Mraka)- moved push_userinstalled from base to goal (Michael Mraka)- filter or skip \'n\' latest packages (Michael Mraka)- moved recent to query (Michael Mraka)- moved autoremove to query (Michael Mraka)- moved extras list to query (Michael Mraka)- create query for installonly packages (Michael Mraka)- create query for duplicated packages (Michael Mraka)- cosmetic: base: fixed pylint warnings (Jan Silhan)- do transaction cleanup after plugin hook (RhBug:1185977) (Michal Luscon)- base: extend download lock (RhBug:1157233) (Michal Luscon)- lock: output meaningful error for malformed lock file (Michal Luscon)- util: fix race condition in ensure_dir() (Michal Luscon)- lock: switch metadata lock to blocking mode (Michal Luscon)- install nonmandatory group packages as optional (Related:RhBug:1167881) (Michal Luscon)- remove command deletes whole dependency tree (RhBug:1154202) (Jan Silhan)- cmd list takes as parameter, revert of 526e674 (Jan Silhan)- spec: own /var/lib/dnf directory (RhBug:1198999) (Jan Silhan)- transifex update (Jan Silhan)- doc: fixed systemd execution of dnf-automatic (Jan Silhan)- doc: how to run dnf-automatic (RhBug:1195240) (Jan Silhan)- cosmetic: added forgotten :api mark from 05b03fc (Jan Silhan)- api: exposed Repo.skip_if_unavailable config (RhBug:1189083) (Jan Silhan)- updated documentation for \'dnf list autoremove\' (Michael Mraka)- reuse list_autoremove() in autoremove command (Michael Mraka)- function for autoremove package list (Michael Mraka)- implemented dnf list autoremove (Michael Mraka)- exclude not documented history subcommands (RhBug:1193914,1193915) (Jan Silhan)- better file pattern recognition (RhBug:1195385) (Jan Silhan)- spec: fix Obsoletes of the new DNF (Radek Holy)- remove boot only constraint and add missing download lock (Michal Luscon)- util: remove unused user_run_dir() function (Michal Luscon)- lock: change the destination folder of locks to allow suided programs work properly (RhBug:1195661) (Michal Luscon)- install dnf-3 only when python3 is enabled (thanks glensc) (Jan Silhan)- fixed unicode Download error (RhBug:1190458) (Jan Silhan)- log: print metadata age along with timestamp (Petr Spacek)- cli: fix double expansion of cachedir (RhBug:1194685) (Michal Luscon)- removed unused dnf-makecache.cron (Jan Silhan)- renamed erase command to remove (RhBug:1160806) (Jan Silhan)- spec: made python3-dnf package installed by default in f23 (Jan Silhan)- AUTHORS: changed email address (Jan Silhan)- doc: improve the documentation of the \"install\" command (Radek Holy)- \"dnf install non-existent\" should fail (Radek Holy)- tests: add some tests of Base.install (Radek Holy)- tests: add some tests of Base.package_install (Radek Holy)- Revert \"doesn\'t upgrade packages by installing local packages\" (RhBug:1160950) (Radek Holy)- lint: fix all Pylint errors in test_install (Radek Holy)- tests: add some tests to test_install (Radek Holy)- tests: improve some tests in test_install (Radek Holy)- cosmetic: reorder tests in test_install (Radek Holy)- cosmetic: rename some tests in test_install and add some docstrings (Radek Holy)- AUTHORS: updated (Jan Silhan)- Add support for armv6hl (Peter Hjalmarsson)- doc: subject.__init__(): what is pkg_spec (Jan Silhan)- doc: mentioning raising IOError from Base.fill_sack() (Jan Silhan)- option_parser: fixed splitting multiple values (RhBug:1186710) (Jan Silhan)- AUTHORS: updated (Jan Silhan)- Standardize words describing boolean data type (Christopher Meng) * Mon Feb 23 2015 Jan Silhan - 0.6.4-2- main package is divided into many subpackages * Wed Feb 04 2015 Jan Silhan - 0.6.4-1- Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)- not raises value error when no metadata exist (Jan Silhan)- Remove lock files during boot (RhBug:1154476) (Michal Luscon)- doc: groups are ordered not categories (Jan Silhan)- doc: added Package attributes to API (Jan Silhan)- README: link to bug reporting guide (Jan Silhan)- README: the official documentation is on readthedoc (Jan Silhan)- i18n: unicode encoding does not throw error (RhBug:1155877) (Jan Silhan)- conf: added minrate repo option (Related:RhBug:1175466) (Jan Silhan)- conf: added timeout repo option (RhBug:1175466) (Jan Silhan)- doc: api_queries: add \'file\' filter description (RhBug:1186461) (Igor Gnatenko)- doc: documenting enablegroups (Jan Silhan)- log: printing metadata timestamp (RhBug:1170156) (Jan Silhan)- base: setup default cachedir value (RhBug:1184943) (Michal Luscon)- orders groups/environments by display_order tag (RhBug:1177002) (Jan Silhan)- no need to call create_cmdline_repo (Jan Silhan)- base: package-spec matches all packages which the name glob pattern fits (RhBug:1169165) (Michal Luscon)- doc: move dnf.conf to appropriate man page section (RhBug:1167982) (Michal Luscon)- tests: add test for blocking process lock (Michal Luscon)- lock: fix several race conditions in process lock mechanism (Michal Luscon)- base: use blocking process lock during download phase (RhBug:1157233) (Michal Luscon)- Update the Source0 generation commands in dnf.spec.in file (Parag Nemade)- Enhancement to dnf.spec.in file which follows current fedora packaging guidelines (Parag Nemade)- doc: add some examples and documentation of the core use case (RhBug:1138096) (Radek Holy)- bash-completion: enable downgrading packages for local files (RhBug:1181189) (Igor Gnatenko)- group: prints plain package name when package not in any repo (RhBug:1181397) (Jan Silhan)- spec: own __pycache__ for python 3 (Igor Gnatenko)- changed hawkey.log dir to /var/log (RhBug:1175434) (Jan Silhan)- bash-completion: handle sqlite errors (Igor Gnatenko)- use LANG=C when invoking \'dnf help\' and \'sed\' with regular expressions (Jakub Dorňák)- spec: own __pycache__ directory for py3 (Igor Gnatenko)- doc: mentioning Install command accepts path to local rpm package (Jan Silhan)- groups: in erase and install cmd non-existent group does not abort transaction (Jan Silhan)- doc: running tests in README (Jan Silhan)- api: transaction: added install_set and remove_set (RhBug:1162887) (Jan Silhan)- cosmetic: fixed some typos in documentation (Jan Silhan)- groups: environments described after AATT sign works (RhBug:1156084) (Jan Silhan)- own /etc/dnf/protected.d (RhBug:1175098) (Jan Silhan)- i18n: computing width of char right (RhBug:1174136) (Jan Silhan)- cosmetic: renamed _splitArg -> _split_arg (Jan Silhan)- conf: removed include name conflict (RhBug:1055910) (Jan Silhan)- output: removed unpredictible decision based on probability introduced in ab4d2c5 (Jan Silhan)- output: history list is not limited to 20 records (RhBug:1155918) (Jan Silhan)- doc: referenced forgotten bug fix to release notes (Jan Silhan)- cosmetic: doc: removed duplicated word (Jan Silhan)- doc: described unavailable package corner case with skip_if_unavailable option (RhBug:1119030) (Jan Silhan)- log: replaced size with maxsize directive (RhBug:1177394) (Jan Silhan)- spec: fixed %ghost log file names (Jan Silhan) * Mon Dec 08 2014 Jan Silhan - 0.6.3-2- logging: reverted naming from a6dde81 * Mon Dec 08 2014 Jan Silhan - 0.6.3-1- transifex update (Jan Silhan)- bash-completion: don\'t query if we trying to use local file (RhBug:1153543) (Igor Gnatenko)- bash-completion: fix local completion (RhBug:1151231) (Igor Gnatenko)- bash-completion: use sqlite cache from dnf-plugins-core (Igor Gnatenko)- base: output a whole list of installed packages with glob pattern (RhBug:1163063) (Michal Luscon)- cli: _process_demands() does not respect --caheonly (RhBug:1151854) (Michal Luscon)- new authors added (Jan Silhan)- install: allow installation of provides with glob (Related:RhBug:1148353) (Michal Luscon)- tests: removed mock patch for _, P_ (Jan Silhan)- fixed error summary traceback (RhBug:1151740) (Jan Silhan)- doc: swap command alternative mentioned (RhBug:1110780) (Jan Silhan)- base: package_reinstall works only with the same package versions (Jan Silhan)- base: package_install allows install different arch of installed package (Jan Silhan)- base: package_downgrade prints message on failure (Jan Silhan)- base: package_upgrade does not reinstall or downgrade (RhBug:1149972) (Jan Silhan)- groups: searches also within localized names (RhBug:1150474) (Jan Silhan)- Run tests with C locales. (Daniel Mach)- Adds new motd emitter for dnf-automatic (RhBug:995537) (Kushal Das)- Fix wrong cache directory path used to clean up binary cache (Satoshi Matsumoto)- fix: traceback in history info (RhBug: 1149952) (Tim Lauridsen)- logging: added logrotate script for hawkey.log (RhBug:1149350) (Jan Silhan)- output: renamed displayPkgsInGroups (Jan Silhan)- logging: renamed log files (RhBug:1074715)\" (Jan Silhan)- comps: Environment differentiates optional and mandatory groups (Jan Silhan)- group info handles environments (RhBug:1147523) (Jan Silhan)- deltarpm enabled by default (RhBug:1148208) (Jan Silhan)- doc: deplist command (Jan Silhan)- doc: minor fixes + repo references changed (Jan Silhan)- spec: requires rpm-plugin-systemd-inhibit (RhBug:1109927) (Jan Silhan) * Fri Oct 03 2014 Jan Silhan - 0.6.2-1- transifex update (Jan Silhan)- refactor: move MakeCacheCommand out into its own file. (Ales Kozumplik)- api: add dnf.cli.CliError. (Ales Kozumplik)- Update user_faq.rst (Stef Krie)- Make --refresh play nice with lazy commands. (Ales Kozumplik)- bash-completion: more faster completing install/remove (Igor Gnatenko)- bash-completion: complete \'clean|groups|repolist\' using help (Igor Gnatenko)- Allow some commands to use stale metadata. (RhBug:909856) (Ales Kozumplik)- does not install new pkgs when updating from local pkgs (RhBug:1134893) (Jan Silhan)- doesn\'t upgrade packages by installing local packages (Related:RhBug:1138700) (Jan Silhan)- refactor: repo: separate concepts of \'expiry\' and \'sync strategy\'. (Ales Kozumplik)- fix: dnf.cli.util. * leaks file handles. (Ales Kozumplik)- remove: YumRPMTransError. (Ales Kozumplik)- rename: Base\'s runTransaction -> _run_transaction(). (Ales Kozumplik)- drop unused parameter of Base.verify_transaction(). (Ales Kozumplik)- bash-completion: new completion from scratch (RhBug:1070902) (Igor Gnatenko)- py3: add queue.Queue to pycomp. (Ales Kozumplik)- locking: store lockfiles with the resource they are locking. (RhBug:1124316) (Ales Kozumplik)- groups: marks reason \'group\' for packages that have no record yet (RhBug:1136584) (Jan Silhan)- goal: renamed undefined name variable (Jan Silhan)- refactor: split out and clean up the erase command. (Ales Kozumplik)- py3: fix traceback in fmtColumns() on a non-subscriptable \'columns\'. (Ales Kozumplik)- groups: allow erasing depending packages on remove (RhBug:1135861) (Ales Kozumplik)- history: fixed wrong set operation (RhBug:1136223) (Jan Silhan)- base: does not reinstall pkgs from local rpms with install command (RhBug:1122617) (Jan Silhan)- refactor: crypto: drop the integer keyid representation altogether. (Ales Kozumplik)- crypto: fix importing rpmfusion keys. (RhBug:1133830) (Ales Kozumplik)- refactor: crypto: Key is a class, not an \"info\" dict. (Ales Kozumplik)- repos: fix total downloaded size reporting for cached packages. (RhBug:1121184) (Ales Kozumplik) * Thu Aug 28 2014 Jan Silhan - 0.6.1-1- packaging: add dnf-yum. (Ales Kozumplik)- cli: added plugins missing hint (RhBug:1132335) (Jan Silhan)- using ts.addReinstall for package reinstallation (RhBug:1071854) (Jan Silhan)- Add history redo command. (Radek Holy)- Add a TransactionConverter class. (Radek Holy)- bash-completion: complete `help` with commands (Igor Gnatenko)- bash-completion: generate commands dynamically (Igor Gnatenko)- base: group_install accepts glob exclude names (RhBug:1131969) (Jan Silhan)- README: changed references to new repo location (Jan Silhan)- transifex update (Jan Silhan)- syntax: fixed indentation (Jan Silhan)- removed lt.po which was accidentally added in c2e9b39 (Jan Silhan)- lint: fix convention violations in the new source files (Radek Holy)- Fix setting of the resolving demand for repo-pkgs command. (Radek Holy)- Add repository-packages remove-or-distro-sync command. (RhBug:908764) (Radek Holy)- fix: traceback that GroupPersistor._original might not exist. (RhBug:1130878) (Ales Kozumplik)- pycomp: drop to_ord(). (Ales Kozumplik)- refactor: crypto.keyids_from_pubring() using _extract_signing_subkey(). (Ales Kozumplik)- fix: another 32-bit hex() problem in crypto. (Ales Kozumplik)- remove: pgpmsg.py. (Ales Kozumplik)- replace the whole of pgpmsg.py with gpgme and a dummy context. (Ales Kozumplik)- cosmetic: sort methods of Repo according to the coding standard. (Ales Kozumplik)- Fix dnf.crypto.keyinfo2keyid(). (Ales Kozumplik)- util: get rid of an inconvenient \'default_handle\' constant. (Ales Kozumplik)- simplify misc.import_key_to_pubring()\'s signature. (Ales Kozumplik)- cleanup: header of dnf.yum.pgpmsg. (Ales Kozumplik)- crypto: add crypto.retrieve() and drop Base._retrievePublicKey() (Ales Kozumplik)- cosmetic: order of functions in dnf.crypto. (Ales Kozumplik)- unicode: fixed locale.format error (RhBug:1130432) (Jan Silhan)- remove: misc.valid_detached_sig(). (Ales Kozumplik)- tests: some tests for dnf.crypto. (Ales Kozumplik)- crypto: use pubring_dir() context manager systematically. (Ales Kozumplik)- Drop unused argument from getgpgkeyinfo(). (Ales Kozumplik)- remove: Base._log_key_import(). (Ales Kozumplik)- doc: cosmetic: conf_ref: maintain alphabetical order of the options. (Ales Kozumplik)- crypto: document crypto options for repo. (Ales Kozumplik)- crypto: fixup procgpgkey() to work with Py3 bytes. (Ales Kozumplik)- dnf.util.urlopen(): do not create unicode streams for Py3 and bytes for Py2 by default. (Ales Kozumplik)- lint: delinting of the repo_gpgcheck patchset. (Ales Kozumplik)- Add CLI parts to let the user confirm key imports. (RhBug:1118236) (Ales Kozumplik)- gpg: make key decoding work under Py3. (Ales Kozumplik)- crypto: add dnf.crypto and fix things up so untrusted repo keys can be imported. (Ales Kozumplik)- transifex update (Jan Silhan)- syntax: fixed indentation (Jan Silhan)- packaging: pygpgme is a requirement. (Ales Kozumplik)- remove: support for gpgcakey gets dropped for now. (Ales Kozumplik)- repo: smarter _DetailedLibrepoError construction. (Ales Kozumplik)- repo: nicer error message on librepo\'s perform() failure. (Ales Kozumplik)- get_best_selector returns empty selector instead of None (Jan Silhan)- packaging: add automatic\'s systemd unit files. (RhBug:1109915) (Ales Kozumplik)- automatic: handle \'security\' update_cmd. (Ales Kozumplik) * Tue Aug 12 2014 Aleš Kozumplík - 0.6.0-1- lint: fix convention violations in the new source files (Radek Holy)- Add \"updateinfo [ |
|
|