Skip to main content

Questions tagged [software-updates]

Filter by
Sorted by
Tagged with
6 votes
1 answer
1k views

Our Windows application makes use of some open source components in the form of their publicly released executables. (One example is 7za.exe that we use to zip old log files.) We do not want users to ...
Martin Ba's user avatar
  • 7,861
0 votes
2 answers
148 views

In the context of a software update system, suppose we have the following: a.tar: an archive file containing an old version of an application b-a.patch: a file containing the binary difference of the ...
djvg's user avatar
  • 129
-2 votes
2 answers
766 views

For a frontend web app version 3.9, we have a visual change that I would constitute as a backwards compatible (as far as the API) new feature. Therefor, my SemVer instinct is to bump the minor version ...
Kyle Vassella's user avatar
40 votes
7 answers
10k views

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 ...
user16508174's user avatar
0 votes
1 answer
230 views

When I buy a house or a car, the product is already completely ready. It's very seldom that an error will be noticed later by the customer. In software engineering, on the other hand, errors (bugs) ...
gaout5's user avatar
  • 41
1 vote
1 answer
187 views

I'm working on python microservices based app and I'm wondering how to ship updates. Let's start by a summary of what I have: Code base on git (several repos) The app is running on several remote ...
AFZ84's user avatar
  • 13
2 votes
2 answers
909 views

I have a public project that I'm the single developer. I love updating packages to new versions regularly and keep the project up to date with the updated environment. This is probably not always a ...
atakanyenel's user avatar
2 votes
0 answers
1k views

I am not sure where this is going to go, and I am not sure if this is even the right Stack group to be posting in for this matter. But simply I want to create from scratch using my knowledge of C# a ...
Bailey Miller's user avatar
3 votes
1 answer
1k views

E_d is an environment where one can develop, build and test a .NET web application. E_p is the production environment, where only running the application is possible. That is, build is not possible. ...
turdus-merula's user avatar
2 votes
3 answers
4k views

I'm working on a Desktop application, and to allow frequent updates without too much hassle, I want to install a simple "bootstrap" application to the "Program Files" directory, and the actual ...
Brandon - Free Palestine's user avatar
10 votes
1 answer
1k views

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 ...
Jason C's user avatar
  • 465
4 votes
2 answers
75 views

Let's say I have a API with regular updates and many developer who are using the API. Whenever the API updates I don't want to bother the developers with all the change updates. I want to send them ...
Gokul N K's user avatar
  • 141
3 votes
2 answers
156 views

I'm using the Sparkle framework to update an app, and want to make use of the framework's ability to send system-profile information. The way this is done is by adding the information to the HTTP GET ...
narner's user avatar
  • 145
1 vote
2 answers
2k views

I´m working on a mod update checker for minecraft, but there is a big problem: The modders and online database that I´m using for update checks has no standard software versions e.g.: Local: rv0-...
WhiteIntel's user avatar
4 votes
6 answers
1k views

I recently asked this question and this comment and made me ponder the whole process of releasing an update to the customers. The next update for our software is planned and the previous time it went ...
Mixxiphoid's user avatar
8 votes
2 answers
2k views

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 ...
Mircea's user avatar
  • 91
3 votes
2 answers
946 views

How to update web application deployed on intranet? There is a Java Spring application that will be deployed on intranet of multiple customers. In case when there is a major update what should the ...
Limbo Exile's user avatar
4 votes
2 answers
738 views

I'm working on a project to update our (out of support) middleware stack to a stable but supported version. There are several teams with applications running on the version we currently have in ...
conorgriffin's user avatar
3 votes
1 answer
343 views

Up until around January 2013, the minor updates of major Java versions were always consecutive: 6u30, 6u31, 6u32, 6u33 and so on. The same is true for Java 7 updates. But, starting around January or ...
Radu Murzea's user avatar
  • 1,820
4 votes
2 answers
2k views

I have been working on some software application and I update them every 6 months. Currently, the way I track the date is by extracting the date from the system when the user installs the application, ...
JNL's user avatar
  • 934
0 votes
1 answer
113 views

What is the best way to implement automated updates? I've gotten as far as libcurl, I imagine I need to ping the server every now and again with the current version of the software. But then what ...
DanDan's user avatar
  • 275
22 votes
2 answers
67k views

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 ...
Deele's user avatar
  • 401
14 votes
1 answer
2k views

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 ...
JohnDoDo's user avatar
  • 2,319
3 votes
3 answers
4k views

I have a server-client application. Sometimes the server is updated which requires some DLLs in the client to be updated as well (The DLLs are the dependencies of the main executable). For now, we ...
Louis Rhys's user avatar
  • 6,182
6 votes
3 answers
10k views

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 ...
trycatch's user avatar
  • 1,120