Skip to content
AppUnix

Tag: release

Lançado novo Linux Mint 12 (RC1)

13/11/2011 by little_oak

Veja nota: The first release candidate for Mint 12, an Ubuntu-based distribution with a choice between a highly customised GNOME 3 and MATE (a fork of GNOME 2) desktops, is out and ready for testing: “The team is proud to announce the release of Linux Mint 12 ‘Lisa’ RC. Linux Mint 12 is a new …

Continue Reading

openSUSE 12.1 Beta Lançado

03/10/2011 by little_oak

Confira a nota de lançamento do OpenSuse 12.1 beta pela DistroWatch: Bryen Yunashko has announced the availability of the beta release of openSUSE 12.1: “The much-awaited beta release of openSUSE 12.1 is here. If you’ve been following us, you know this release was originally called Milestone 6. However, the release team and its testers agreed …

Continue Reading

PC-BSD 9.0-BETA3 Lançado

03/10/2011 by little_oak

Confira a nota de lançamento da DistroWatch:   Dru Lavigne has announced the availability of the third beta release of PC-BSD 9.0, a user-friendly desktop operating system based on FreeBSD: “The third BETA release of the upcoming PC-BSD 9.0 is now available. This release includes the latest FreeBSD 9.0-BETA3 base, along with numerous bug fixes …

Continue Reading

Quais os requerimentos Mínimos ou Recomendados para rodar MAC OS X Lion

02/10/2011 by little_oak

Bom pessoal, boa noite, nós podemos nos questionar sobre quais equipamentos suportariam o Mac Os X Lion de maneira eficaz.   PROCESSADORES SUPORTADOS Abaixo iremos descrever quais os modelos de processadores e detalhar um caso muito interessante (Hackintosh), abaixo seguem detalhes dos processadores suportados pelo Mac Os X Lion: Processadores dos tipos-> Intel Core 2 …

Continue Reading

Lançado FreeBSD 9.0-BETA2

15/09/2011 by little_oak

Ken Smith has announced the availability of the second beta of FreeBSD 9.0, more than a month later than planned: “The second beta build of the 9.0-RELEASE release cycle is now available. Note: the location of the FTP install tree and ISOs have changed slightly. What we used for BETA2 reflects a directory structure that …

Continue Reading

openSUSE 12.1 Milestone 5 Lançado

06/09/2011 by little_oak

    Bryen Yunashko has announced the availability of the third milestone release of openSUSE 12.1: “openSUSE 12.1’s milestone 5 is now ready for download. Here are some interesting things you can expect to see when you try milestone 5: further changes have been made to systemd which replaces the SysInitV system, the default is …

Continue Reading

Kernel 3.0.3 estável e recém lançado :P

18/08/2011 by little_oak

Olha aí, mais uma série 3.x do Kernel LINUX stable! Segue nota oficial (email oficial do release): From: Greg KH <gregkh@suse.de> To: linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>, torvalds@linux-foundation.org, stable@kernel.org Subject: Linux 3.0.3 Date: Wed, 17 Aug 2011 11:00:27 -0700 Message-ID: <20110817180027.GA16619@kroah.com>  

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
I'm announcing the release of the 3.0.3 kernel.
 
All users of the 3.0 kernel series must upgrade.
 
The updated 3.0.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-3.0.y.git
and can be browsed at the normal kernel.org git web browser:
        <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-3.0.y.git;a=summary">http://git.kernel.org/?p=linux/kernel/git/stable/linux-3....</a>
 
thanks,
 
greg k-h
 
------------
 
Documentation/virtual/lguest/lguest.c      |    3 +++
Makefile                                   |    2 +-
drivers/gpu/drm/radeon/atombios_dp.c       |   12 ++++++++++++
drivers/gpu/drm/radeon/radeon_connectors.c |   16 +++++++++-------
drivers/gpu/drm/radeon/radeon_encoders.c   |    3 +++
drivers/gpu/drm/radeon/radeon_mode.h       |    1 +
drivers/hwmon/ibmaem.c                     |   15 ++++++++++-----
drivers/net/wireless/ath/ath5k/base.c      |   23 ++++++++++++++---------
drivers/staging/rtl8192u/r819xU_firmware.c |    9 +++------
drivers/usb/class/usbtmc.c                 |    2 +-
drivers/usb/core/config.c                  |   11 ++++++-----
drivers/usb/host/pci-quirks.c              |    2 +-
drivers/usb/host/xhci.c                    |   19 ++++++++++++++-----
drivers/usb/musb/musb_gadget.c             |    5 +++++
drivers/usb/serial/ftdi_sio.c              |    2 +-
drivers/usb/serial/option.c                |   12 ++++++++++++
drivers/usb/serial/qcserial.c              |    1 +
drivers/usb/storage/unusual_devs.h         |   10 ++++++++++
mm/vmalloc.c                               |    7 ++++---
net/atm/br2684.c                           |    2 --
sound/soc/samsung/jive_wm8750.c            |    2 +-
sound/soc/tegra/tegra_pcm.c                |    9 +++++++--
sound/soc/tegra/tegra_wm8903.c             |   15 +++++++++++----
sound/usb/caiaq/audio.c                    |    6 ++++--
tools/perf/util/config.c                   |    7 -------
25 files changed, 134 insertions(+), 62 deletions(-)
Alex Deucher (3):
      drm/radeon/kms: don't enable connectors that are off in the hotplug handler
      drm/radeon/kms: fix regression is handling &gt;2 heads on cedar/caicos
      drm/radeon/kms: don't try to be smart in the hpd handler
 
