Releases: rickysarraf/apt-offline
apt-offline release 1.8.5
What's Changed
- Wip/ritesh/gh actions by @rickysarraf in #175
- check for simulation mode by @rickysarraf in #176
- Drop cleanup routine for Github runner by @rickysarraf in #177
- Report exceptions as errors by @rickysarraf in #179
- Wip/ritesh/update debianbts library by @rickysarraf in #180
- Wip/ritesh/src pkg index error by @rickysarraf in #183
- bug reports should not be synced to target directory #182 by @rickysarraf in #184
- Use proxy settings to configure https proxy by @ruediger101 in #192
New Contributors
- @ruediger101 made their first contribution in #192
Full Changelog: v1.8.4...v1.8.5
apt-offline release 1.8.4
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
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
- @pabs3 made their first contribution in #104
- @deanranderson made their first contribution in #144
Full Changelog: v1.8.2...v1.8.3
apt-offline 1.8.2
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 <[email protected]> Fri, 07 Feb 2020 18:46:29 +0530
apt-offline 1.8.1
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 <[email protected]> Sat, 01 Jul 2017 21:39:24 +0545
apt-offline 1.8.0
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.
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
Release announcement: https://www.researchut.com/blog/apt-offline-172
apt-offline v1.7.1 released
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.