mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Change version info
This commit is contained in:
parent
d73242ab81
commit
049a736d30
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,5 +1,11 @@
|
|||||||
linux-wifi-hotspot (4.4.0) UNRELEASED; urgency=low
|
linux-wifi-hotspot (4.7.1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Minor secrurty fixes
|
* Update frequency parsing for iw 6.7
|
||||||
|
* Add 802.11ax(wifi6) ability
|
||||||
|
* Fix clean-up of unmanaged devices in NetworkManager.conf
|
||||||
|
* [SECURITY] remove insecure TKIP from configurations
|
||||||
|
* Fix FREQ_BAND for config files
|
||||||
|
* Use 'aa-complain' instead of 'complain' to remove dnsmasq restriction
|
||||||
|
* UI improvements
|
||||||
|
|
||||||
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 26 Oct 2021 19:07:00 +0530
|
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Mon, 01 Jan 2024 19:07:00 +0530
|
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: devel
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Lakindu Akash <lakinduakash@users.noreply.github.com>
|
Maintainer: Lakindu Akash <lakinduakash@users.noreply.github.com>
|
||||||
Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev, libpng-dev, libqrencode-dev
|
Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev, libpng-dev, libqrencode-dev
|
||||||
Standards-Version: 4.1.4
|
Standards-Version: 4.7.1
|
||||||
Homepage: https://github.com/lakinduakash/linux-wifi-hotspot
|
Homepage: https://github.com/lakinduakash/linux-wifi-hotspot
|
||||||
|
|
||||||
Package: linux-wifi-hotspot
|
Package: linux-wifi-hotspot
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<property name="type_hint">dialog</property>
|
<property name="type_hint">dialog</property>
|
||||||
<property name="gravity">center</property>
|
<property name="gravity">center</property>
|
||||||
<property name="program_name">Linux Wifi Hotspot</property>
|
<property name="program_name">Linux Wifi Hotspot</property>
|
||||||
<property name="version">4.5.0</property>
|
<property name="version">4.7.1</property>
|
||||||
<property name="copyright" translatable="yes">(c) lakinduakash 2023</property>
|
<property name="copyright" translatable="yes">(c) lakinduakash 2023</property>
|
||||||
<property name="comments" translatable="yes">For more info visit
|
<property name="comments" translatable="yes">For more info visit
|
||||||
https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user