doc/Release.txt
author Pekka Ristola <pekkarr@protonmail.com>
Mon, 27 Jan 2025 19:08:05 +0100
changeset 16067 dbdb98dafd80
parent 4696 4102737cf2ac
permissions -rw-r--r--
Add support for ffmpeg 6.0 - Use the new send_frame/receive_packet API for encoding - Use the new channel layout API for audio - Fix audio recording - Copy codec parameters to the stream parameters - Set correct pts for audio frames - Read audio samples from file directly to the refcounted AVFrame buffer instead of the `g_pSamples` buffer - Use global AVPackets allocated with `av_packet_alloc` - Stop trying to write more audio frames when `WriteAudioFrame` fails with a negative error code - Fix segfault with `g_pContainer->url`. The field has to be allocated with `av_malloc` before writing to it. It's set to `NULL` by default. - Properly free allocations with `avcodec_free_context` and `avformat_free_context`
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1596
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     1
1. Fix broken trainings/missions
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     2
2. Update translations (check fireforge for patches)
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     3
3. Check copyright headers
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     4
4. Changelog
1598
c853e02ed663 - Fix bugs in net server
unc0rr
parents: 1596
diff changeset
     5
5. Turn debug stuff off (frontend console output)
2506
0e8cb64fcd36 Update release doc a bit
unc0rr
parents: 2104
diff changeset
     6
6. Update message in game server, update check for client version
2104
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     7
7. Make a branch
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     8
8. Make packages
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     9
9. Test packages
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
    10
10. Upload (hedgewars.org, fireforge.net, gna.org (rsync --delete  -avr --rsh="ssh" . unc0rr@download.gna.org:/upload/hedgewars))
4696
4102737cf2ac merge default into 0.9.15
nemo
parents: 4692
diff changeset
    11
11. Post news (hedgewars.org, hedgewars forum, fireforge.net, gna.org, happypenguin, etc.)
4102737cf2ac merge default into 0.9.15
nemo
parents: 4692
diff changeset
    12
12. Make tag (svn copy svn+ssh://unc0rr@svn.fireforge.net/svnroot/hedgewars/branches/0.9.7 svn+ssh://unc0rr@svn.fireforge.net/svnroot/hedgewars/tags/0.9.7 -m "Tag for 0.9.7 release")