Tagged Questions

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

learn more… | top users | synonyms (1)

25
votes
3answers
6k views

What's new in Hibernate 4?

I just saw that a beta of Hibernate 4 was released. What's new in 4 compared to 3(.6)? I couldn't find this info in the beta announcement, nor when Googling the title of this question.
8
votes
2answers
1k views

Good ways to manage a changelog using git?

I've been using Git for a while now, and I recently started using it to tag my releases so that I could more easily keep track of changes and be able to see which version each of our clients are ...
7
votes
4answers
4k views

Android 2.2.1 changelog

Is there a changelog available for Android 2.2.1?
6
votes
2answers
145 views

When did the file mode in Perl's open become a separate argument?

Once upon a time, you opened files in Perl like so: open(FH, ">$filename"); At some point, for many good reasons including some very sticky ones involving filenames with leading spaces, this ...
4
votes
4answers
2k views

git: changelog day by day

How to generate changelog of commits groupped by date, in format: [date today] - commit message1 - commit message2 - commit message3 ... [date day+3] - commit message1 - commit message2 - commit ...
4
votes
3answers
397 views

Detailed Changelog for .NET Framework 4.0

Is there a detailed list of changes in .NET 4.0? Please add any changes you know about.
4
votes
6answers
7k views

PHP MySQL SQL parser (INSERT and UPDATE)

I am looking to parse INSERT and UPDATE MySQL SQL queries in PHP to determine what changes where made from what original data. Now this would be pretty easy to create, but I want to see if there are ...
3
votes
2answers
160 views

modify SVN change log

I'm using VisualSVN and tortoise to work with an SVN repository. Someone needed some folders moved from one location to a new location in the same repostiory. I goofed up though and just copy/pasted ...
3
votes
3answers
207 views

Strategy for extracting messages of most useful commits to changelog

The needs for this question is to have a changelog for managers/customers that: does include "Let users have additional addresses" does not include "Fixed the bug where addresses were overwritten ...
3
votes
5answers
325 views

Why maintain traditional detailed ChangeLog in modern world (with SVN, Mercurial, Git)?

Detailed ChangeLog entry usually tell who, when and what function changed and for why this change done. And this for every separate function in the source code tree! As I understand ChangeLog come ...
3
votes
5answers
137 views

major changes in python since version 2.2.3

I've written a small python script to create a file and calculate times. I've tested it on Fedora 10, and Ubuntu 8.x and it worked well. the python versions were 2.5.x. I tried to run it on my ...
3
votes
3answers
387 views

Emacs: Is there a way to generate a skeleton ChangeLog from diff?

I'd like to partly automate creation of GNU-style ChangeLog entries when working with source code in version control. The add-changelog-entry-other-window works with one file at a time and you have to ...
3
votes
3answers
1k views

Do you only update the changed fields or all the fields?

I'm wondering if it's worth the server time when updating a record to retrieve the existing record, loop through the fields checking for changes and only putting the changed fields in the update ...
2
votes
2answers
37 views

How to implement a changelog in android?

for my app i want to implement a changelog, but dont know how (which concept). I want, that the changelog pops up once a time after new version of my app installed. Sounds easy, but i have no clue. ...
2
votes
2answers
49 views

Tagging commit messages and changesets

I am searching for a solution, to tag changesets in commit messages. For me a "tag" is something like: code clean up user visible change modifies database structure (ALTER TABLE) Documentation ...
2
votes
4answers
94 views

Git changelog: how to get all changes up to a specific tag?

Is there an easy way or command to get all git commits up to a specific tag to generate an automatic changelog for a project? I always tag my git repos with a version number like v0.1.0 and for ...
2
votes
1answer
180 views

TFS 2010, BuildAgent and MSBuild for changelog.txt with changeset

We use TFS 2010 with VS 2010 for our web projects (php). Since we do not actualy use .proj files I have created my own to do builds (only zip files to output dir). Also we use MSBuild community tasks. ...
2
votes
0answers
144 views

TFS 2010 vs. 2008, bugfixes?

Is there a list somewhere of bugfixes or similar in TFS 2010 compared to 2008? We have some issues with 2008 and we're not sure if they're fixed in 2010 or not. Specifically: TFS 2008 sometimes ...
2
votes
1answer
116 views

Create changelog artifact in TeamCity

Is there a simple way to have TeamCity include a text or html change-log as one of its output artifacts? Perhaps I need to go down the route of having msbuild or some other process create the change ...
2
votes
1answer
536 views

Maven changelog plugin with Mercurial problem

