Questions tagged [versions]

273 questions
14
votes
1 answer

Switching trial and pro builds with android apps in Eclipse: how to make it less painful?

I have an application for Android which comes in two forms: a trial version and a paid "pro" version. The two versions coexists in Android Market and have different package names (let's call them com.app.trial and com.app.pro). They share the same…
antonio
  • 375
  • 4
  • 13
13
votes
3 answers

Maven 2 - different dependency versions in test and compile

I have project that depends on commons-httpclient [2.0] (compile). I would like to write some jbehave tests - jbehave-core 3.4.5 (test). Both this dependencies depend on commons-lang but in different versions - 1.0.1 and 2.5. When I execute mvn…
Xeon
  • 5,679
  • 3
  • 29
  • 52
13
votes
2 answers

python 2.7 vs python 3.1

Some python 3 features and modules having been backported to python 2.7 what are the notable differences between python 3.1 and python 2.7?
simha
  • 841
  • 1
  • 8
  • 11
13
votes
11 answers

Is it must to learn all the other versions of c# before starting with c# 4.0?

As i am a beginner who just finished my engineering and i have good knowledge in c,c++... I thought of studying c# as well but i found that c# 4.0 has been released..... Should i care about the previous versions? What are the tips you give for…
user226322
12
votes
1 answer

How to delete a s3 version from a bucket using boto and python

When I try to delete a bucket using the lines: conn = boto.connect_s3(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) print conn.delete_Bucket('BucketNameHere').message It tells me the bucket I tried to delete is not empty. The bucket has no keys in it.…
ChickenFur
  • 2,190
  • 2
  • 18
  • 25
9
votes
3 answers

Dynamic versions (using +) of dependencies in gradle

I am using compile 'com.localytics.android:library:3.8+' in my project. I want to know that is the latest version of this dependency is picked when the release apk is created or every time when the user opens the app (downloaded from playstore).
9
votes
3 answers

git command-line on Mac OS error "dyld: Symbol not found: ___strlcpy_chk"

I installed git on Mac os, when i try to create a new repository with git init, i get this error : dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk Referenced from: /usr/local/git/bin/git Expected in:…
Nabil Lemsieh
  • 706
  • 4
  • 11
  • 25
9
votes
6 answers

Stability of .NET serialization across different framework versions

A project I'm working on requires serializing a data structure before shutting down and restores its state from this serialized data when it start up again. Last year, we were building for .NET 1.1, and ran into a tricky issue where our code ran on…
ephemient
  • 180,829
  • 34
  • 259
  • 378
9
votes
3 answers

Running software built for .NET 3.5 on a system with only .NET 2.0 installed

How far along does software compiled for .NET 3.5 get before crashing on a system that only has .NET 2.0 installed? The application I am developing uses WPF and requires .NET 3.5, but I would like to display a user-friendly dialog (rather than…
M. Dudley
  • 26,519
  • 30
  • 137
  • 228
9
votes
3 answers

Which open-source projects use odd-unstable/even-stable style of versioning

One of my colleagues told me today that some projects use a weird, IMHO, way of versioning their releases. If the release is unstable, the minor version is an odd number, eg. 1.3, 1.5. On the other hand, stable releases have an even minor version…
Ionuț G. Stan
  • 160,359
  • 18
  • 179
  • 193
8
votes
1 answer

Shoebox / Library applications with Auto-Save & Versions in OS X Lion

We have a shoebox-style application that we want to make a first-class citizen in Lion. This means integrating Auto-Save & Versions among other things. Currently we don’t have a document-centric model and we just use a plain Core Data…
Rafael Bugajewski
  • 1,588
  • 3
  • 20
  • 36
8
votes
7 answers

Percentage users still on iOS 3.x? Should I bother?

I know its been asked/answered before, but everything I look at is from back in July, or otherwise out of date. Should I bother making my app compatible with iOS 3.x (probably 3.1.2 and up)? Means extra testing some coding changes, etc, etc. Or are…
Fraggle
  • 8,177
  • 5
  • 51
  • 85
8
votes
1 answer

Mojarra 2.2 versions diverging

https://javaserverfaces.java.net/nonav/2.2/releasenotes.html lists two diverging version branches of JSF2.2 where, strangely, 2.2.8-xx seems to be more recent than 2.2.9 and above. Some bugs are fixed only in 2.2.9…
Roben
  • 781
  • 7
  • 18
8
votes
3 answers

Specifying a VC++ Redistributable version for ClickOnce prerequisite

My ClickOnce application uses a third party tool that requires the Visual C++ 2005 redistributable. The third party tool will not work if only the VC++ 2008 redistributable is installed. However, in Visual Studio 2008, the ClickOnce prerequisites do…
Tarsier
  • 2,231
  • 24
  • 17
7
votes
6 answers

Changing java version

i have a server - client application that runs on java 1.3; i want to change to java 1.6 step by step, meaning first few clients, than rest of the clients and finally server... i was wondering could you direct me to some common problems that can…
tropikalista
  • 1,609
  • 3
  • 18
  • 35
1
2
3
18 19