summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-23update changelog to 0.7.0 finalKali Kaneko
2014-12-23Merge tag '0.7.0' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.7.0
2014-12-12Update relnotes for 0.7.0.0.7.0release/0.7.xIvan Alejandro
2014-12-12Fold in changes.Ivan Alejandro
2014-12-11Pin Calyx.net provider.Ivan Alejandro
2014-12-05Bump bitmask-root version.0.7.0rc6Ivan Alejandro
2014-11-24freeze debian version (0.7.0rc5)Kali Kaneko
2014-11-24bump debian changelogKali Kaneko
2014-11-24Merge tag '0.7.0rc5' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.7.0rc5
2014-11-14Fold in changes and update relnotes.0.7.0rc5Ivan Alejandro
2014-11-14vpn: support for the server setting custom fragment openvpn optionelijah
2014-11-12Do not use logger.exception during provider checks.Kali Kaneko
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it.
2014-11-12Fix compatibilty with newest openssl. Closes: #6133Kali Kaneko
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode)
2014-11-11bump python-zmq requirement to use leap provided build against libsodium (#6023)Micah Anderson
2014-11-11Add support for the internal LXDE polkit agent.Ivan Alejandro
Closes #6043.
2014-11-10Remove email instructions/reference. Closes #6140.Ivan Alejandro
- cleanup some code, - remove unused import, - pep8 fixes
2014-11-10fix changelog entryKali Kaneko
2014-11-10Merge branch 'deb-0.7.1-rc4' into debianKali Kaneko
2014-11-10freeze debian versionKali Kaneko
2014-11-10update debian changelog to rc4Kali Kaneko
2014-11-10Merge branch 'bug/provider-check-deb-fixes' into deb-0.7.1-rc4Kali Kaneko
2014-11-10Fix compatibilty with newest openssl. Closes: #6133Kali Kaneko
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode)
2014-11-07Do not use logger.exception during provider checks.Kali Kaneko
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it.
2014-11-03remove bad line breakKali Kaneko
2014-11-03bump changelogKali Kaneko
2014-11-03freeze debian versionKali Kaneko
2014-11-03Merge tag '0.7.0rc3' into deb-0.7.1-rc3Kali Kaneko
Tag leap.bitmask version 0.7.0rc3 Conflicts: src/leap/bitmask/services/soledad/soledadbootstrapper.py
2014-10-28Update release date and version number.0.7.0rc3Ivan Alejandro
2014-10-28Update requirements to use newer Soledad.Ivan Alejandro
2014-10-28Fold in changesIvan Alejandro
Update release date and version name.
2014-10-28Better error message for PostLimitError.Ivan Alejandro
Suggested by user 'kingu' on transifex.
2014-10-28Set version to 0.7.0 and date to the rc1 date.Ivan Alejandro
2014-10-28Fix typos on strings and remove unused button.Ivan Alejandro
This was reported by the user 'strel' on transifex.
2014-10-28Handle removals on the updater repoRuben Pollan
2014-10-28Replace triple dot character with 3 dots.Ivan Alejandro
The string was unicode and the conversion was troublesome, was displayed badly on transifex.
2014-10-28Update i18n strings.Ivan Alejandro
Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there.
2014-09-30Remove the recommendation for xul-ext-bitmaskKali Kaneko
Closes: #6163
2014-09-26Merge branch 'release-0.7.0'0.7.0rc20.7.0rc1Tomás Touceda
2014-09-26Revert "Fix soledad imports (#5989)."Tomás Touceda
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290.
2014-09-26Fold in changesTomás Touceda
2014-09-26Update relnotesTomás Touceda
2014-09-24revert soledad importsKali Kaneko
since we're not publishing the newest soledad packages yet
2014-09-24remove pinning on dateutil versionKali Kaneko
debian versions are ok
2014-09-24bump debian changelogKali Kaneko
2014-09-24freeze debian versionKali Kaneko
2014-09-24Merge branch 'develop' into deb-0.7.0-rc1Kali Kaneko
Conflicts: docs/man/bitmask-root.1.rst
2014-09-22Merge remote-tracking branch 'elijah/feature/prefui' into developIvan Alejandro
2014-09-22Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into developTomás Touceda
2014-09-22Use python2.7 instead of python2.Ivan Alejandro
The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048.
2014-09-22country flags: add default fallback xx.png flag.elijah