I have configured my Maven2 project to generate a changelog report from a Mercurial repository (accessible via file:// protocol) but the goal execution fails with the following message: + Error ...
2
votes
2answers
163 views

How do I obtain a list of files that changed from svn over a date range?

I'm attempting to pull a list of files that changed during a range of dates from svn. Currently I'm using something like this: svn diff -r {2009-08-10}:{2009-08-20} --summarize d:/libs/trunk Is ...
2
votes
5answers
599 views

Is there a means to produce a changelog in SVN

When commiting to SVN I can add a top level commit message to detail what is being committed, but I would ideally like a means to comment on the individual files and what has changed within them. I ...
1
vote
4answers
420 views

Restoring dataset from delimiter separated values file

In short, i'm new to delphi and I want to achieve the following: I have table definition as .cds file {index, data, date}, and some data in .csv format. I want to load the .csv file to the table ...
1
vote
2answers
423 views

Pop-Up Window at inital start up, of android application

I am trying to find a code that will do a popup at the initial start up on an installed app. Much like a changelog that is starting to appear in more and more apps. I have found some similar codes, ...
1
vote
2answers
178 views

How to implement change log with JPA?

I have an entity class manged by with JPA, and I have one entity that needs to be loged changes in its property. Does JPA provides any ways to handle this kind of requirement ?
1
vote
1answer
229 views

Emacs: Set fill-column in Change Log Mode

Very specific question that I hope is not too dumb. (setq-default fill-column 120) sets the width of the buffer fill to 120 columns. Default for me otherwise is 74. This command, when put in my ...
1
vote
2answers
39 views

Where can I find changelog of JavaScript?

I would like to see list of changes that were made in every version of JavaScript. I would also be interested in what is planned to be added in JavaScript and when a new realease is planned. Do you ...
1
vote
2answers
226 views

Is there a GitX equivalent for Mercurial that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each. Mercurial ...
1
vote
1answer
362 views

svn help to get all history

Summary: I want to know that how can I get all the change log from svn. I know about SVN LOG URL, but it does not give me detail that what files were changed in that commit. It just gives me commit ...
1
vote
2answers
435 views

How to make Hudson create changelog since last deploy

I would like our Hudson deploy job to output a changelog of all Subversion changes since last deploy. Any ideas to how that is done?
1
vote
3answers
87 views

Generating changelogs from commit-comments - bad idea?

I work for a small company (<10 developers) where we use Svn and to some extent Git. We have no release system implemented. We don't tag our applications with a release numbers so as you can ...
1
vote
1answer
96 views

Detailed change history of .NET framework versions?

I am looking for a detailed change history (including bugfixes) of all .NET framework versions, especially the changes between 2.0 and 3.5 SP1. I know that something like that exists for v2.0 and ...
1
vote
2answers
251 views

Create a listing of changed files/directories/etc. using git between two tags

I need to generate a changelog of sorts between two Tags within a project controlled using git. Specifically the android source code. This list should include any files/directories/etc which have been ...
1
vote
1answer
417 views

How to generate changelog from Trac

I need to generate changelog from Trac for a specific version as XML and then process it with a custom XSL. It seems one of the default reports is the case (All Tickets By Milestone (Including ...
1
vote
2answers
150 views

How to effectively manage code changes to third party applications

My main site is built on top of Invision Power Board. With version 3 just being released, i want to start with a clean codebase and remake all my modifications, but the problem is, when Invision ...
0
votes
0answers
16 views

YAML based changelog format

Has anybody used YAML for changelogs? I am building my personal repository service and would love to hear from you how you would format YAML file for changelog.
0
votes
2answers
39 views

Is it possible to generate a changelog automatically from Trac?

Does Trac provide a way to automate generation of change logs from a group of tickets? I'm interesting in giving a list of completed tickets to someone with access to Trac, preferably in a human ...
0
votes
2answers
191 views

How to create Liquibase Change Log file for new tables?

I am using Hibernate 2 + Spring 3 + Liquibase 1.9. I have created my entity classes using Hibernate annotation as normal Now I want to generate the Liquibase change log automatically which should ...
0
votes
0answers
36 views

Liquibase - reference table seen as empty when running diff operation

I'm trying to write a diff script for liquibase to compare two databases and then create a changelog. The databases both contain tables for phpBB forums. However when I run the diff query it treats ...
0
votes
1answer
35 views

Change logs in Rails/Ruby

I notice that several gems and especially the rails gems all have neatly formatted CHANGELOG files. Are these maintained by the developers themselves or is there some gem/software that manages this ...
0
votes
2answers
241 views

TFS 2010 Change Log

Is there an automated way to create a change log using TFS 2010 and the version history of the files? I'd like to pull in all the comments that were entered for each changeset either between a label ...
0
votes
2answers
210 views

With Liquibase, is there a difference between using a unique <createIndex> and using <column> with a unique constraint?

Liquibase has two ways to define a column as unique: When creating the table, using <constraints> on the column: <createTable tableName="my_table"> <column name="my_column"> ...
0
votes
1answer
100 views

Changelog and changes version for .Net Winform App

I am making simple WinForm application and I want to ask what is best practice to changes version in properties. When I should change Major, Minor, Build or Revision? And I want to share changelog ...
0
votes
2answers
63 views

Node.JS where's the ChangeLog the describes v0.4.4 and 0.4.5

The ChangeLogs I have seen stop at 0.4.3 or 0.4.2. Does anybody know if there is a changelog that includes the most recent versions?
0
votes
1answer
267 views

How to create a changelog?

I'm building a site that shows changes in deals that we have in our db. For example, if a deals status changes from pending to win, I want to show it, and if the value goes up or down, I want to show ...
0
votes
2answers
45 views

Process for publishing test-versions of product internally, and keeping a list of “what is in this version”, when using Mercurial?

I need some concrete ideas for this. We're looking at changing our version control system, and I'd like for us to use Mercurial. It would ease a lot of pain related to some internal processes, as ...
0
votes
1answer
54 views

Are changelogs and news still en vogue?

Traditionally, developers (especially of open source projects) used to write a note about every single change with a description, the date and their name into a file called ChangeLog, CHANGES or ...
0
votes
2answers
509 views

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 ...
0
votes
1answer
516 views

PHP 5.3 changelog?

Can anyone point me a good(with examples) changelog for php 5.3? I'm hearing lot's of ppl doing code migration to it and I'm wondering what is so new about it.
0
votes
3answers
151 views

Open Source ChangeLog Options?

Are there any open source ChangeLog options? We would like to keep an in-house changelog so we can keep track of changes we do. Preferably, I'm looking for something PHP and MySQL as backend. Any ...

1 2