version 3.0.1
This commit is contained in:
parent
b655d968c4
commit
4947c0c53a
204
debian/changelog
vendored
204
debian/changelog
vendored
@ -1,4 +1,206 @@
|
||||
qubes-core-agent (3.0.0-1) jessie; urgency=medium
|
||||
qubes-core-agent (3.0.1) jessie; urgency=medium
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* Reenable imsettings service
|
||||
* systemd: fix xenstore-ls path
|
||||
|
||||
[ Jason Mehring ]
|
||||
* Allow hyphenated distro names in tinyproxy filter
|
||||
* Change condition test to compare to a link "-L"
|
||||
* debian: add xen-utils-common as a dependancy to allow Debian proxies
|
||||
* debian: Added maintainers scripts (pre / postinit + rm) - Currently
|
||||
in debug mode
|
||||
* debian: preinst needs a group and force no password entry on adduser
|
||||
* debian: Added less restrictive filter option for debian packages
|
||||
Sites like sourceforge append ?downloadxxx to end
|
||||
* debian: added new depends
|
||||
* debian: force shell to be bash since its default is dash and many
|
||||
qubes scripts rely on bash and will break in dash and added
|
||||
tinyproxy user
|
||||
|
||||
[ HW42 ]
|
||||
* move fedora specific stuff to install-rh target
|
||||
* don't track debina/files (since it is autogenerated)
|
||||
* use systemd in debian
|
||||
* install iptables/forwarding for debian
|
||||
* various patches for debian
|
||||
* improve update of /etc/hosts
|
||||
* make source.list multiarch compatible
|
||||
* add xserver-xorg-video-dummy to the dependencies list of qubes-core-
|
||||
agent
|
||||
* dispvm-presun.sh needs bash
|
||||
* use sleep instead os usleep since it is more portable
|
||||
* debian: chown /home_volatile/user in posinst
|
||||
* fix xenstore-read path in network-proxy-setup.sh for debian
|
||||
* debian: add dependency on xen-utils since it's needed for
|
||||
proxy/netvm
|
||||
* debian: add support for qubes appmenus
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* debian: fix initialization of /etc/hosts
|
||||
|
||||
[ Jason Mehring ]
|
||||
* debian: set -e added in place of set -x
|
||||
* debian: Made debian proxy filter rules more restrictive
|
||||
* debian: Cleanup
|
||||
* debian: Prepend package name to maintainers scripts
|
||||
* debian: Add qubes-update-check for Debian
|
||||
* debian: Revert back to original NetworkManager, ModemManager service
|
||||
names
|
||||
* debian: apt-get needs to update first
|
||||
* debian: Remove absolute path to xenstore-*
|
||||
* debian: Added more dependancies
|
||||
* debian: Added postrm disable of other Qubes packages
|
||||
* debian: Added all other outstanding triggers contained in rpm_spec
|
||||
as well as triggers if other packages get installed at a later date
|
||||
the configurations will run on them
|
||||
* debian: removed commented out depends
|
||||
* debian: Added more error reporting to track down any missing
|
||||
dependancies
|
||||
* debian: More depends for debian as netvm and some configuration
|
||||
tweaks.
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* network: do not use ifcfg-rh NM plugin
|
||||
* network: fix NM uplink config permissions
|
||||
|
||||
[ Jason Mehring ]
|
||||
* debian: Add new notification agent depends; remove other
|
||||
* debian: Added functionality to move desktop entry config files to
|
||||
/usr/share/qubes/xdg/autostart to preserve originals
|
||||
* debian: Wrong variable name was used to create
|
||||
/usr/share/qubes/xdg/autostart
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* Fix compile flags order (-lX11 moved to the end)
|
||||
|
||||
[ Jason Mehring ]
|
||||
* debian: Updated tinyproxy filter rules
|
||||
* debian: Don't display systemd info in chroot since systemd show does
|
||||
not work in chroot
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* network: fix indentation
|
||||
* Fix disabling nm-applet when NM is disabled
|
||||
* debian: create tinyproxy as system user
|
||||
* debian: fix generation of apt sources list file
|
||||
* debian: add missing python-gi to dependencies
|
||||
* debian: remove obsolete code from postinst script
|
||||
* debian: fix service name in postinst script
|
||||
* Update update-proxy rules for debian security fixes repo
|
||||
|
||||
[ HW42 ]
|
||||
* debian: move not strictly required packages to Recommends-Section.
|
||||
* debian: remove unneeded acpid dependency
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* network: set uplink configuration based on MAC (NetworkManager)
|
||||
* network: fix NM config preparation
|
||||
|
||||
[ Jason Mehring ]
|
||||
* fc21: iptables configurations conflict with fc21 yum package manager
|
||||
* fc21: Remove left-over code comment
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* fedora: Add security-testing repo definition
|
||||
* filecopy: prevent files/dirs movement outside incoming directory
|
||||
during transfer
|
||||
* fedora: Fix iptables config install script
|
||||
* fedora: Fix iptables config installation one more time
|
||||
|
||||
[ HW42 ]
|
||||
* don't ignore asprintf() return value
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* network: support for not setting DNS and/or default gateway
|
||||
|
||||
[ Olivier MEDOC ]
|
||||
* archlinux: fix new packaging requirements related to sbin, lib64,
|
||||
run ...
|
||||
* archlinux: align with fedora changes related to imsettings
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* fedora: reduce code duplication in systemd triggers
|
||||
* fedora: reload systemd only once
|
||||
* systemd: allow to start cron daemon (#909)
|
||||
* filecopy: fallback to "open(..., 000)" method when /proc
|
||||
inaccessible
|
||||
* network: support for not setting DNS and/or default gateway (v2)
|
||||
* rpm: add missing R: pygobject3-base
|
||||
|
||||
[ HW42 ]
|
||||
* debian: fix for QSB #014 requires up to date qubes-utils
|
||||
* debian: postinst: use systemctl mask
|
||||
* debian: postinst: use dpkg-divert
|
||||
* debian: don't generate regular conf files in postinst
|
||||
* debian: postinst: don't remove /etc/udev/rules.d/*
|
||||
* debian: postinst: don't create /rw - it is already part of the
|
||||
package
|
||||
* debian: postinst: use systemctl to set default target
|
||||
* debian: postinst: remove fedora specific code
|
||||
* debian: postinst: enable netfilter-persistent service
|
||||
* debian: postinst: cleanup
|
||||
* debian: postinst: don't start systemd services
|
||||
* debian: postinst: enable haveged only if installed
|
||||
* debian: postinst: remove redundant and misleading trigger output
|
||||
* debian: install fstab as normal config file
|
||||
* debian: preinst: remove modification of /etc/modules
|
||||
* remove 'bashisms' or explicit use bash
|
||||
* debian: preinst: don't force the default shell to bash
|
||||
* debian: prerm: remove obsolete code
|
||||
* debian: preinst: cleanup user creation
|
||||
|
||||
[ Wojtek Porczyk ]
|
||||
* spec: require linux-utils-3.0.1
|
||||
|
||||
[ Matt McCutchen ]
|
||||
* Switch to preset file for systemd units to disable.
|
||||
* Make qvm-run bidirectional and document its limitations.
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* debian: change systemctl set-default back to manual symlink
|
||||
* network: fix handling newline in firewall rules
|
||||
* qrexec: use sockets instead of pipes to communicate with child
|
||||
process
|
||||
* qrexec: reorganise code for upcoming change
|
||||
* qrexec: add simple "fork server" to spawn new processes inside user
|
||||
session
|
||||
* Adjust permissions of /var/run/qubes
|
||||
|
||||
[ Jason Mehring ]
|
||||
* debian: Remove 'exit 0' in maintainer section scripts to all other
|
||||
debhelpers (if any) to also execute
|
||||
* Add a qubes group and then add the user 'user' to the group
|
||||
* Remove 'xen.evtchn' udev rule
|
||||
* Set permissions to /proc/xen/privcmd, so a user in qubes group can
|
||||
access
|
||||
* debian: Converted debian package to a quilt package to allow patches
|
||||
* debian: Refactor Debian quilt packaging for xen
|
||||
* debian: Remove 'exit 0' in maintainer section scripts to all other
|
||||
debhelpers (if any) to also execute
|
||||
* Add a qubes group and then add the user 'user' to the group
|
||||
* Remove 'xen.evtchn' udev rule
|
||||
* Set permissions to /proc/xen/privcmd, so a user in qubes group can
|
||||
access
|
||||
* debian: Converted debian package to a quilt package to allow patches
|
||||
* debian: Revert depends back to use libxen-dev
|
||||
* debian: Move creation of directories into debian.dirs configuration
|
||||
file
|
||||
* debian: Remove dist target from Makefile as copy-in is now being
|
||||
used
|
||||
* debian: Remove unneeded patch file and README
|
||||
* Make sure when user is added to qubes group that the group is
|
||||
appended
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* qrexec: fix compile warning
|
||||
* debian: reenable -Werror, mentioned warning already fixed
|
||||
* debian: exclude binary packages from source archive
|
||||
* updates-proxy: allow xz compressed metadata (fc21)
|
||||
|
||||
-- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
|
||||
|
||||
qubes-core-agent (3.0.0) jessie; urgency=medium
|
||||
|
||||
[ Marek Marczykowski-Górecki ]
|
||||
* Improve handling of .desktop files
|
||||
|
Loading…
Reference in New Issue
Block a user