Author: oget
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9733
Modified Files:
.cvsignore ReadMe.txt rt3070.spec sources
Log Message:
* Tue Aug 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.4-1
- Update to 2.3.0.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 02:38:26 -0000 1.5
+++ .cvsignore 11 Sep 2010 16:46:20 -0000 1.6
@@ -1 +1 @@
-DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
+DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2
Index: ReadMe.txt
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/ReadMe.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReadMe.txt 11 Jul 2010 02:38:26 -0000 1.1
+++ ReadMe.txt 11 Sep 2010 16:46:20 -0000 1.2
@@ -1,3 +1,14 @@
+[V2.3.0.4]
+1. Fix ATE cannot switch Channel issue.
+2. Fix ATE calibrate TX Power not work correctly issue.
+
+[2.3.0.3]
+1. Add "RESOURCE_PRE_ALLOC" support.
+
+[2.3.0.2]
+1. Add DWA-121(RT8070) VID/PID.
+2. Fix wap_supplicant countermeasure re-connect issue.
+
[2.3.0.1]
1. Fix Shared WEP security mode can't work on wpa_supplicant wext driver.
2. Fix Hidden SSID can't work on wpa_supplicant wext driver.
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/rt3070.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rt3070.spec 11 Jul 2010 02:38:26 -0000 1.8
+++ rt3070.spec 11 Sep 2010 16:46:20 -0000 1.9
@@ -1,7 +1,7 @@
-%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.2_20100412
+%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.4_20100604
Name: rt3070
-Version: 2.3.0.2
+Version: 2.3.0.4
Release: 1%{?dist}
Summary: Common files for RaLink rt3070 kernel driver
Group: System Environment/Kernel
@@ -37,11 +37,11 @@
# Fix bunch of encoding issues
-for file in ReadMe.txt *iwpriv_usage.txt "LICENSE*.txt" README_STA*; do
- chmod -x $file
- iconv -f JOHAB -t UTF8 $file -o $file.tmp
- sed 's/\r//' $file.tmp > $file.tmp2
- mv -f $file.tmp2 $file
+for file in ReadMe.txt *iwpriv_usage.txt LICENSE\ ralink-firmware.txt README_STA*; do
+ chmod -x "$file"
+ iconv -f JOHAB -t UTF8 "$file" -o "$file.tmp"
+ sed 's/\r//' "$file.tmp" > "$file.tmp2"
+ mv -f "$file.tmp2" "$file"
done
# To avoid possible conflict with rt2870 driver:
@@ -78,6 +78,9 @@
%endif
%changelog
+* Tue Aug 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.4-1
+- Update to 2.3.0.4
+
* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.2-1
- Update to 2.3.0.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 02:38:26 -0000 1.5
+++ sources 11 Sep 2010 16:46:20 -0000 1.6
@@ -1 +1 @@
-18a32c99fd0cd64c3aa9736a90c90795 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
+b7ad2509a623d5d132eee7f10f0d9327 DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2