I-Nex 0.5.2

Milestone information

Project:
I-Nex
Series:
trunk
Version:
0.5.2
Released:
 
Registrant:
eloaders
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
8 eloaders
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
9 Fix Committed, 2 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon i-nex_0.5.2.tar.gz (md5, sig) source package 939
last downloaded 26 weeks ago
download icon i-nex_0.5.2_all.deb (md5, sig) Debian package 3,059
last downloaded 4 days ago
Total downloads: 3,998

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

------------------------------------------------------------
revno: 233
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2013-01-04 16:02:21 +0100
message:
  move recive and transmit to new window
------------------------------------------------------------
revno: 232
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2013-01-04 14:56:12 +0100
message:
  Add GUI for df
------------------------------------------------------------
revno: 231
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2013-01-04 11:11:05 +0100
message:
  Remove textbox in CPU tab and resize frames
------------------------------------------------------------
revno: 230
fixes bug: https://launchpad.net/bugs/1095866
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2013-01-04 01:37:24 +0100
message:
  Fix HT detect
------------------------------------------------------------
revno: 229
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2013-01-03 22:03:37 +0100
message:
  In WEB tab add GridView for /proc/net/dev
------------------------------------------------------------
revno: 228
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2013-01-03 14:00:46 +0100
message:
  Text Alignment = Center
------------------------------------------------------------
revno: 227
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2013-01-03 13:59:38 +0100
message:
  Fix lspci location in Reportm.module
------------------------------------------------------------
revno: 226
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2013-01-03 00:43:12 +0100
message:
  Fix swap detect
------------------------------------------------------------
revno: 225
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2013-01-03 00:34:01 +0100
message:
  Repair HT Detect.
  Test Bash script:

  #!/bin/sh
  CPUFILE=/proc/cpuinfo
  test -f $CPUFILE || exit 1
  NUMPHY=`grep "physical id" $CPUFILE | sort -u | wc -l`
  NUMLOG=`grep "processor" $CPUFILE | wc -l`
  if [ $NUMPHY -eq 1 ]
    then
      echo This system has one physical CPU,
    else
      echo This system has $NUMPHY physical CPUs,
  fi
  if [ $NUMLOG -gt 1 ]
    then
      echo and $NUMLOG logical CPUs.
      NUMCORE=`grep "core id" $CPUFILE | sort -u | wc -l`
      if [ $NUMCORE -gt 1 ]
        then
          echo For every physical CPU there are $NUMCORE cores.
      fi
    else
      echo and one logical CPU.
  fi
  echo -n The CPU is a `grep "model name" $CPUFILE | sort -u | cut -d : -f 2-`
  echo " with`grep "cache size" $CPUFILE | sort -u | cut -d : -f 2-` cache"
------------------------------------------------------------
revno: 224
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Wed 2013-01-02 23:01:04 +0100
message:
  Update thermal_zone.module
  Fix bug for locate lspci, swapon in openSUSE. Using which $exec to detect where is located
------------------------------------------------------------
revno: 223 [merge]
fixes bug: https://launchpad.net/bugs/1095046
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Tue 2013-01-01 23:46:58 +0100
message:
  Undoing mistakes
------------------------------------------------------------
revno: 222
fixes bug: https://launchpad.net/bugs/1095046
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Tue 2013-01-01 23:45:39 +0100
message:
  Fix bug #1
------------------------------------------------------------
revno: 221
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Sun 2012-12-30 15:41:42 +0100
message:
  chmod +x pastebinit
  Fix cpu report
------------------------------------------------------------
revno: 220
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Sun 2012-12-30 13:25:13 +0100
message:
  New FFlags.module
  Update CPU Tab
  Detect HT, lm, vmx
------------------------------------------------------------
revno: 219
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Sat 2012-12-29 19:23:55 +0100
message:
  Understanding Linux /proc/cpuinfo
  http://www.richweb.com/cpu_info
