Skip to content

Releases: rickysarraf/apt-offline

apt-offline release 1.8.5

12 Aug 10:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.4...v1.8.5

apt-offline release 1.8.4

12 Feb 15:14
Compare
Choose a tag to compare

Recommended for all users to upgrade to.

Accumulation of release 1.8.3 and 1.8.4

  [ Paul Wise ]
  * Clarify file type in unknown file message
  * Fix typos
  * Remove trailing whitespace
  * Update LICENSE file to match official GNU version
  * Complain when there are no valid keyrings instead of missing keyrings
  * Make all syncrhronised files world readable
  * Fix usage of indefinite articles
  * Only show the APT Offline GUI once in the menu
  * Update out of date URLs
  * Fix date and whitespace issues in the manual page
  * Replace stereotyping with an appropriate word
  * Switch more Python shebangs to Python 3
  * Correct usage of the /tmp/ directory
  * Fix YAML files
  * Fix usage of the log API
  * Make the copying of changelog lines less brittle
  * Do not split keyring paths on whitespace

  [ Ritesh Raj Sarraf ]
  * Drop the redundant import of the apt module.
    Thanks to github/dandelionred
  * Fix deprecation of get_bugs() in debianbts
  * Drop the unused IgnoredBugTypes
  * Set encoding for files when opening
  * Better error logging when apt fails
  * Don't mandate a default option
  * Demote metadata errors to verbose
  * Also log an error message for every failed .deb url
  * Check hard for the url type
  * Check for ascii armored signature files.
    Thanks to David Klnischkies
  * Add MIME type for InRelease files
  * Drop patch 0001-Drop-the-redundant-import-of-the-apt-module.patch.
    Now part of the 1.8.4 release
  * Prepare release 1.8.3
  * Prepare release 1.8.4
  * debian packaging
    + Bump debhelper compatibility to 13
    + Update install files

  [ Dean Anderson ]
  * [#143] Added support for verifying InRelease files

Full Changelog: v1.8.2...v1.8.4
Also available at: https://www.researchut.com/blog/apt_offline_184/

apt-offline 1.8.3

30 Jan 14:32
Compare
Choose a tag to compare

Bug Fix Release.

What's Changed

  • Clarify file type in unknown file message by @pabs3 in #104
  • Fix typos by @pabs3 in #108
  • Fix usage of the log API by @pabs3 in #124
  • Fix YAML files by @pabs3 in #123
  • Correct usage of the /tmp/ directory by @pabs3 in #122
  • Switch more Python shebangs to Python 3 by @pabs3 in #121
  • Replace stereotyping with an appropriate word by @pabs3 in #120
  • Fix date and whitespace issues in the manual page by @pabs3 in #119
  • Update out of date URLs by @pabs3 in #118
  • Only show the APT Offline GUI once in the menu by @pabs3 in #117
  • Fix usage of indefinite articles by @pabs3 in #116
  • Make all syncrhronised files world readable by @pabs3 in #115
  • Complain when there are no valid keyrings instead of missing keyrings by @pabs3 in #114
  • Update LICENSE file to match official GNU version by @pabs3 in #111
  • Remove trailing whitespace by @pabs3 in #112
  • Make the copying of changelog lines less brittle by @pabs3 in #125
  • Do not split keyring paths on whitespace by @pabs3 in #113
  • [#143] Added support for verifying InRelease files by @deanranderson in #144
  • Fix some typos by @pabs3 in #148

New Contributors

Full Changelog: v1.8.2...v1.8.3

apt-offline 1.8.2

09 Feb 14:20
Compare
Choose a tag to compare

Full release announcement at: https://www.researchut.com/blog/apt-offline-1_8_2/

apt-offline (1.8.2-1) unstable; urgency=medium

  [ Matthias Blümel ]
  * support https client-authentication
  * extend manpage and bash-completion parameters for https
    client-authentication
  * implement option to disable https server certificate checks

  [ Paul Wise ]
  * Remove generated files from git and create them at build time.

  [ Ritesh Raj Sarraf ]
  * New Release version 1.8.2 (Closes: #871656)
  * Add warning for missing lzma module (Closes: #880985)
  * Fix new testing-security repository name.
    Thanks to Paul Wise (Closes: #931517)
  * Drop some python2 based recommends.
    Thanks to Sandro Tosi (Closes: #945628)
  * Update Vcs Entry and also update Build Dependencies
  * Call make for actual build
  * Update debhelper compatibility to 12
  * Drop obsolete X-Python3-Version field
  * Update Standards Version to 4.4.1
  * Add field Rules-Requires-Root: no
  * Enhance policykit integration
  * Install the apt-offline-gui-pkexec script to usr/bin/
  * Demote --simulate from global option to sub-option for install and set commands
    (Closes: #871664)
  * Do not touch apt system files in simulate mode
  * Also update the manpage about demotion of the simulate option
  * Switch to 3.0 (quilt) source format
  * Update debian/gbp.conf about switch to 3.0 (quilt) source format

  [ Patryk Wychowaniec ]
  * Properly parse the command and its output.
    Thanks to Patryk Wychowaniec

  [ Rafael Leira Osuna ]
  * added http-basic support

 -- Ritesh Raj Sarraf <rrs@debian.org>  Fri, 07 Feb 2020 18:46:29 +0530

apt-offline 1.8.1

01 Jul 16:34
Compare
Choose a tag to compare

This is a bug fix release fixing some python3 glitches related to module imports. Recommended for all users.

apt-offline (1.8.1) unstable; urgency=medium

  * Switch setuptools to invoke py3
  * No more argparse needed on py3
  * Fix genui.sh based on comments from pyqt mailing list
  * Bump version number to 1.8.1

 -- Ritesh Raj Sarraf <rrs@debian.org>  Sat, 01 Jul 2017 21:39:24 +0545

apt-offline 1.8.0

21 May 21:05
Compare
Choose a tag to compare

https://www.researchut.com/blog/apt-offline-180

I am pleased to announce the release of apt-offline, version 1.8.0. This release is mainly a forward port of apt-offline to Python 3 and PyQt5. There are some glitches related to Python 3 and PyQt5, but overall the CLI interface works fine. Other than the porting, there's also an important bug fixed, related to memory leak when using the MIME library. And then there's some updates to the documentation (user examples) based on feedback from users.
screenshot_from_2017-05-10_11-09-26
screenshot_from_2017-05-10_12-02-41

NOTE: .deb packages are provided in this release because of Debian Stretch freeze. Otherwise, .deb packages should always be preferred from the distribution channel.

apt-offline 1.7.2 released

10 Nov 16:55
Compare
Choose a tag to compare

apt-offline v1.7.1 released

12 Sep 10:46
Compare
Choose a tag to compare

I am happy to mention the release of apt-offline, version 1.7.1.

https://www.researchut.com/blog/apt-offline-171

This release includes many bug fixes, code cleanups and better integration.

Integration with PolicyKit
Better integration with apt gpg keyring
Resilient to failures when a sub-task errors out
New Feature: Changelog
This release adds the ability to deal with package changelogs ('set' command option: --generate-changelog) based on what is installed, extract changelog (Currently support with python-apt only) from downloaded packages and display them during installation ('install' command opiton: --skip-changelog, if you want to skip display of changelog)
New Option: --apt-backend
Users can now opt to choose an apt backend of their choice. Currently support: apt, apt-get (default) and python-apt

Hopefully, there will be one more release, before the release to Stretch.

apt-offline-1.7.1.tar.gz
apt-offline-1.7.1.zip

apt-offline 1.7

11 Nov 12:30
Compare
Choose a tag to compare