Questions tagged [software-updates]

66 questions
40
votes
7 answers

Why do library developers deliberately break existing code?

Today, I updated ZBateson\MailMimeParser the PHP e-mail parser library from 1.x to 2.x. Soon enough, my PHP error log started filling up with errors. Noting where it happened, I found out that it had to do with their ::parse(...) function:…
21
votes
2 answers

How to prevent my executable being treated from AV like bad or virus?

I'm creating a piece of software, that will run on windows and will act like launcher for the game, to serve as an auto-updater and file verifier in client side PC. One thing I don't understand, why my antivirus software (Avast) is considering my…
Deele
  • 391
  • 1
  • 3
  • 8
19
votes
7 answers

How do you respond to: "Ever since the update..." questions from clients?

Ever since the update, people keep calling and saying "Ever since the update X, Y and Z are slow, bad and crashing" This has happened ever since the dawn of updates. What do people expect? Gamma comes after beta, and gamma testing always turns…
Peter Turner
  • 6,897
  • 1
  • 33
  • 57
19
votes
4 answers

What do update versions really mean?

A lot of software updates follow the scheme of v0.1 to v0.2 to v2.6.5.6. What do these "updates" to software really mean? Is there an industry standard always followed or do programmers pretty much keep raising the update # or adding more decimals?
James Mertz
  • 509
  • 1
  • 7
  • 12
17
votes
1 answer

Does it make sense to keep updating the version of Bootstrap used in my web application?

To those who may not be aware, Bootstrap is a HTML, CSS and JS framework that can be used as a foundation or starting point in building a website or web application. I'm now in a position where I have an application in production that was designed…
snorkpete
  • 281
  • 2
  • 6
14
votes
4 answers

Are patches a bad sign for the customer?

At the office we just got out of a long period where we released patches on a too-frequent basis. Near the end of that period we were doing almost three patches per week on average. Beside that this was very demotivating for the developers, I was…
Mixxiphoid
  • 641
  • 1
  • 5
  • 15
14
votes
1 answer

Considerations on which Java version to run in Production

Some people run the bleeding edge of technologies - updating the day that something is updated. In production, this isn't as appropriate. Researching about if the current (Java 7) version is ready for production produces a significant amount of old…
JohnDoDo
  • 2,309
  • 2
  • 18
  • 32
14
votes
6 answers

What is the difference between `update` and `upgrade`

What is the difference between update and upgrade in the context of application software?
Svisstack
  • 280
  • 1
  • 9
10
votes
1 answer

Software/firmware auto update strategy

I've got a medium-sized project now that's just nearing the end of the "sloppy caffeine-powered prototypes for client demos" phase and transitioning into "think about the future" phase. The project consists of Linux-based devices with software and…
Jason C
  • 391
  • 2
  • 14
8
votes
7 answers

Using an Apt Repository for Paid Software Updates

I'm trying to determine a way to distribute software updates for a hosted/on-site web application that may have weekly and/or monthly updates. I don't want the customers who use the on-site product to have to worry about updating it manually I just…
7
votes
5 answers

How should you approach supporting rapidly-updating web browsers?

Today, Firefox 5 was released. If all goes according to plan, Firefox 7 will be out by the end of the year. Firefox has adopted the Google Chrome development model wherein version numbers are largely unimportant and so just supporting "the latest…
7
votes
4 answers

Why don't software vendors use existing scheduling facilities for automatic upgrades?

It is common for software vendors to offer automatic updates. The research and installation of these updates can be done at application startup through a service or process in the background (which often can be seen in the icon tray) Sometimes at…
Larry
  • 231
  • 1
  • 7
7
votes
8 answers

Aggressive Auto-Updating?

What do you guys think is best practice regarding auto-updating? Google Chrome for instance seems to auto-update itself as soon as it get's a chance without asking and I'm fine with it. I think most "normal" users benefits from updates being a…
Homde
  • 11,104
  • 3
  • 40
  • 68
7
votes
2 answers

When would you choose *not* to update a third-party library to a newer version?

Using third party libraries for productivity gains in software development is common. Unfortunately, along with the library's functionality we also import its bugs. Some of them get fixed in subsequent releases. So, to upgrade or not to upgrade,…
6
votes
3 answers

Should one use a separate database for application data and user data?

I’ve been working on a project for a little while and I’m unsure which is the better architecture. I’m interested in the consensus. The answer to me seems fairly obvious but something about it is digging at me and I can't pick out what. The TL;DR…
trycatch
  • 1,080
  • 2
  • 12
  • 18
1
2 3 4 5