[Pkg-privacy-commits] [tails-installer] annotated tag 3.13.0 created (now bac87de)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a change to annotated tag 3.13.0
in repository tails-installer.
at bac87de (tag)
tagging f0077380def9b9e0436c86ea7ac3b06acad2fcdf (commit)
replaces 3.12.1
tagged by Luke Macken
on Wed Nov 26 15:12:20 2014 -0700
- Log -----------------------------------------------------------------
3.13.0
Luke Macken (31):
Merge branch 'release/3.12.1' into develop
Sync our RPM spec with rawhide
Add the appdata.xml (issue #12)
Remove housekeeping comment from appdata
Add myself as the updatecontact in the AppData
Don't 'make mo' twice in the spec
Install the appdata from our setup.py
Include the appdata in our spec
Optimize our MANIFEST.in
Remove the extension from our icon in the desktop file to fix a soon-to-be-fatal warning
Fix a bug in the get_fedora_releases function to properly fetch the latest releases
Gracefully handle exceptions in the release fetching code (#1096460)
Rename the README so it gets rendered as reStructuredText
New UI changes for liveusb creation method
Add a LiveUSBCreator.dd_image method
Hook the gui up to the new destructive installation API
s/txt/rst for the README
Tweak the radio button label
Fire up the progress bar during the dd
Update the linux_dialog.py
Add a --dd command-line option
dd optimizations
Use dd oflag=direct
Add some tooltips
Require confirmation for destructive installs
Merge pull request #13 from lmacken/feature/destructive
Get the calculate_liveos_checksum method workin on Linux (fixes #1)
Revamp the gui to use proper widget layouts (#807)
Disable the download group when an ISO has been manually selected
Add the chopped up header images
Bump version to 3.13.0
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 5f797a3 Wrap more of our strings for i18n
new 3a3aa8c Support non-ascii mount points (#660603)
new 8abe99e Change the arch order (#811)
new 8daf3b7 Merge branch 'develop'
new c7b50c6 Don't call sys.exit in our __init__ (rhbz#842878)
new b371472 Update the copyright
new 234e4a3 whitespace fixes
new d96fd49 /EFI/boot/grub.conf has been renamed to /EFI/BOOT/grub.cfg
new 59fe5dc Always refer to the label LIVE instead of the device UUID (#809)
new d705783 Change isolinux to syslinux in the grub.cfg (#810112)
new 1f54d99 Limit the overlay size to 3999MB for FAT32 (#619)
new 553b35c Handle non-ascii mount paths (#802)
new 3f5d67e Don't display unnecessary warnings (#804)
new 5bd8aa7 Handle integers in LiveUSBDialog.status (#820809)
new 739c8b6 Fix another bug with non-ascii device labels (#863064)
new 8bb706d Handle devices without any free space
new 8018041 Get persistent overlays working with F18 (#908120)
new ff88f95 More improvements to the maximum overlay size code
new 840dab8 Update the copyright
new 92d4952 whitespace tweaks and move an import around
new 185994c Log exceptions when trying to clean up our processes
new ea48468 Enable verbose logging during our tests
new 496e58c Stop our progress thread before unmounting
new 4edb6f9 Show warnings in the gui
new b023572 Change our overlay restriciton warnings to debug messages
new 908a88e Update our win32 syslinux binary to 5.01
new c8f0e02 Bump the version in our nsi configs
new 97b8108 Generate a fresh windows_dialog.py with the new release refresher button
new b1d2e14 Revert "Update our win32 syslinux binary to 5.01".
new 3753af3 Add mswsock.dll to the py2exe dll_excludes to fix an error
new 10ea92d Create ku.po
new 8c83381 Merge pull request #4 from havalabdulkarim/patch-1
new fb691dd Add SoaS v7 to the releases list
new 4de8d34 Fix a bug in the release downloader (fixes #5)
new 1cc7803 Display the actual error in the gui
new 42ee44d Version bump
new 44eac43 Merge branch 'master' of github.com:lmacken/liveusb-creator
new 825b5b7 Merge branch 'master' into develop
new d6c1b93 Merge branch 'release/3.12.0'
new d3213fa Merge branch 'release/3.12.0' into develop
new da73b0e Merge branch 'develop' of git+ssh://git.fedorahosted.org/git/liveusb-creator into develop
new 1d2232b Decode our errors to utf-8
new 81699c6 Fedora now adds armhfp to official supported arches.
new e0e48e7 Merge pull request #8 from genodeftest/patch-1
new 3160477 'chattr -i ldlinux.sys' before attempting to unlink it.
new 6ecd8af Pull the ldlinux-specific code out into it's own method, and call it elsewhere.
new 681f8c8 Remove get_releases.py, which got migrated into liveusb/releases.py
new 2608b8a Add armhfp to our fedora releases arch list, from pull #8
new a94a804 update the static release list to F19+F20
new 89e1c77 Fix the filename parsing when retrieving available images from dl.fp.o
new 4de64d4 Arch's syslinux mbr.bin is in /usr/lib/syslinux/bios (#818)
new 8d2aa53 fixed bogus dates for rpmbuild
new 99be207 Merge pull request #9 from GioMac/master
new b15dd90 Merge branch 'master' into develop
new 2584024 Add our tx config
new a452271 Add 76 new translations
new 66166d0 Merge branch 'feature/tx' into develop
new b904f58 Bump version to 3.12.1
new 999b41d Fix a few syntax errors in the ku.po
new f7038ef Merge branch 'release/3.12.1' into develop
new 4d4b94d Sync our RPM spec with rawhide
new 70bfc5b Add the appdata.xml (issue #12)
new 20cc1f5 Remove housekeeping comment from appdata
new a4ab81d Add myself as the updatecontact in the AppData
new 7da6f13 Don't 'make mo' twice in the spec
new d3197cd Install the appdata from our setup.py
new 410ccaf Include the appdata in our spec
new 22b239d Optimize our MANIFEST.in
new 7db484b Remove the extension from our icon in the desktop file to fix a soon-to-be-fatal warning
new 1e73a5d Fix a bug in the get_fedora_releases function to properly fetch the latest releases
new afdb938 Gracefully handle exceptions in the release fetching code (#1096460)
new 0bd8120 Rename the README so it gets rendered as reStructuredText
new 73ebffb New UI changes for liveusb creation method
new 1137a6a Add a LiveUSBCreator.dd_image method
new 46ff003 Hook the gui up to the new destructive installation API
new b849102 s/txt/rst for the README
new c5fad88 Tweak the radio button label
new 6679e28 Fire up the progress bar during the dd
new 5483029 Update the linux_dialog.py
new ffc32d5 Add a --dd command-line option
new 096f140 dd optimizations
new fb8c7ad Use dd oflag=direct
new 5e1e7cf Add some tooltips
new 7f7a560 Require confirmation for destructive installs
new b0e6879 Merge pull request #13 from lmacken/feature/destructive
new 1f756c0 Get the calculate_liveos_checksum method workin on Linux (fixes #1)
new ed2ea51 Revamp the gui to use proper widget layouts (#807)
new 58773e2 Disable the download group when an ISO has been manually selected
new cd5661c Add the chopped up header images
new f007738 Bump version to 3.13.0
The 90 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list