Andrew Bird (4):
      USB: option driver: add PID for Vodafone-Huawei K3770
      USB: option driver: add PID for Vodafone-Huawei K3771
      USB: option driver: add PID for Vodafone-Huawei K4510
      USB: option driver: add PID for Vodafone-Huawei K4511
 
Bob Copeland (1):
      ath5k: fix error handling in ath5k_beacon_send
 
Chas Williams (1):
      atm: br2864: sent packets truncated in VC routed mode
 
Clemens Ladisch (1):
      mm: fix wrong vmap address calculations with odd NR_CPUS values
 
Daniel Mack (1):
      ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc
 
Greg Kroah-Hartman (1):
      Linux 3.0.3
 
Ionut Nicu (1):
      USB: ftdi_sio: fix minor typo in get_ftdi_divisor
 
JiSheng Zhang (1):
      USB: xhci: fix OS want to own HC
 
John Stultz (1):
      usb: musb: fix oops on musb_gadget_pullup
 
Jonathan Nieder (1):
      perf tools: do not look at ./config for configuration
 
Julia Lawall (1):
      hwmon: (ibmaem) add missing kfree
 
Mark Brown (1):
      ASoC: Fix binding of WM8750 on Jive
 
Maxim Nikulin (1):
      USB: assign instead of equal in usbtmc.c
 
Nick Bowler (1):
      USB: usb-storage: unusual_devs entry for ARM V2M motherboard.
 
Rusty Russell (1):
      lguest: allow booting guest with CONFIG_RELOCATABLE=y
 
Sarah Sharp (1):
      xhci: Don't submit commands or URBs to halted hosts.
 
Sebastian Andrzej Siewior (1):
      usb/config: use proper endian access for wMaxPacketSize
 
Stefan Lippers-Hollmann (1):
      staging: rtl8192u: declare MODULE_FIRMWARE
 
Stephen Warren (2):
      ASoC: Tegra: tegra_pcm_deallocate_dma_buffer: Don't OOPS
      ASoC: Tegra: wm8903 machine driver: Allow re-insertion of module
 
Vijay Chavan (1):
      USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3G

Continue Reading

Liberado: Lion 10.7.1 UPDATE oficial Apple

16/08/2011 by little_oak

Para a felicidade geral dos early users a Apple acaba de liberar o 10.7.1. O update já está disponível via Software update para os usuários do Lion e possui uma versão especial para os Mac mini e MacBooks Air modelos 2011. Vejam as mudanças trazidas pela atualização: The OS X Lion v10.7.1 Update is recommended …

Continue Reading

Lançado Linux Mint 11 LXDE

16/08/2011 by little_oak

Clement Lefebvre has announced the release of the “LXDE” edition of Linux Mint 11: “The team is proud to announce the release of Linux Mint 11 LXDE. Linux Mint 11 LXDE comes with updated software and brings refinements and new features to make your desktop even more comfortable to use. The Software Manager – many …

Continue Reading

Android 2.3 no Milestone 2 (Motorola Owned) LOL

11/08/2011 by little_oak

Quanto mais a motorola se faz de cadeado mais hackers de verdade trabalham e ownam tudo que querem. Ownaram a zé bestona recentemente e o método de rodar a SBF rooteada segue-se de 3 formas abaixo:   – Método manual (com root): http://forum.xda-developers.com/showthread.php?t=1213418 – ROM do walter79 (com root): http://forum.xda-developers.com/showthread.php?t=1169038 – Flash do SBF (sem root): http://forum.xda-developers.com/showthread.php?t=1211863   …

Continue Reading

Navegação por posts

  • 1
  • 2
  • 3
  • 4
  • Next

Pesquisa

Categorias

  • Blog
  • cPanel
  • How Tos
  • Linux
  • Mac Os
  • MySQL
  • Wordpress

#Apoiadores

Patrocinador

Registre-se e ganhe $25



© 2021 AppUnix | Protegido Por MxGuardDoG