slapt-get Changelog

What's new in slapt-get 0.10.2r

Jan 16, 2015
  • Fix conflict/reverse dep resolution when installing an alternative.

New in slapt-get 0.10.2p (Dec 13, 2013)

  • Add newline to the end of filelist output
  • Do not require root privs for filelist option (thanks David Unric)
  • Added he and pt translations from transifex
  • Updated es_ES translation from Angelos

New in slapt-get 0.10.2l (Oct 10, 2011)

  • added dep, conflicts, and reverse dep unit tests
  • Do not return 1 from slapt_get_pkg_dependencies if no dependency information
  • fixed reverse dep lookup to make sure the match is exact
  • only create directory structure if chdir succeeded
  • remove inclusion of deprecated curl/types.h
  • explicitly link in libcrypto
  • bumped version to 0.10.2l
  • Fix resource leaks on error paths
  • Fix typo

New in slapt-get 0.10.2k (Sep 5, 2011)

  • tighten up the package name regexen
  • updated translation building, russian translation from Igor

New in slapt-get 0.10.2j (Aug 1, 2011)

  • updated --help output (inspired by Igor's slapt-src suggestions)
  • make sure to remove the conflict's dependencies as well as the conflict
  • Updated regex for reading /var/log/packages compressed and uncompressed sizes
  • free regex and installed package list in slapt_pkg_action_filelist
  • updating unit tests
  • updated italian translation from Stefano Ansaloni
  • moved --version logout prior to reading config file
  • fixed commented out extra etc examples for 13.37
  • remove specific version in slack-desc
  • silence chdir return warning

New in slapt-get 0.10.2i (Apr 28, 2011)

  • set default example sources to 13.37
  • update working direction creation to account for N path depth
  • libassuan is now required via libgpgme
  • updated it translation from Stefano Ansaloni

New in slapt-get 0.10.2h (Feb 21, 2011)

  • fix parse_meta_tag() to match '+' in package name
  • hungarian translation by Peter Polonkai
  • updated ru translation from Igor Murzov
  • updated es_ES translation from Angelos

New in slapt-get 0.10.2g (Oct 5, 2010)

  • api cleanup, typedef'd old structs
  • updated el translation from George Vlahavas
  • updated pt_TR translation from Sérgio Surkam
  • updated fr translation from Verachten Bruno
  • updated es translation, new es_AR translation from Fernando Velo
  • added slapt_download_data to public API
  • translation changes by Igor Murzov

New in slapt-get 0.10.2f (Jun 28, 2010)

  • updated es translation, new es_AR translation from Fernando Velo
  • updated pt_BR translation from Sérgio Surkamp
  • updated el translation from George Vlahavas
  • updated de translation from Manfred Mueller
  • updated pt_PT translation from Miquel Santinho
  • make slapt_is_required_by properly account for alternative/conditional dependencies as well as be aware of what is to be installed and removed.
  • Updated API, generalizing several types into slapt_list_t
  • added reinstall notification

New in slapt-get 0.10.2e (Jun 3, 2010)

  • updated essential packages for dist-upgrade
  • always reinstall slapt-get on dist-upgrade
  • translations cleanup
  • FAQ updates

New in slapt-get 0.10.2d (Mar 8, 2010)

  • gpgme now requires gpgme_check_version () for initialization
  • define _FILE_OFFSET_BITS prior to including gpgme.h as required by gpgme in -current
  • incorporated a modified version of the patch submitted by Vitaly Chernookiy for making slapt-get cross compile friendly
  • removed extraneous / when constructing package source url

New in slapt-get 0.10.2c (Jan 18, 2010)

  • ignore the location for installed packages as they do not have any real meaning and end up confusing the user.
  • fixed missing configuration option copying from the initial config to the final configuration. --remove-obsolete and --retry were not being honored.

New in slapt-get 0.10.2a (Sep 21, 2009)

  • This release includes updated translations, a new --filelist option, and a bugfix in the search code.

New in slapt-get 0.10.2 (Aug 31, 2009)

  • This release features the ability to use slapt-get as a non-root user when passing a custom --config.
  • It now errors out when --install is passed a package that does not exist.
  • Conflict detection was updated so that multiple conflicts are handled correctly.
  • A new Greek translation was included.

New in slapt-get 0.10.1c (Jul 13, 2009)

  • updated default and example rc settings for slackware64
  • updated conflicts and suggests parsing to fix certain PACKAGES.TXT formatting

New in slapt-get 0.10.1b (May 31, 2009)

  • updated parsing of compressed and uncompressed sizes in /var/log/packages entries
  • fixed handling of a plus sign in package location (path) in MD5 (Ondrej Zary)
  • fixed small issues in FAQ#17 script

New in slapt-get 0.10.1a (Apr 29, 2009)

  • modernized script in FAQ#17. How do I create my own package source?
  • updated makefile for building the slapt-get package
  • updated MD5 parsing to accept new slackware MD5SUM metadata in /var/log/packages entries
  • disabled file size check since slack PACKAGES.TXT sizes are no longer accurate byte counts
  • added support for txz package extension
  • updated de translation from Manfred Mueller
  • updated pt_BR translation from Sergio Surkamp
  • moved slapt_pkg_version_parts out of public header

New in slapt-get 0.10.0 (Dec 14, 2008)

  • This release features the ability to assign priorities to package repositories, along with many small fixes.