------------------------------------------------------------
revno: 218
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Sat 2012-12-29 17:48:44 +0100
message:
  Fix detect all cores per cpu if cpu HT
  https://www.ibm.com/developerworks/mydeveloperworks/blogs/brian/entry/linux_show_the_number_of_cpu_cores_on_your_system17?lang=en
------------------------------------------------------------
revno: 217
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2012-12-28 16:49:40 +0100
message:
  Some fixes
  Try to repair bug segmentation fault in thermal_zone.module
------------------------------------------------------------
revno: 216
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-27 12:40:22 +0100
message:
  New module for detect distro
  Thanks to Joshua Higgins
  Supported distros:
                              vector:/etc/vector-version
                              slackware:/etc/slackware-version
                              debian:/etc/debian_version
                              redhat:/etc/redhat-release
                              arch:/etc/arch-release
                              SuSE:/etc/SuSE-release
                              gentoo:/etc/gentoo-release
                              conectiva:/etc/conectiva-release
                              mandriva:/etc/mandriva-release
                              mandrake:/etc/mandrake-release
                              pardus:/etc/pardus-release
                              kanotix:/etc/kanotix-release
                              generic-undetected:/etc/issue

  Replace TextArea in System to TexBox
------------------------------------------------------------
revno: 215
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Fri 2012-12-14 11:25:53 +0100
message:
  Downgrade pastebinit script
  Update nopaste services
------------------------------------------------------------
revno: 214
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-13 22:13:39 +0100
message:
  Try to fix image displayed for Core2Quad
------------------------------------------------------------
revno: 213
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-13 21:22:02 +0100
message:
  Fixed detec CD/DVD Devices
------------------------------------------------------------
revno: 212
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Mon 2012-12-10 19:01:55 +0100
message:
  Modified debian/copyright
------------------------------------------------------------
revno: 211
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-06 21:06:34 +0100
message:
  Name=I-Nex
------------------------------------------------------------
revno: 210
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-06 21:04:31 +0100
message:
  change control
------------------------------------------------------------
revno: 209
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-06 21:03:37 +0100
message:
  Add License file
  LICENSE /usr/share/doc/i-nex
------------------------------------------------------------
revno: 208
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Thu 2012-12-06 20:50:57 +0100
message:
  Add new bug reporter, Marcin Mach aka netbit73
------------------------------------------------------------
revno: 207
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Mon 2012-12-03 14:24:31 +0100
message:
  Update license
------------------------------------------------------------
revno: 206
fixes bug: https://launchpad.net/bugs/1085686
committer: eloaders <email address hidden>
branch nick: i-nex
timestamp: Mon 2012-12-03 09:19:49 +0100
message:
  All TextBox = ReadOnly="True"

0 blueprints and 11 bugs targeted

Bug report Importance Assignee Status
1091710 #1091710 Segmentation Fault 2 Critical eloaders  9 Fix Committed
1095866 #1095866 Złe wykrywanie HyperThreading 3 High eloaders  9 Fix Committed
1072622 #1072622 Strange text box in first page 4 Medium eloaders  9 Fix Committed
1085686 #1085686 Editing line's information 4 Medium eloaders  9 Fix Committed
1094482 #1094482 Still identifies my Quad-core AMD chip as only having 2 cores. 4 Medium eloaders  9 Fix Committed
1095039 #1095039 CPU Temp shown as 0 C 4 Medium eloaders  9 Fix Committed
1095046 #1095046 Extra characters in System Tab. 4 Medium eloaders  9 Fix Committed
1095867 #1095867 Przycinanie loga obrazków procesorów 4 Medium eloaders  9 Fix Committed
1111512 #1111512 New description of tabs. 4 Medium   9 Fix Committed
1110657 #1110657 Error on start 2 Critical   10 Fix Released
1087316 #1087316 Which is the correct license? 6 Wishlist   10 Fix Released
This milestone contains Public information
Everyone can see this information.