Questions tagged [changelog]

A changelog is a log or record of changes made to a project.

A changelog is a log or record of changes made to a project, such as a website or software project, usually including such records as bug fixes, new features, etc

315 questions
0
votes
3 answers

Git Command that only returns changelog and filename

I am doing some data mining research and I need to be able to pull from a git repository all filenames with their associated change log and pipe them to a text file. I am interested in parsing through the change log of each respective file and…
Nomad
  • 1
  • 1
0
votes
2 answers

Does tortoise or ankh svn have log dump capability?

I'd like to include revision history in a menu system of my builds so that users can see it and it's auto-built from the svn repository before each build. My team doesn't have the core svn, only tortoise and ankh. I'd rather not have to go through…
Maslow
  • 18,464
  • 20
  • 106
  • 193
0
votes
1 answer

Android changelog history

I'm an intermediate android developer, mainly focused on 2.2.x versions. All my software is compatible with that version, but as android is evolving through new versions, I can't find a clear changelog history of development changes (new features…
user989501
  • 1,833
  • 2
  • 13
  • 13
0
votes
1 answer

How to add a changelog to an RPM created with CPack

In a typical spec file there is a changelog section. I now use CPack and was wondering how to add such a section. I can't find information about that on the web. Could I use an external file and indicate it to CPack for example ?
Barth
  • 15,135
  • 20
  • 70
  • 105
0
votes
3 answers

How do you maintain a community change log?

I'm looking for a change log / features request program my client can use to see where I am at with the development. Trac looks sexy (http://trac.edgewall.org/) but too complex for what I need. Very simply, the client needs to be able to order…
willdanceforfun
  • 11,044
  • 31
  • 82
  • 122
0
votes
1 answer
-1
votes
2 answers

Print/extract changelog.md specific sections, make code case insensitive

Till now I've written awk 's{ print ""; print}; $0~v {print; s=1; next}; s=0' RS= v=4.0.74 Chnagelog.md This works awesome but now, I've a doubt. If I want to use case insensitive file name. Suppose instead of giving filename in lower, one have…
Rio
  • 23
  • 4
-1
votes
2 answers

2 preconditions in one liquibase changeset

Is it possible to create two preconditons for single elements of a changeset? Like generating a column if the changelog file is run at a SQL Server database and generating another column if the changelog file is run at an Oracle database. In a way…
Mad Scientist
  • 857
  • 4
  • 16
  • 43
-1
votes
1 answer

WHERE clause in liquibase changelog to create database

How can I generate this SQL statement in my changelog file with liquibase? CREATE UNIQUE INDEX RL_UK on RUN_LOG(status) WHERE status = 'R' I have tried it like this but it doesnt work:
Mad Scientist
  • 857
  • 4
  • 16
  • 43
-1
votes
1 answer

liquibase changelog - uris must be even

I am trying to create my first liquibase changelog in a spring application. I execute liquibase with maven but it doesnt work.
gigashark
  • 29
  • 9
-1
votes
1 answer

How does one stay informed about changes to Apple's frameworks?

After several hours of digging, I found out that apparently the behaviour of Security Framework changed from XCode 8.3 to 9.0: when creating instances of SecKey (RSA private keys in my case) from Data, leading zeroes were suddenly a concern. On iOS…
Raphael
  • 9,779
  • 5
  • 63
  • 94
-1
votes
1 answer

Version Numbers, Alphas, Betas

I've recently started working on my own project, I've added to project to github and I'm learning the reigns with using a source repository. I have some questions as much of this is new to me: Version numbers. How do I decide what qualifies as a…
Eogcloud
  • 1,335
  • 4
  • 19
  • 44
-2
votes
1 answer

GitLab output for the commit history

Scenario #1: I am using this static URL to append to my JIRA ticket that redirects me to all commits in that version specifically. //-/commits/release/ But this gives me all the logs including the previous one. that is in the previous version,…
codelover
  • 1,113
  • 10
  • 28
-2
votes
1 answer

JavaGit Api not Working on Windows

package modifiedlines; import edu.nyu.cs.javagit.api.DotGit; import edu.nyu.cs.javagit.api.JavaGitConfiguration; import edu.nyu.cs.javagit.api.JavaGitException; import edu.nyu.cs.javagit.api.WorkingTree; import…
Aryan Raj
  • 3
  • 1
-2
votes
2 answers

MySQL changelog

I've got a basic CRUD application that is running just fine. I want to add an entry to a log when something changes -- someone adds a record, for example. When someone updates an existing record, I want the log to show only what changed. For…
Mr_Thomas
  • 857
  • 3
  • 19
  • 39
1 2 3
20
21