diff --git a/client/revision b/client/revision index 91fa5f74a..73badf8a1 100644 --- a/client/revision +++ b/client/revision @@ -1 +1 @@ -0.99.46.9 +0.99.47 diff --git a/docs/ChangeLog b/docs/ChangeLog index 14c8e8fb6..9e1f6cf6a 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,345 @@ +commit bda36cabbdfe903d42919f35957e2c218067e3a3 +Author: Fabio Erculiani +Date: Thu Jul 1 14:17:59 2010 +0200 + + [entropy.tools] rename pkgsplit() to _pkgsplit and update package split logic + +commit 632b2abc37e8737a8f915038a6bafbba051fdc92 +Author: Fabio Erculiani +Date: Thu Jul 1 07:46:01 2010 +0200 + + [sulfur.entropyapi] add missing exception imports + +commit 48686258b67cfa4b88c71bf24c92e129231ff021 +Author: Fabio Erculiani +Date: Thu Jul 1 07:44:04 2010 +0200 + + [sulfur.dialogs] some minor code style updates + +commit 89dddb2fb2e808e5b9d57f3bf0a290fa237dd42a +Author: Fabio Erculiani +Date: Thu Jul 1 07:37:40 2010 +0200 + + [sulfur] improve reliability of package search dialog + +commit d929f572689c528d5bb9c5655b4e2f07cd5e5da9 +Author: Fabio Erculiani +Date: Thu Jul 1 07:37:19 2010 +0200 + + [docs] update API documentation + +commit 549e325a152a8cf47e0cfdb1c04a323f5e7b0c97 +Author: Fabio Erculiani +Date: Thu Jul 1 07:12:18 2010 +0200 + + [entropy.db.skel] EntropyRepositoryBase.atomMatch: change tagged packages handling + + When tagged and non-tagged packages are matched and the request was tagless + (meaning matchTag = None), filter out tagged packages. + +commit b4cf089d9a3e6c2b38ee738335d291babdedb006 +Author: Fabio Erculiani +Date: Thu Jul 1 07:09:52 2010 +0200 + + [entropy.core.settings/entropy.server] change inline comments detection logic + + Due to the conflict with package tag marks, inline comments in: + - package.mask + - package.unmask + - package.keywords + - package.satisfied + - packages.db.critical + + must now start with "##" instead of "#" + +commit cb866a6b445cf70b4f9bf19ae113ed39a5208498 +Author: Fabio Erculiani +Date: Thu Jul 1 07:09:13 2010 +0200 + + [conf] update configuration files, add "##" inline comments note + +commit a5bd204ad41c4017067f65f40f8e9938670cb60a +Author: Fabio Erculiani +Date: Wed Jun 30 15:31:07 2010 +0200 + + [entropy.tools] generic_file_content_parser: only use comment_tag for inline comments + +commit a106a7360288cacd4f58d61114b70ecdf30d2abe +Author: Fabio Erculiani +Date: Wed Jun 30 15:28:47 2010 +0200 + + [entropy.tools] generic_file_content_parser: add comment_tag argument + +commit 9dddfabb4af7ed13b85bd6f7bbd2d66de3732dae +Author: Fabio Erculiani +Date: Wed Jun 30 15:23:03 2010 +0200 + + [entropy.client.interfaces/equo] add "equo repo mirrorsort" tool + + There is a new method inside Entropy Client class, called + "reorder_mirrors". The aim is sorting repository mirrors automatically + basing on their response time and download speed of random data. + +commit 4a79f6e9cddb2c2b7434fe41b8d2f99b7cc20757 +Author: Fabio Erculiani +Date: Wed Jun 30 05:30:26 2010 +0200 + + [po] update translations and template file (.pot) + +commit 71a7ba175db53ea746c31448f353189f9c723821 +Author: Fabio Erculiani +Date: Wed Jun 30 05:28:53 2010 +0200 + + [sulfur] fix typo in string, thanks to Lucas Azevedo + +commit 0982cd0a3301c76ce7c1e0b6ccd7d498473bc57d +Author: Fabio Erculiani +Date: Tue Jun 29 10:41:27 2010 +0200 + + [entropy.const] fix const_convert_to_unicode, make it working with Python3.x + +commit 93366b6ffbe586ef3364b036d8baa311a2432218 +Author: Fabio Erculiani +Date: Mon Jun 28 07:36:57 2010 +0200 + + [Makefile] use $(MAKE) instead of "make" + +commit 0c819a2cf16dfd9b46ec142e782b30497e21eab4 +Author: Fabio Erculiani +Date: Sun Jun 27 14:59:47 2010 +0200 + + [entropy.qa] do not collect server.conf when submitting a bug report + +commit 01834ca33d50a79dc5308f89d28bd7cfe722c193 +Author: Fabio Erculiani +Date: Sun Jun 27 14:58:22 2010 +0200 + + [entropy.qa] collect repositories.conf and client.conf when submitting a bug report + +commit fc727f2506546751cd03e347e1808c6e1d5a88d3 +Author: Fabio Erculiani +Date: Sat Jun 26 19:42:08 2010 +0200 + + [todo] update TODO + +commit 63ad75e411e1c04bf0c8690aa4645e3ea0121005 +Author: Fabio Erculiani +Date: Sat Jun 26 19:40:04 2010 +0200 + + [entropy.server] implement own subclass for server-side repositories + +commit 9c6782e21cc6c7d34f5511f5bbffbc2d3ce21ed9 +Author: Fabio Erculiani +Date: Sat Jun 26 19:15:02 2010 +0200 + + [entropy.client.interfaces.repository] major Repository class rework + + :: move repository update logic inside EntropyRepositoryBase.update() + static method + :: provide two new static methods EntropyRepositoryBase.revision() + and EntropyRepositoryBase.remote_revision() that have to be + implemented by subclasses if they are supporting fetching local + or remote revision. + :: several minor code quality improvements + +commit 21cf951b982e63a4a293f9b569250f9be856d7de +Author: Fabio Erculiani +Date: Fri Jun 25 21:13:24 2010 +0200 + + [entropy.spm] PortagePlugin._pkg_remove_setup_ebuild_env: check file availability before calling shutil.copy2 + +commit 6422f951e0050b2b96b824d59891f9c530573ae6 +Author: Fabio Erculiani +Date: Tue Jun 22 15:54:51 2010 +0200 + + [entropy/server] check_la: fix syntax + +commit c348c6ce38dd50c81447a2871b064894a208eed2 +Author: Fabio Erculiani +Date: Tue Jun 22 15:40:18 2010 +0200 + + [entropy/server] improve check_la script + +commit bee70beee3035428029036dd9afb95315ca118f6 +Author: Fabio Erculiani +Date: Tue Jun 22 15:37:35 2010 +0200 + + [server/scripts] fix tmpdir removal in check_la + +commit f88ebe8392e9f607acc591ae305ca218663755f0 +Author: Fabio Erculiani +Date: Mon Jun 21 18:18:48 2010 +0200 + + [sulfur.core] resize_image: try saving using jpeg if png is not available + +commit 6a374ffe9724a1a5fbb66aeb8846c050b531ea24 +Author: Fabio Erculiani +Date: Mon Jun 21 15:19:43 2010 +0200 + + [equo] always try to kill EntropyCacher when catching an exception + +commit 7f6d6e58d8152053153d8d3e89fa0abda671f77a +Author: Fabio Erculiani +Date: Mon Jun 21 10:48:50 2010 +0200 + + [conf] add libjawt.so to brokenlibsmask.conf too + +commit 5e4b66b0b30da8305f543acddba1cc0f9f2eb402 +Author: Fabio Erculiani +Date: Mon Jun 21 10:29:08 2010 +0200 + + [conf] librox-clib.so.6 seems broken by default, add it to brokenlibsmask.conf + +commit 91d75015a6bcaf0b5e030089768e6cd48776c699 +Author: Fabio Erculiani +Date: Mon Jun 21 07:31:27 2010 +0200 + + [conf] add libjvm.so to brokenlibsmask.conf + +commit 712971ef4bfaed2e9d52ed400fe4d1c2ec50c0dc +Author: Fabio Erculiani +Date: Fri Jun 18 17:14:11 2010 +0200 + + [server/scripts] add check_la and bump_vbox scripts + +commit 498b7b5970799d47f4f4fbc55922646c50538633 +Author: Fabio Erculiani +Date: Thu Jun 17 18:54:30 2010 +0200 + + [entropy.spm] PortagePlugin: properly use shlex.split() + +commit 70001b2f93d2b93489ac4acba7d18f43f7d9fdb2 +Author: Fabio Erculiani +Date: Wed Jun 16 22:44:25 2010 +0200 + + [entropy.qa] QA.test_shared_objects, always bind files to packages even if no updates are available + +commit 5e49ede64d4d0b3288a8a34cdb15dd61cadd35f8 +Author: Fabio Erculiani +Date: Mon Jun 14 23:06:25 2010 +0200 + + [entropy.exceptions] drop unused exception classes + +commit 5feabc4b897d4765ee40411b40ead21b05ae35ba +Author: Fabio Erculiani +Date: Mon Jun 14 19:14:27 2010 +0200 + + [entropy.db] EntropyRepository: remove spurious line + +commit 683c31c456c789b962ca289712358089160d2cfd +Author: Fabio Erculiani +Date: Mon Jun 14 19:13:40 2010 +0200 + + [entropy.db] add listPackageIdsInCategoryId method back + +commit 30a67ae3fee1167988aef48b32a92355047612c3 +Author: Fabio Erculiani +Date: Wed Jun 9 19:23:53 2010 +0200 + + [todo] update TODO + +commit 50f10cc1bf89986368a6c975de93b8c65ae528d2 +Author: Fabio Erculiani +Date: Wed Jun 9 19:21:19 2010 +0200 + + [entropy.fetchers] complete UrlFetcher and MultipleUrlFetcher API cleanup (and docstringing) + +commit a2d4a2d2dbdf57fff85e369486ed707f1f114bf1 +Author: Fabio Erculiani +Date: Wed Jun 9 18:12:08 2010 +0200 + + [entropy.fetchers] add UrlFetcher docstring + +commit 131b82acae3841e4382647b19976d5f8adf7dfe9 +Author: Fabio Erculiani +Date: Wed Jun 9 17:49:53 2010 +0200 + + [todo] update TODO + +commit 76038453b12c85869edc3d6716f30e5b393edefd +Author: Fabio Erculiani +Date: Wed Jun 9 17:49:16 2010 +0200 + + [entropy.db] update searchNeeded requirements, "*" wildcard support is mandatory + +commit bb04751571f1d1f2bc4b2bbdc2ed69379d7b335b +Author: Fabio Erculiani +Date: Wed Jun 9 17:30:38 2010 +0200 + + [entropy.core.settings.base] SystemSettings: add sane multithreading support + +commit c635ffca0a2c21ac97a66267284ad4d1b864ac2e +Author: Fabio Erculiani +Date: Tue Jun 8 13:12:23 2010 +0200 + + [docs] update API documentation + +commit 8ed0b1e009b7b20461fce93e8bf750e4674e9a1f +Author: Fabio Erculiani +Date: Tue Jun 8 13:11:29 2010 +0200 + + [reagent] remove any "world" evidence + +commit b9ada22d83a5e0eeb30caa68b1c63879590d6b9f +Author: Fabio Erculiani +Date: Tue Jun 8 13:11:19 2010 +0200 + + [man] update man pages + +commit a1a8e09875d0dd3ac92c00749e14b1bb0a3cf83e +Author: Fabio Erculiani +Date: Tue Jun 8 13:08:09 2010 +0200 + + [equo/reagent] sort any query/search result + +commit 216aff332ea97ddf9e637cca9b137c5613371529 +Author: Fabio Erculiani +Date: Tue Jun 8 11:55:05 2010 +0200 + + [entropy.server] make Server.close_repositories() cache iteration a bit more atomic + +commit 52080f22ef4677b97bd18d464a0f92d54af9a475 +Author: Fabio Erculiani +Date: Tue Jun 8 11:47:20 2010 +0200 + + [entropy.db] fix regression in searchProvidedVirtualPackage() + +commit 5a28e28e09062a96c2aef3739c0dd9f25737200b +Author: Fabio Erculiani +Date: Mon Jun 7 18:39:42 2010 +0200 + + [entropy.client] fix Client.open_generic_repository arguments + +commit 8c788bcea14ccf73b4910ed725ab661e627b7001 +Author: Fabio Erculiani +Date: Mon Jun 7 18:00:37 2010 +0200 + + [entropy.server] properly print sorted mirrors delta queue + +commit e1e76d5b282322c2963e9be7e823c0457f2ea3a1 +Author: Fabio Erculiani +Date: Mon Jun 7 17:56:05 2010 +0200 + + [entropy.db] first chunk of major entropy.db code updates, create abstract class, move logic there, update API + +commit 0d5b69ac0d2f01a1abaddded2c7f41491a7e1425 +Author: Fabio Erculiani +Date: Mon May 31 17:43:06 2010 +0200 + + [entropy.db/entropy.spm] remove 'messages' metadatum handling + +commit e59351505bf145666a2206d6dbaf3675c05706e9 +Author: Fabio Erculiani +Date: Mon May 31 17:36:17 2010 +0200 + + [entropy] remove 'messages' package metadata, no longer needed + +commit abbde38521625d7ab9f1dcb686d48175c7492d64 +Author: Fabio Erculiani +Date: Sun May 30 08:25:15 2010 +0200 + + Tagging Entropy version 0.99.46.9 + commit 1ab58e12b18d8732662a6760c64c39faf75484a6 Author: Fabio Erculiani Date: Sun May 30 08:24:25 2010 +0200 diff --git a/libraries/entropy/revision b/libraries/entropy/revision index 91fa5f74a..73badf8a1 100644 --- a/libraries/entropy/revision +++ b/libraries/entropy/revision @@ -1 +1 @@ -0.99.46.9 +0.99.47 diff --git a/server/revision b/server/revision index 91fa5f74a..73badf8a1 100644 --- a/server/revision +++ b/server/revision @@ -1 +1 @@ -0.99.46.9 +0.99.47 diff --git a/sulfur/src/sulfur/revision b/sulfur/src/sulfur/revision index 91fa5f74a..73badf8a1 100644 --- a/sulfur/src/sulfur/revision +++ b/sulfur/src/sulfur/revision @@ -1 +1 @@ -0.99.46.9 +0.99.47