From aa33fae1d6a7f29487fc73a64df7fff7e4d70856 Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Wed, 14 Oct 2009 12:42:49 +0000 Subject: [PATCH] these too --- AUTHORS | 22 ++++ ChangeLog | 322 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 344 insertions(+) create mode 100644 AUTHORS create mode 100644 ChangeLog diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..e1af7c46 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,22 @@ +Current maintainer +------------------ +Faik Uygur + +Authors and contributors +------------------------ + +Ahmet Aygun +A. Murat Eren +Bahadır Kandemir +Barış Metin +Faik Uygur +Furkan Duman +Görkem Çetin +Gürer Özen +İsmail Dönmez +Onur Küçük +S. Çağlar Onur + +Inactive contributors +--------------------------------- +Eray Özkural < erayo@cs.bilkent.edu.tr > diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..d6c8d26e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,322 @@ +2009-09-25 Gökçen Eraslan + * pisi/actionsapi/pisitools.py: In dosym method, file that already exists is the + destination file, not the source file. Print the correct error message + when there is already a destination file. + +2009-09-22 Fatih Aşıcı + * pisi/operations/build.py: Fix the special file patterns + for the new code using python magic module. + +2009-09-16 Ozan Çağlayan + * pisi/archive.py (ArchiveBzip2): Implement ArchiveBzip2 to support + .bz2 archive files, + * pisi/operations/build.py (Builder.file_actions): Use python magic + module instead of spawning file process to improve performance. + +2009-09-08 Ozan Çağlayan + * pisi/specfile.py (read_translations): Fix matching of translations + against sub-packages. + +2009-08-23 Fatih Aşıcı + * Normalize target paths of symbolic links. Fixes #10976. + +2009-08-22 Fatih Aşıcı + * Add optional destDir parameter to pisitools.dohtml as + pisitools.dodoc supports. + +2009-08-04 Ozan Çağlayan + * (pisi/util.py): Revert kernel module stripping for now as it's not + tested well. + +2009-08-14 Serdar Dalgıç + * tarZ support for archives + +2009-08-12 Jérôme Schneider + * Advanced search parameters added. pisi can now search only by name, summary + or description of a package. + +2009-08-11 Serdar Dalgıç + * (cli/build.py): pisi build command now works in debug mode unless -q + or --quiet parameter is passed. + +2009-08-07 Ozan Çağlayan + * (pisi/util.py): Strip kernel and modules as well as other binaries to build + dbginfo packages for them. + +2009-08-04 Ozan Çağlayan + * (operations/build.py): Really fix the abandoned file checking when + the path in pspec.xml and the actual path of a missed file intersects, + * (operations/build.py): Check and fail if necessary for abandoned files before creating the + *.pisi packages. + +2009-08-03 Fatih Aşıcı + * Make it possible to specify doc directory's name via destDir + parameter provided to pisitools.dodoc. + +2009-06-30 Onur Küçük + * Change default make job number from 1 to 3 in pisi defaults, + sometimes it is forgotten and we need to see parallel build errors + +2009-06-26 Fatih Aşıcı + * Pass relative paths of patches to quilt. This makes the + patches directory have the same structure as the files + directory of package. + +2009-06-16 Fatih Aşıcı + * Fix resetting of the environment. + +2009-06-06 Ozan Çağlayan + * (operations/build.py): Sort the files according to their path names + before adding them to the tarfile. This helps lzma to compress the + install.tar better. Thanks Onur for noticing this and giving the idea. + +2009-05-07 Bahadır Kandemir + * Set DBus timeout for setupPackage calls. + +2009-05-05 Bahadır Kandemir + * Increase DBus timeout + * Always set COMAR client locale + +2009-05-04 Fatih Aşıcı + * Change distribution release to 2009. + +2009-04-09 Ozan Çağlayan + * (scripts/revdep-rebuild): Ignore /opt/ptsp during library and binary + search. + +2009-03-30 Faik Uygur + * Fix a bug in new "reverseDependencyUpdate" tag, where it forces to install all reverseDeps that are + also not installed + +2009-03-24 Bahadır Kandemir + * Allow disabling delta package support from pisi.conf + +2009-03-24 Bahadır Kandemir + * Merged COMAR patch. PiSi now has a cleaner comar interface module. + +2009-03-11 Ozan Çağlayan + * pisi/actionsapi/pisitools.py: Implement new method removeLaFiles() + to recursively delete libtool *la files from /usr/lib. + * pisi/configfile.py: Fix debug_packages_dir default value. + +2009-03-09 Faik Uygur + * Fix pisi hs output for snapshot printing empty "*" + +2009-02-13 Bahadır Kandemir + * Merged Python 2.6 patch + +2009-02-13 Faik Uygur + * pisi-2.1.2 + +2009-02-13 Faik Uygur + * Make enableSandbox enabled default + * Export CXX and CC before compiling + +2009-02-10 Faik Uygur + * pisi history --takeback should not give an exception and quit when package + does not found (#9083) + +2009-02-10 Faik Uygur + * Make pisi search output colored like grep (#9156) + +2009-02-05 Bahadır Kandemir + * pisi/api.py (configure_pending): Import comariface when necessary. + +2009-02-05 Ozan Çağlayan + * pisi/actionsapi/pisitools.py (dosed): Unlink backup file in all situations + as it now raises warning instead of error. + +2009-02-04 Faik Uygur + * Add --repository parameter to pisi upgrade operation to upgrade packages from only + given repository (#6157) + * Add activate/deactive repository functionality to pisi api + * Add --repository parameter to use with --component parameter which lets pisi install + operation to install components from only given repository (#8123) + +2009-02-04 Ozan Çağlayan + * po/*.po: Update PO messages, fix bugzilla url, + * po/tr.po: Complete missing translations. + * pisi/cli/listupgrades.py (run): Return if there are no updates, resize the first column of the output. + * pisi/cli/listnewest.py (run): No need to double check for 'l' before the assignment of maxlen. + +2009-02-02 Faik Uygur + * Add human readable package size info to pisi info output. (#8845) + * Speed up finding old packages process. (#9101) + +2009-02-01 Ozan Çağlayan + * pisi/metadata.py (Package.__str__): Use human_readable_size() to output installed size. + +2009-01-29 Faik Uygur + * Fix not allowing local letters other than [a-zA-Z] and space for repo names (#8361) + +2009-01-28 Fatih Aşıcı + * Fix auto-dodoc in pythonmodules to include ChangeLog, README, etc. + +2009-01-27 Faik Uygur + * When a takeback operation is accepted there should be no other question (#8811) + * Make pisi help command outputs translatable (#9089) + * Add list_sources method to pisi api. + +2009-01-26 Faik Uygur + * When pisi fails to download the package raise an error and exit. This is needed when + pisi is behind a proxy with some virus control mechanism that sends a html status page + instead of the package file. (#4113) + * Add -x and --exclude-from packages parameters to install operation. (#9020) + +2009-01-23 Faik Uygur + * Fix a critical regression bug which prevents an upgrade operation (#9038) + +2009-01-20 Faik Uygur + * Fix a bug in the delta code that is discovered in virtualbox' delta package where a symlink + is tried to be overwritten by the previous linked file with the same name. + +2009-01-17 Ozan Çağlayan + * pisi/operations/build.py (get_abandoned_files): Delimit the paths + written in pspec.xml's Files section with a trailing '/' for not + matching similar patterns like /usr/lib and /usr/libexec during + abandoned files checking. + +2009-01-16 Faik Uygur + * Add pisi list-newest [--since yyyy-mm-dd] [--last nth_previous_repo_ update] + Lists the newly added packages in the repositories. + +2009-01-14 Ozan Çağlayan + * pisi/cli/listavailable.py (print_packages): Resize the first column + dynamically according to the longest package name (#9021) and fix some + other displaying issues concerning 'listavailable' command. + * pisi/cli/listinstalled.py (run): Resize the first column + dynamically according to the longest package name. + +2009-01-09 Gökçen Eraslan + * pisi/actionsapi/cmaketools.py: If both -v and -d parameters are + given, pass VERBOSE=1 parameter to make command. This results printing + commands in make to the screen in addition to the colorful cmake progress lines. + +2009-01-07 Faik Uygur + * pisi-2.1.1 + +2009-01-04 Gökçen Eraslan + * (pisi/actionsapi/{pisitools.py, pisitoolsfunctions.py, + shelltools.py}): Check glob methods. This means, if any action in actions.py, operates + on files that do not exist, pisi raises an exception about that. + * (pisi/actionsapi/shelltools.py): Check return value of the given command of shelltools.system, raise + exception if it is not equal to zero. This also effects methods using system, like domo, dobin, doman etc. + * (pisi/actionsapi/pisitools.py): Raise exception, if dosed does not change anything in given file. + +2008-12-27 Ozan Çağlayan + * (pisi/cli/command.py): Trivial cosmetic patch by Ömer Fadıl Usta + to fix the layout issue of 'pisi help' (#8907). + +2008-12-23 Gökmen Göksel + * Fix dodoc for python + +2008-12-23 Faik Uygur + * Fix replaced package upgrades regression. No upgrades was possible. + * Fix optional and mandatory problem of tags when + pisi.spec.SpecFile is used. + +2008-12-22 Faik Uygur + * Fail if build dependency install is unsuccesful. + +2008-12-08 Ozan Çağlayan + * Added 4Suite and Qhull licenses + +2008-12-05 Faik Uygur + * Add get_config_files helper to installdb + * Clean up pisi.api.check and move check to pisi.operations.check + * Added --config parameter to pisi check that now checks and finds any + changed config file (#8436) + +2008-12-02 Faik Uygur + * If full path is given to pisi sf then lookup package in filesdb for + a quick search result. + +2008-12-01 Faik Uygur + * pisi-2.1.0 + +2008-11-27 Ozan Çağlayan + * (cli/__init__.py): Flush stdin buffer just before asking a question. + +2008-11-26 Faik Uygur + * Check versioning of the package while building and installing. (#5493) + * Make warning message color brightyellow instead of brightred. Red indicates + a fatal error. (#5619) + +2008-11-25 Faik Uygur + * Fix fetching pspec.xml twice. + * pisi cli does not have to give all user friendly messages. But "I/O Error" + is not necessary here. (#6402) + +2008-11-21 Faik Uygur + * Symlink files' existence should be checked not the linked file's. (#7336) + * Check build dependencies before downloading all the patches of a + remote build operation (#5370) + +2008-11-19 Faik Uygur + * Install operation should fetch all the packages before starting to install. + * Install operation should show the status of the operation (#8623) + +2008-11-10 Faik Uygur + * If an unsatisfied build dep is found and another version of that package is installed + build asks to install the package but than exits complaining that the package is already + installed. (#8379) + +2008-11-10 Türker Sezer + * Do not ask to remove conflicting packages until it is time to remove them. The + message is misleading when --fetch-only is used. (#4539) + +2008-11-05 Faik Uygur + * Force upgrade of replaced packages. Because they are also obsoleted packages, + they will be removed in any way. This is not wanted for replaced driver packages. + * Privilege warning messages added to pisi history command (#8515) + +2008-11-03 Faik Uygur + * debug_packages_dir config option is added to calculate build nos + of debug packages if they are moved to somewhere than compiled_packages_dir. + +2008-10-15 Ozan Çağlayan + * (po/de.po): Correct word for "Package" is "Paket" (Fixes #8501) + +2008-10-15 Faik Uygur + * doman should also work on compressed man files. (#8426) + +2008-10-06 Faik Uygur + * Raise exception when tried to run another instance of pisi. (#8145) + +2008-09-25 Faik Uygur + * Fix leaving symlinks while removing a package problem. + +2008-09-10 Fatih Aşıcı + * Add validation for sub packages having icons. + +2008-09-10 Ozan Çağlayan + * Fix only the first unsatisfied runtime dependency being + resolved while building a standalone package. + +2008-09-08 Faik Uygur + * Add Requires tag to Update with actions. + +2008-09-04 Faik Uygur + * Allow dot in repo name fix. + +2008-09-03 Eren Türkay + * Fix for false sandbox violation errors. (#7328) + +2008-09-03 Faik Uygur + * pisi-2.0.1 + +2008-09-02 Faik Uygur + * Only add delta packages to latest build of the package. + +2008-08-07 Faik Uygur + * Fix validity checks while adding a new repo. (#5940, #5906) + * Increase console information line length. (#5281) + * pisi it *.pisi was showing same package name multiple times + as a dependency. (#7929) + +2008-08-04 Faik Uygur + * Fix for pisi history not showing +999 operations bug. + +2008-07-31 Türker Sezer + * Fix failing pisi la -c when component not found in the + first repository. (#7929)