Questions tagged [upgrade]

This tag refers to the process of replacing a particular system with a newer version of the same system

With computer , an upgrade is a term that describes adding or replacing physical components to a computer that improves its performance.

When referring to software, a software upgrade generally refers to any major upgrade to the software that adds significant changes to the program.

4652 questions
11
votes
1 answer

Why are my tests slow after upgrading rails from 3.1.0 to 3.2.0?

I followed these upgrade instructions: http://railscasts.com/episodes/318-upgrading-to-rails-3-2 Here are my three small upgrade changes: (1) Gemfile -gem 'rails', '3.1.0' +gem 'rails', '3.2.0' -gem 'rack', '1.3.3' +#gem 'rack', '1.3.3' group…
11
votes
7 answers

How can I update Perl on Windows without losing modules?

At work I'm using Perl 5.8.0 on Windows. When I first put Perl on, I went to CPAN, downloaded all the sources, made a few changes (in the .MAK file(?) to support threads, or things like that), and did nmake / nmake test / nmake install. Then, bit by…
piCookie
  • 9,640
  • 2
  • 19
  • 19
11
votes
3 answers

What is the main reason for upgrading to Eclipse Juno?

Sorry if this is a strange question. But I've been using Indigo for a long time, and after upgrading to Juno I find that the UI is less responsive, has bizarre new colors (thankfully they included a Classic theme) and not a single new feature that I…
user1283068
  • 1,694
  • 4
  • 15
  • 25
10
votes
3 answers

In Android Market , how frequently developers can/should update their apk files?

What are the best practices on updating the apk files in the Android Market ? Is it ok to publish a new version as soon as i fix a minor glitch or should i consolidate a few bugs (if those or minor) and post it in a regular interval. Just released a…
Justin
  • 103
  • 6
10
votes
3 answers

Does upgrading to SVN 1.7 on local require an upgrade on the repository?

I have updated to the latest of SVN on my Windows 7 to 1.7. When I went to my working copy, it requires me to upgrade the working copy to 1.7 format to be able to work. There's no other options. But I'm afraid that if I do upgrade, the version of…
Anh Nguyen
  • 192
  • 2
  • 15
10
votes
3 answers

Android 12: BLE Scan does not find any devices

I'm trying to upgrade a Bluetooth Low Energy app (connects to a custom physical device) to Android 12. I've set up everything as in the documentation, but it doesn't work. Permissions:
Lukas Fink
  • 627
  • 6
  • 18
10
votes
4 answers

Why is Android Studio failing to build, with an AAPT2 error on images?

After a recent update, Android Studio fails to build an unmodified project with errors along these lines: > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > AAPT2 aapt2-4.1.1-6503028-linux Daemon…
John Perry
  • 2,497
  • 2
  • 19
  • 28
10
votes
1 answer

How can I install or upgrade to sqlite 3.33.0 on Ubuntu 18.04?

I'm currently running Ubuntu 18.04 with SQLite3. SQLite 3 is at version 3.22.0 and I need to upgrade it to version 3.33.0 to take advantage of new functionality that is available. If I remove and reinstall SQLite3 with apt-get, it just re=installs…
Mike Collins
  • 402
  • 3
  • 13
10
votes
2 answers

Upgrading from visual studio 2017 community to Pro

I have been using the Community edition of Visual studio 2017 but now my office has purchased a Visual Studio 2017 Pro License key. Is there a way in which I can upgrade using just the license key..?? without re-installing the software..? I have…
Vishweshwar Kapse
  • 921
  • 6
  • 23
  • 43
10
votes
3 answers

Right way to upgrade RxJS to latest version?

When trying to install the latest version of RxJS, I used npm install rxjs as explained in this documentation: https://github.com/reactivex/rxjs But I got these warnings: npm warn @angular/common@5.1.0 requires a peer of rxjs@^5.5.0 but none is…
HDJEMAI
  • 9,436
  • 46
  • 67
  • 93
10
votes
0 answers

After upgrade to IntelliJ 2017.1, Class JavaLaunchHelper Error

I just updated to IntelliJ IDEA 2017.1 and now I get this error message every time on runtime: objc[3318]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/java (0x107a4c4c0) and…
David
  • 667
  • 4
  • 18
10
votes
3 answers

Angular2 UpgradeComponent missing $injector

I am trying to upgrade an Angular1 component and consume it in my Angular2 app by following the official Angular2 documentation here under "Using Angular 1 Component Directives from Angular 2 Code", but it gives the following…
Dolan
  • 1,519
  • 4
  • 16
  • 36
10
votes
1 answer

Updating Anaconda's root Python to newer minor version on Windows does nothing

I have an Anaconda (not miniconda) Python 2.7 install on Windows. I would like to update the version of Python installed to the latest minor version (2.7.9), which I see is available in the channels that conda is configured to use. However, typing…
Christian Hudon
  • 1,881
  • 1
  • 21
  • 42
10
votes
2 answers

Docker: Best way to handle security updates of packages from apt-get inside docker containers

On my current server i use unattended-upgrades to automatically handle security updates. But i'm wondering what people would suggest for working inside docker containers. I have several docker containers running for each service of my app. Should i…
stilliard
  • 762
  • 8
  • 27
10
votes
1 answer

How to upgrade to PhpStorm 8?

JetBrains recently released PhpStorm 8 but I could not find any information on how to upgrade. I'm currently using PhpStorm 7. The EAP versions explicitly mentiones that a new folder should be used: This build includes a 30-day time-limited…
Hirnhamster
  • 7,101
  • 8
  • 43
  • 73